[Bug 551640] New: cat: /sys/class/net/eth1/device/prod_id4: No such device on ifdown / ifup eth1
http://bugzilla.novell.com/show_bug.cgi?id=551640 Summary: cat: /sys/class/net/eth1/device/prod_id4: No such device on ifdown / ifup eth1 Classification: openSUSE Product: openSUSE 11.2 Version: RC 2 Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: casualprogrammer@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 On issuing ifdown eth1 / ifup eth1 the following output is seen: # ifdown eth1 cat: /sys/class/net/eth1/device/prod_id4: No such device eth1 device: Lucent Technologies WaveLAN/IEEE Version 01.01 # ifup eth1 cat: /sys/class/net/eth1/device/prod_id4: No such device eth1 device: Lucent Technologies WaveLAN/IEEE Version 01.01 eth1 warning: WPA configured but may be unsupported eth1 warning: by this device eth1 starting wpa_supplicant Starting DHCP4 client on eth1. . . . . . . . eth1 DHCP4 continues in background Not sure what the significance is, it doesn't seem to cause any malfunction, but somehow doesn't look right. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 zhu rensheng <rszhu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |mt@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 User mt@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551640#c1 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marius Tomaschewski <mt@novell.com> 2009-11-06 14:48:10 MST --- Yes. It is caused by if [ "$BUSNAME" = pcmcia ] ; then DEVNAME=`cat /sys/class/net/$INTERFACE/device/prod_id*` fi in ifup -- just to get a name for the interface for the output, so it is of cosmetic nature only (already there in 10.3 I guess). But it also means, some sysfs change happened in last few days; I'm using a wireless pcmcia card and didn't see this problem on RC1+ (e.g. in bug 550049 tests). Uff... => zypper dup. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 User casualprogrammer@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551640#c2 --- Comment #2 from Casual J. Programmer <casualprogrammer@gmail.com> 2009-11-07 02:15:38 MST --- # zypper dup Loading repository data... Reading installed packages... Computing distribution upgrade... Nothing to do. # ifdown eth1 cat: /sys/class/net/eth1/device/prod_id4: No such device eth1 device: Lucent Technologies WaveLAN/IEEE Version 01.01 # ifup eth1 cat: /sys/class/net/eth1/device/prod_id4: No such device eth1 device: Lucent Technologies WaveLAN/IEEE Version 01.01 eth1 warning: WPA configured but may be unsupported eth1 warning: by this device eth1 starting wpa_supplicant Starting DHCP4 client on eth1. . . . . . . . eth1 DHCP4 continues in background For me it's still there :-( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 User mt@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551640#c3 --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2009-11-10 03:29:26 MST --- (In reply to comment #2)
For me it's still there :-(
Yes, the cat error message is there... I've not removed it yet. But the /sys/class/net/*/device/prod_id* aren't there any more. See also comment #1 -- the lines in ifup causing this: if [ "$BUSNAME" = pcmcia ] ; then DEVNAME=`cat /sys/class/net/$INTERFACE/device/prod_id*` fi exists since years, but the sysfs entry seems to be away now. BTW: The above wireless nic works fine (except in bridge;), doesn't it? Can you provide the output of: ls -l /sys/class/net/*/device/driver I'll set it "supported" then. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 User casualprogrammer@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551640#c4 --- Comment #4 from Casual J. Programmer <casualprogrammer@gmail.com> 2009-11-10 04:20:28 MST --- Sure, it works as expected, Marius, :-) ls -l /sys/class/net/*/device/driver lrwxrwxrwx 1 root root 0 Nov 10 12:12 /sys/class/net/eth0/device/driver -> ./../../../bus/pci/drivers/e100 lrwxrwxrwx 1 root root 0 Nov 10 12:12 /sys/class/net/eth1/device/driver -> ./../../../../bus/pcmcia/drivers/orinoco_cs -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |casualprogrammer@gmail.com --- Comment #5 from Marius Tomaschewski <mt@novell.com> 2009-11-16 16:17:09 UTC --- My pcmcia card is bound to pci..: # ls -l /sys/class/net/wlan*/device/driver lrwxrwxrwx 1 root root 0 16. Nov 17:08 /sys/class/net/wlan0/device/driver -> ./../../../bus/pci/drivers/iwlagn lrwxrwxrwx 1 root root 0 16. Nov 17:09 /sys/class/net/wlan1/device/driver -> ./../../../../bus/pci/drivers/ath5k # lspci [...] 0c:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100 04:00.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01) what does lspci say for your card - is it visible there? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 --- Comment #6 from Marius Tomaschewski <mt@novell.com> 2009-11-16 16:18:25 UTC --- Can you provide the output of "hwinfo --wlan" as well please? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 Casual J. Programmer <casualprogrammer@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|casualprogrammer@gmail.com | --- Comment #7 from Casual J. Programmer <casualprogrammer@gmail.com> 2009-11-16 16:54:40 UTC --- # hwinfo --wlan 15: PCMCIA 01.0: 0282 WLAN controller [Created at pcmcia.84] UDI: /org/freedesktop/Hal/devices/pcmcia__1__1 Unique ID: BnC0.lG4e6KMEdl8 Parent ID: ul7N.J5lSzbB0WR8 SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:01:05.0/1.0 SysFS BusID: 1.0 Hardware Class: network Model: "Lucent WaveLAN/IEEE" Hotplug: CardBus Socket: 1 Vendor: pcmcia 0x0156 "Lucent Technologies" Device: pcmcia 0x0002 "WaveLAN/IEEE" Driver: "orinoco_cs" Driver Modules: "orinoco_cs" Device File: eth1 Features: WLAN HW Address: 00:02:2d:5a:95:9f Link detected: yes WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 WLAN bitrates: 1 2 5.5 11 WLAN encryption modes: WEP40 WEP104 TKIP WLAN authentication modes: open sharedkey wpa-psk wpa-eap Module Alias: "pcmcia:m0156c0002f06fn00pfn00pa23EB9949pbC562E72ApcD27DEB1Apd00000000" Driver Info #0: Driver Status: hostap_cs is not active Driver Activation Cmd: "modprobe hostap_cs" Driver Info #1: Driver Status: orinoco_cs is active Driver Activation Cmd: "modprobe orinoco_cs" Extra Info: Lucent Technologies, WaveLAN/IEEE, Version 01.01 Config Status: cfg=no, avail=yes, need=no, active=unknown Attached to: #13 (CardBus bridge) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 --- Comment #8 from Casual J. Programmer <casualprogrammer@gmail.com> 2009-11-16 16:58:16 UTC --- # lspci 00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 11) 00:02.0 VGA compatible controller: Intel Corporation 82815 Chipset Graphics Controller (CGC) (rev 11) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03) 00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 Controller (rev 03) 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 03) 00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 03) 00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 03) 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 03) 00:1f.6 Modem: Intel Corporation 82801BA/BAM AC'97 Modem Controller (rev 03) 01:00.0 FireWire (IEEE 1394): Texas Instruments TSB43AA22 IEEE-1394 Controller (PHY/Link Integrated) (rev 02) 01:02.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 80) 01:05.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) 01:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 http://bugzilla.novell.com/show_bug.cgi?id=551640#c11 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |cdengler@novell.com Info Provider|maintenance@opensuse.org | --- Comment #11 from Christian Dengler <cdengler@novell.com> 2009-11-23 12:23:47 UTC --- ok, add it to the running sysconfig update :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 http://bugzilla.novell.com/show_bug.cgi?id=551640#c12 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Dirk Mueller <dmueller@novell.com> 2010-01-04 13:52:50 CET --- update released -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 http://bugzilla.novell.com/show_bug.cgi?id=551640#c13 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.2:29703 --- Comment #13 from Swamp Workflow Management <swamp@suse.com> 2010-01-04 12:55:00 UTC --- Update released for: sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 http://bugzilla.novell.com/show_bug.cgi?id=551640#c14 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:11.2:29703 |maint:released:11.2:29703 | |maint:released:11.1:30429 --- Comment #14 from Swamp Workflow Management <swamp@suse.com> 2010-02-01 11:02:09 UTC --- Update released for: dhcpcd, dhcpcd-debuginfo, dhcpcd-debugsource, sysconfig, sysconfig-debuginfo, sysconfig-debugsource Products: openSUSE 11.1 (debug, i586, ppc, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551640 http://bugzilla.novell.com/show_bug.cgi?id=551640#c15 --- Comment #15 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (551640) was mentioned in https://build.opensuse.org/request/show/25570 Factory / sysconfig -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com