Hi developers,I was wondering if I could get a little direction. I am trying to enable my usb logitech headset, and I was trying to find the supporting driver. The product id and vendor id are; 046d:0a01 and I have performed a grep on all drivers for the vendor and product Id with no luck. *The is the list of possible drivers:
kmckinney@kmckinney-linuxlaptop:~/linux/linux-2.6.32.2$ grep -i -R -l 046d drivers/*drivers/hid/hid-lgff.cdrivers/hid/hid-ids.hdrivers/input/joystick/xpad.c
drivers/input/joystick/iforce/iforce-usb.cdrivers/input/joystick/iforce/iforce-main.cdrivers/media/video/pwc/pwc-if.cdrivers/media/video/uvc/uvc_driver.cdrivers/media/video/gspca/vc032x.c
drivers/media/video/gspca/spca500.cdrivers/media/video/gspca/zc3xx.cdrivers/media/video/gspca/spca561.cdrivers/media/video/gspca/tv8532.cdrivers/media/video/gspca/sunplus.c
drivers/media/video/gspca/stv06xx/stv06xx.cdrivers/media/video/usbvideo/quickcam_messenger.cdrivers/media/video/zc0301/zc0301_sensor.hdrivers/staging/otus/hal/hpfwu_FB50_mdk.c
drivers/staging/otus/hal/hpfwu_2k.cdrivers/staging/otus/hal/hpfw2.cdrivers/staging/otus/hal/hpfwu_OTUS_RC.cdrivers/staging/otus/hal/hpfwu.c.drv_ba_resenddrivers/staging/otus/hal/hpfwbu.c
drivers/staging/otus/hal/hpfwu.cdrivers/staging/otus/hal/hpfwu_txstream.cdrivers/staging/usbip/stub_dev.cdrivers/usb/serial/ipaq.c
Is this device supported? *If so, please let me know which module so I can turn it on in the linux kernel. *If not, I will try to create the driver.
Thanks,Kevin*
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-28-2010, 04:46 PM
Colin Ian King
Logitech Headset
On Tue, 2010-04-27 at 13:23 -0400, Kevin McKinney wrote:
> Hi developers,
> I was wondering if I could get a little direction. I am trying to
> enable my usb logitech headset, and I was trying to find the
> supporting driver. The product id and vendor id are; 046d:0a01 and I
> have performed a grep on all drivers for the vendor and product Id
> with no luck. The is the list of possible drivers:
I had a look - this Logitech USB device ID does not appear to be
supported. It's a valid ID, it's been documented in
http://www.linux-usb.org/usb.ids but alas no driver.
Colin
>
>
> kmckinney@kmckinney-linuxlaptop:~/linux/linux-2.6.32.2$ grep -i -R -l
> 046d drivers/*
> drivers/hid/hid-lgff.c
> drivers/hid/hid-ids.h
> drivers/input/joystick/xpad.c
> drivers/input/joystick/iforce/iforce-usb.c
> drivers/input/joystick/iforce/iforce-main.c
> drivers/media/video/pwc/pwc-if.c
> drivers/media/video/uvc/uvc_driver.c
> drivers/media/video/gspca/vc032x.c
> drivers/media/video/gspca/spca500.c
> drivers/media/video/gspca/zc3xx.c
> drivers/media/video/gspca/spca561.c
> drivers/media/video/gspca/tv8532.c
> drivers/media/video/gspca/sunplus.c
> drivers/media/video/gspca/stv06xx/stv06xx.c
> drivers/media/video/usbvideo/quickcam_messenger.c
> drivers/media/video/zc0301/zc0301_sensor.h
> drivers/staging/otus/hal/hpfwu_FB50_mdk.c
> drivers/staging/otus/hal/hpfwu_2k.c
> drivers/staging/otus/hal/hpfw2.c
> drivers/staging/otus/hal/hpfwu_OTUS_RC.c
> drivers/staging/otus/hal/hpfwu.c.drv_ba_resend
> drivers/staging/otus/hal/hpfwbu.c
> drivers/staging/otus/hal/hpfwu.c
> drivers/staging/otus/hal/hpfwu_txstream.c
> drivers/staging/usbip/stub_dev.c
> drivers/usb/serial/ipaq.c
>
>
> Is this device supported? If so, please let me know which module so I
> can turn it on in the linux kernel. If not, I will try to create the
> driver.
>
>
> Thanks,
> Kevin
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-28-2010, 05:00 PM
Daniel Chen
Logitech Headset
On Tue, 2010-04-27 at 13:23 -0400, Kevin McKinney wrote:
>> I was wondering if I could get a little direction. I am trying to
>> enable my usb logitech headset, and I was trying to find the
>> supporting driver. The product id and vendor id are; 046d:0a01 and I
>> have performed a grep on all drivers for the vendor and product Id
>> with no luck. The is the list of possible drivers:
On Wed, Apr 28, 2010 at 12:46 PM, Colin Ian King
<colin.king@canonical.com> wrote:
> I had a look - this Logitech USB device ID does not appear to be
> supported. It's a valid ID, it's been documented in
> http://www.linux-usb.org/usb.ids but alas no driver.
What class device is it? Do you have pruned output for the device from lsusb -v?
-Dan
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-28-2010, 10:55 PM
Kevin McKinney
Logitech Headset
Dan, please find the verbose output for my device below.*
I would really like to have the opportunity to develop a device driver for Ubuntu. I have been studying device drivers for about three years, and I would like to use this as my final project (for school).* Please let me know if this is a problem.
On Wed, Apr 28, 2010 at 1:00 PM, Daniel Chen <seven.steps@gmail.com> wrote:
On Tue, 2010-04-27 at 13:23 -0400, Kevin McKinney wrote:
>> I was wondering if I could get a little direction. I am trying to
>> enable my usb logitech headset, and I was trying to find the
>> supporting driver. The product id and vendor id are; 046d:0a01 and I
>> have performed a grep on all drivers for the vendor and product Id
>> with no luck. *The is the list of possible drivers:
On Wed, Apr 28, 2010 at 12:46 PM, Colin Ian King
<colin.king@canonical.com> wrote:
> I had a look - this Logitech USB device ID does not appear to be
> supported. It's a valid ID, it's been documented in
> http://www.linux-usb.org/usb.ids but alas no driver.
What class device is it? Do you have pruned output for the device from lsusb -v?
-Dan
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-18-2010, 08:10 PM
Kevin McKinney
Logitech Headset
Hi Kernel team,I am going to start looking at developing a new device driver to support the unsupported Logitech USB headset & Microphone for my Masters project; however, I need a technical advisor. *Would someone be wiling to provide technical support if needed? *I will need to submit your information to the department director, David Root, at Carnegie Mellon University. *This project is suppose to be complete by December 2010. Any help would be greatly appreciated.*
Thank you,Kevin L McKinney
On Wed, Apr 28, 2010 at 6:55 PM, Kevin McKinney <klmckinney1@gmail.com> wrote:
Dan, please find the verbose output for my device below.*
I would really like to have the opportunity to develop a device driver for Ubuntu. I have been studying device drivers for about three years, and I would like to use this as my final project (for school).* Please let me know if this is a problem.
On Wed, Apr 28, 2010 at 1:00 PM, Daniel Chen <seven.steps@gmail.com> wrote:
On Tue, 2010-04-27 at 13:23 -0400, Kevin McKinney wrote:
>> I was wondering if I could get a little direction. I am trying to
>> enable my usb logitech headset, and I was trying to find the
>> supporting driver. The product id and vendor id are; 046d:0a01 and I
>> have performed a grep on all drivers for the vendor and product Id
>> with no luck. *The is the list of possible drivers:
On Wed, Apr 28, 2010 at 12:46 PM, Colin Ian King
<colin.king@canonical.com> wrote:
> I had a look - this Logitech USB device ID does not appear to be
> supported. It's a valid ID, it's been documented in
> http://www.linux-usb.org/usb.ids but alas no driver.
What class device is it? Do you have pruned output for the device from lsusb -v?
-Dan
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-18-2010, 10:47 PM
Daniel Chen
Logitech Headset
On Tue, May 18, 2010 at 4:10 PM, Kevin McKinney <klmckinney1@gmail.com> wrote:
> I am going to start looking at developing a new device driver to support the
> unsupported Logitech USB headset & Microphone for my Masters project;
Sorry for not following up more timely. In any case, you don't need to
write an entirely new driver unless this device has extra bells and
whistles (and even then you don't need an entirely new driver as the
HID bits can be handled elsewhere). Just extend the existing
snd-usb-audio driver. Make note of the quirk and mixer bits.
Best,
-Dan
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-19-2010, 01:27 AM
Kevin McKinney
Logitech Headset
Dan, thanks for the info, I was thinking I could leverage code from an
existing driver with similar functionality.
By the way, the advisor will NOT require any work.* The primary responsibility of the advisor is to verify the requirements.* That is, making sure the developed driver actually works.*
Anybody willing to verify the finished product can serve as the advisor.* If I have any technical questions while developing the driver, I will post them to the entire open source community. Please let me know if anyone is interested.
Thanks,
Kevin
On Tue, May 18, 2010 at 6:47 PM, Daniel Chen <seven.steps@gmail.com> wrote:
On Tue, May 18, 2010 at 4:10 PM, Kevin McKinney <klmckinney1@gmail.com> wrote:
> I am going to start looking at developing a new device driver to support the
> unsupported Logitech USB headset & Microphone for my Masters project;
Sorry for not following up more timely. In any case, you don't need to
write an entirely new driver unless this device has extra bells and
whistles (and even then you don't need an entirely new driver as the
HID bits can be handled elsewhere). Just extend the existing
snd-usb-audio driver. Make note of the quirk and mixer bits.
Best,
-Dan
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-19-2010, 03:53 PM
"Luis R. Rodriguez"
Logitech Headset
On Tue, May 18, 2010 at 6:27 PM, Kevin McKinney <klmckinney1@gmail.com> wrote:
> Dan, thanks for the info, I was thinking I could leverage code from an
> existing driver with similar functionality.
>
> By the way, the advisor will NOT require any work.* The primary
> responsibility of the advisor is to verify the requirements.* That is,
> making sure the developed driver actually works.
>
> Anybody willing to verify the finished product can serve as the advisor.* If
> I have any technical questions while developing the driver, I will post them
> to the entire open source community. Please let me know if anyone is
> interested.
Stupid question, have you tried plugging the device in to verify it is
indeed not supported? I have a Logitech headset with USB vendor:device
ID 046d:0a12 (yours is 046d:0a01) and it works like a charm. I believe
the device works using its own protocol and embedded firmware, it does
not need a driver. Not sure how the device exposes the audio/input
functionality to the OS yet but it does.
Luis
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-19-2010, 04:10 PM
Kevin McKinney
Logitech Headset
Luis,Yes, I tried it about two months ago with not luck. I also performed a grep on the source code and did not find the device ID specified. *I was using an older version of the kernel at that time (2.6.27)*http://kemnet.homelinux.com/lxr/source/2.6.27/. I will try again and post my results. Any other tips, concerns, or questions is appreciated. I still consider myself new to the linux kernel / Ubuntu. I have only been studying and using it for about three years now. *
Thanks,Kevin
On Wed, May 19, 2010 at 11:53 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
On Tue, May 18, 2010 at 6:27 PM, Kevin McKinney <klmckinney1@gmail.com> wrote:
> Dan, thanks for the info, I was thinking I could leverage code from an
> existing driver with similar functionality.
>
> By the way, the advisor will NOT require any work.* The primary
> responsibility of the advisor is to verify the requirements.* That is,
> making sure the developed driver actually works.
>
> Anybody willing to verify the finished product can serve as the advisor.* If
> I have any technical questions while developing the driver, I will post them
> to the entire open source community. Please let me know if anyone is
> interested.
Stupid question, have you tried plugging the device in to verify it is
indeed not supported? I have a Logitech headset with USB vendor:device
ID 046d:0a12 (yours is 046d:0a01) and it works like a charm. I believe
the device works using its own protocol and embedded firmware, it does
not need a driver. Not sure how the device exposes the audio/input
functionality to the OS yet but it does.
*Luis
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
05-19-2010, 04:34 PM
"Luis R. Rodriguez"
Logitech Headset
On Wed, May 19, 2010 at 9:10 AM, Kevin McKinney <klmckinney1@gmail.com> wrote:
> Luis,
> Yes, I tried it about two months ago with not luck. I also performed a grep
> on the source code and did not find the device ID specified.
As I noted, I do not think there is a driver required, but I am also
not sure how the device exports its capabilities for microphone/audio
to the OS.
> I was using an
> older version of the kernel at that time
> (2.6.27)*http://kemnet.homelinux.com/lxr/source/2.6.27/.
That is dirt fucking old.
> I will try again
> and post my results. Any other tips, concerns, or questions is appreciated.
> I still consider myself new to the linux kernel / Ubuntu. I have only been
> studying and using it for about three years now.
Luis
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team