[Bug 205944] New: smartlink-softmodem unexpectedly installed during kernel update
https://bugzilla.novell.com/show_bug.cgi?id=205944 Summary: smartlink-softmodem unexpectedly installed during kernel update Product: SUSE Linux 10.1 Version: Final Platform: x86 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: kkaempf@novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: kkaempf@novell.com While installing kernel patch 2036 with YOU, smartlink-softmodem (the userspace daemon, not the *-kmp!) was installed. This is somewhat unexpected, there is no matching *-kmp installed or even available for installation and the userspace daemon does not work in ALSA mode on this hardware. This happens with the Package Manager Update 3 test packages from http://ftp.suse.com/pub/people/aj/10.1-packagemanagement-update-test but should not block their release IMHO. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-09-14 18:43 MST ------- Created an attachment (id=98768) --> (https://bugzilla.novell.com/attachment.cgi?id=98768&action=view) yast2 logfiles -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #2 from andreas.hanke@gmx-topmail.de 2006-09-14 18:47 MST ------- Created an attachment (id=98770) --> (https://bugzilla.novell.com/attachment.cgi?id=98770&action=view) hwinfo output -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #3 from andreas.hanke@gmx-topmail.de 2006-09-14 19:05 MST ------- Sorry, I totally forgot about the Novell driver process when reporting this. So this might be intentional, zypp thinks that smartlink-softmodem can enhance my system and installs it for that reason. In that case it might be a smartlink-softmodem packaging glitch: For some reason, it thinks that it can do something useful on this hardware, but it cannot. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 kkaempf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schubi@novell.com AssignedTo|kkaempf@novell.com |mjancar@novell.com QAContact|kkaempf@novell.com |visnov@novell.com ------- Comment #4 from kkaempf@novell.com 2006-09-15 01:45 MST ------- comment #3: Exactly. The enhances/supplements dependencies are re-visited due to the kernel update and smartlink-softmodem gets installed. If it doesn't work in ALSA mode, then its indeed a packaging glitch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 mjancar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |andreas.hanke@gmx-topmail.de ------- Comment #5 from mjancar@novell.com 2006-09-15 08:07 MST ------- What is the hw in question? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #6 from andreas.hanke@gmx-topmail.de 2006-09-15 08:25 MST ------- It's a Thinkpad R50e with an integrated Conexant (not smartlink) winmodem. "hwinfo --modem" outputs: ########## 24: PCI 1f.6: 10204 LinModem [Created at pci.300] UDI: /org/freedesktop/Hal/devices/pci_8086_24c6 Unique ID: ORVU.kEAwX3Ea8ID SysFS ID: /devices/pci0000:00/0000:00:1f.6 SysFS BusID: 0000:00:1f.6 Hardware Class: modem Model: "IBM 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x24c6 "82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller" SubVendor: pci 0x1014 "IBM" SubDevice: pci 0x0559 Revision: 0x01 Device File: /dev/ttySL0 Device Number: char 212:0 I/O Ports: 0x2400-0x24ff (rw) I/O Ports: 0x2000-0x207f (rw) IRQ: 11 (415635 events) Module Alias: "pci:v00008086d000024C6sv00001014sd00000559bc07sc03i00" Driver Info #0: Driver Status: slamr is not active Driver Activation Cmd: "modprobe slamr" Driver Info #1: Driver Status: snd_intel8x0m is not active Driver Activation Cmd: "modprobe snd_intel8x0m" Config Status: cfg=no, avail=yes, need=no, active=unknown ########## But it's bogus: slamr is not provided at all any more (it's a Non-GPL module) and snd_intel8x0m (this would be the ALSA solution) does not work (it works on real smartlink modems only). Even if it would technically work, I would not be allowed to use it on this hardware because of the smartlink license. The detection seems to be problematic, even the "scanModem" script detects it as smartlink at the beginning and corrects itself later: http://linmodems.technion.ac.il/packages/scanModem.gz I will attack the output of "scanModem" (not sure if it's useful...) and /proc/asound (which is the place to find out that this is Conexant, not smartlink hardware). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #7 from andreas.hanke@gmx-topmail.de 2006-09-15 08:29 MST ------- Created an attachment (id=98801) --> (https://bugzilla.novell.com/attachment.cgi?id=98801&action=view) output of "scanModem" script from http://linmodems.technion.ac.il -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 mjancar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiwai@novell.com ------- Comment #8 from mjancar@novell.com 2006-09-15 08:34 MST ------- It should work AFAICT, there is a bug if it doesn't. Is there something in the log or /proc/asound when you load the snd-intel8x0m? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|andreas.hanke@gmx-topmail.de| ------- Comment #9 from andreas.hanke@gmx-topmail.de 2006-09-15 09:04 MST ------- I'm not sure. First, I don't know how to save /proc/asound as a whole - can you help me? Do you need it? Then, that it's Conexant is visible from: # cat /proc/asound/Modem/codec97#0/mc97#1-1 1-1/0: Conexant id 23 Extended modem ID: codec=1 LIN1 Modem status : PRA(GPIO) PRB(res) PRC(ADC1) PRD(DAC1) PRE(ADC2) PRF(DAC2) PRG(HADC) PRH(HDAC) Line1 rate : 8000Hz Finally, among the "scanModem" output there is: Vendor IDs Chip maker Support type ---------- ---------- ------------- 0x14f12bfa Conexant hsfmodem , not slmodemd compatible 0x11c13026 AgereSystems snd-hda-intel, slmodemd 0x163c3055 Smartlink " " 0x163c3155 " " " 0x10573055 Motorola " " 0x10573155 " " " Yes, there is some info in the log when loading snd-intel8x0m: ALSA sound/pci/ac97/ac97_codec.c:2003: MC'97 1 converters and GPIO not ready (0xff00) But I remember a report on the ALSA bug tracker where it was said that this comes from Conexant being unsupported. I think it was this one: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=509 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #10 from tiwai@novell.com 2006-09-15 09:09 MST ------- Unfortuantely, your codec (Conexant) isn't supported by slmodem, as you can see. For conexant, you'd need Conexant's binary-only stuff. But I don't think we have kmp for that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #11 from mjancar@novell.com 2006-09-15 09:26 MST ------- cp -ar /proc/asound/ /tmp/asound; tar jcf /tmp/asound.tar.bz2 /tmp/asound Could you please post also output of lspci -vm and lspci -vnm? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #12 from andreas.hanke@gmx-topmail.de 2006-09-15 09:30 MST ------- (In reply to comment #10)
Unfortuantely, your codec (Conexant) isn't supported by slmodem, as you can see.
OK, in that case it would be nice if the automatic installation of the (on this system useless) smartlink-softmodem package could be avoided. Attaching the other logfiles now... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #13 from andreas.hanke@gmx-topmail.de 2006-09-15 09:32 MST ------- Created an attachment (id=98809) --> (https://bugzilla.novell.com/attachment.cgi?id=98809&action=view) Output of "lspci -vm" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #14 from andreas.hanke@gmx-topmail.de 2006-09-15 09:32 MST ------- Created an attachment (id=98810) --> (https://bugzilla.novell.com/attachment.cgi?id=98810&action=view) Output of "lspci -vnm" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #15 from andreas.hanke@gmx-topmail.de 2006-09-15 09:35 MST ------- Created an attachment (id=98811) --> (https://bugzilla.novell.com/attachment.cgi?id=98811&action=view) Tarball of /proc/asound -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 ------- Comment #16 from mjancar@novell.com 2006-09-15 09:52 MST ------- I'm afraid that the automatic installation cannot be currently avoided due to two things: The Package Manager doesn't support negative listing of a device, and the information required to decide whether the device is supported is only available in /proc/asound after you load the module, while the PM looks just at PCI ids AFAIK. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=205944 mjancar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX ------- Comment #17 from mjancar@novell.com 2006-10-03 08:38 MST ------- viz comment #16 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com