* [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 @ 2010-04-20 20:17 The Source 2010-04-21 6:53 ` Clemens Ladisch 0 siblings, 1 reply; 5+ messages in thread From: The Source @ 2010-04-20 20:17 UTC (permalink / raw) To: alsa-devel This device works fine with 1.0.22.1 driver, but doesn't with 1.0.23. snd-usb-audio & Ko are loaded but to no good. alsamixer doesn't list the device and no device files in /dev/snd. Reverting back to 1.0.22.1 solves the problem. System: ASUS N51Vf laptop, OS: Fedora 12 2.6.31.12-174.2.3.fc12.x86_64 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 2010-04-20 20:17 [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 The Source @ 2010-04-21 6:53 ` Clemens Ladisch 2010-04-21 8:49 ` The Source 0 siblings, 1 reply; 5+ messages in thread From: Clemens Ladisch @ 2010-04-21 6:53 UTC (permalink / raw) To: The Source; +Cc: alsa-devel The Source wrote: > This device works fine with 1.0.22.1 driver, but doesn't with 1.0.23. > snd-usb-audio & Ko are loaded but to no good. alsamixer doesn't list the > device and no device files in /dev/snd. When the driver doesn't attach, it should log some error message(s) to the system log. Regards, Clemens ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 2010-04-21 6:53 ` Clemens Ladisch @ 2010-04-21 8:49 ` The Source 2010-04-21 8:52 ` The Source 0 siblings, 1 reply; 5+ messages in thread From: The Source @ 2010-04-21 8:49 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel 21.04.2010 10:53, Clemens Ladisch пишет: > The Source wrote: > >> This device works fine with 1.0.22.1 driver, but doesn't with 1.0.23. >> snd-usb-audio& Ko are loaded but to no good. alsamixer doesn't list the >> device and no device files in /dev/snd. >> > When the driver doesn't attach, it should log some error message(s) to > the system log. > > > Regards, > Clemens > > usb 8-2: new full speed USB device using uhci_hcd and address 2 usb 8-2: New USB device found, idVendor=041e, idProduct=30d2 usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 8-2: Product: SB X-Fi Notebook usb 8-2: Manufacturer: Creative Technology Ltd usb 8-2: configuration #1 chosen from 1 choice input: Creative Technology Ltd SB X-Fi Notebook as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.3/input/input11 generic-usb 0003:041E:30D2.0002: input,hidraw1: USB HID v1.11 Device [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input3 input: Creative Technology Ltd SB X-Fi Notebook as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.4/input/input12 generic-usb 0003:041E:30D2.0003: input,hidraw2: USB HID v1.11 Keyboard [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input4 ALSA pcm.c:174: 2:1:1: endpoint lacks sample rate attribute bit, cannot set. ALSA pcm.c:174: 2:2:1: endpoint lacks sample rate attribute bit, cannot set. P.S. Another strange glitch - with 1.0.23 strange things start to happen, for example, bash hust hangs on exit and system becomes slow. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 2010-04-21 8:49 ` The Source @ 2010-04-21 8:52 ` The Source 2010-04-21 9:00 ` The Source 0 siblings, 1 reply; 5+ messages in thread From: The Source @ 2010-04-21 8:52 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel 21.04.2010 12:49, The Source пишет: > 21.04.2010 10:53, Clemens Ladisch пишет: >> The Source wrote: >> >>> This device works fine with 1.0.22.1 driver, but doesn't with 1.0.23. >>> snd-usb-audio& Ko are loaded but to no good. alsamixer doesn't list >>> the >>> device and no device files in /dev/snd. >>> >> When the driver doesn't attach, it should log some error message(s) to >> the system log. >> >> >> Regards, >> Clemens >> >> > > usb 8-2: new full speed USB device using uhci_hcd and address 2 > usb 8-2: New USB device found, idVendor=041e, idProduct=30d2 > usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 > usb 8-2: Product: SB X-Fi Notebook > usb 8-2: Manufacturer: Creative Technology Ltd > usb 8-2: configuration #1 chosen from 1 choice > input: Creative Technology Ltd SB X-Fi Notebook as > /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.3/input/input11 > generic-usb 0003:041E:30D2.0002: input,hidraw1: USB HID v1.11 Device > [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input3 > input: Creative Technology Ltd SB X-Fi Notebook as > /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.4/input/input12 > generic-usb 0003:041E:30D2.0003: input,hidraw2: USB HID v1.11 Keyboard > [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input4 > ALSA pcm.c:174: 2:1:1: endpoint lacks sample rate attribute bit, > cannot set. > ALSA pcm.c:174: 2:2:1: endpoint lacks sample rate attribute bit, > cannot set. > > P.S. Another strange glitch - with 1.0.23 strange things start to > happen, for example, bash hust hangs on exit and system becomes slow. Ok, the glitch happens because after inserting the card and getting those dmesg messages modprobe never exits and eats 100% CPU. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 2010-04-21 8:52 ` The Source @ 2010-04-21 9:00 ` The Source 0 siblings, 0 replies; 5+ messages in thread From: The Source @ 2010-04-21 9:00 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel 21.04.2010 12:52, The Source пишет: > 21.04.2010 12:49, The Source пишет: >> 21.04.2010 10:53, Clemens Ladisch пишет: >>> The Source wrote: >>> >>>> This device works fine with 1.0.22.1 driver, but doesn't with 1.0.23. >>>> snd-usb-audio& Ko are loaded but to no good. alsamixer doesn't >>>> list the >>>> device and no device files in /dev/snd. >>>> >>> When the driver doesn't attach, it should log some error message(s) to >>> the system log. >>> >>> >>> Regards, >>> Clemens >>> >>> >> >> usb 8-2: new full speed USB device using uhci_hcd and address 2 >> usb 8-2: New USB device found, idVendor=041e, idProduct=30d2 >> usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >> usb 8-2: Product: SB X-Fi Notebook >> usb 8-2: Manufacturer: Creative Technology Ltd >> usb 8-2: configuration #1 chosen from 1 choice >> input: Creative Technology Ltd SB X-Fi Notebook as >> /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.3/input/input11 >> generic-usb 0003:041E:30D2.0002: input,hidraw1: USB HID v1.11 Device >> [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input3 >> input: Creative Technology Ltd SB X-Fi Notebook as >> /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.4/input/input12 >> generic-usb 0003:041E:30D2.0003: input,hidraw2: USB HID v1.11 >> Keyboard [Creative Technology Ltd SB X-Fi Notebook] on >> usb-0000:00:1d.2-2/input4 >> ALSA pcm.c:174: 2:1:1: endpoint lacks sample rate attribute bit, >> cannot set. >> ALSA pcm.c:174: 2:2:1: endpoint lacks sample rate attribute bit, >> cannot set. >> >> P.S. Another strange glitch - with 1.0.23 strange things start to >> happen, for example, bash hust hangs on exit and system becomes slow. > Ok, the glitch happens because after inserting the card and getting > those dmesg messages modprobe never exits and eats 100% CPU. And that's what dmesg says with 1.0.22.1 when the card works fine: usb 8-2: Product: SB X-Fi Notebook usb 8-2: Manufacturer: Creative Technology Ltd usb 8-2: configuration #1 chosen from 1 choice input: Creative Technology Ltd SB X-Fi Notebook as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.3/input/input11 generic-usb 0003:041E:30D2.0002: input,hidraw1: USB HID v1.11 Device [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input3 input: Creative Technology Ltd SB X-Fi Notebook as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.4/input/input12 generic-usb 0003:041E:30D2.0003: input,hidraw2: USB HID v1.11 Keyboard [Creative Technology Ltd SB X-Fi Notebook] on usb-0000:00:1d.2-2/input4 usbcore: registered new interface driver snd-usb-audio _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-04-21 9:00 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-04-20 20:17 [REGRESSION] SB X-Fi Notebook stopped working in 1.0.23 The Source 2010-04-21 6:53 ` Clemens Ladisch 2010-04-21 8:49 ` The Source 2010-04-21 8:52 ` The Source 2010-04-21 9:00 ` The Source
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.