LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-03-2007, 05:12 AM   #1
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Rep: Reputation: 17
why does eth0 disspaear


I install Slackware 12 and have eth0, eth1, eth2 and lo according to ifconfig -a. I do nothing but reboot and ifconfig shows I have eth1, eth2, eth3 and lo !!
Where did eth0 go and where did eth3 come from?
 
Old 08-03-2007, 07:18 AM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by nyloc
I install Slackware 12 and have eth0, eth1, eth2 and lo according to ifconfig -a. I do nothing but reboot and ifconfig shows I have eth1, eth2, eth3 and lo !!
Where did eth0 go and where did eth3 come from?
Hi,

From cli (command line);
Code:
~#dmesg | grep eth         #see the eth devices
~#lspci -vv                #see the devices information
~#ifconfig -a              #know devices at boot
You should see all the known devices and associate the assignments to each.
The 'ifconfig' will give you only the active devices and the 'ifconfig -a' will give you all known devices (whether up or down). Do a 'man ifconfig' to see the options.

Look at the assignments for the output of the commands to see what was assigned.
 
Old 08-03-2007, 12:14 PM   #3
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
See /etc/udev/rules.d/75-network-devices.rules too.
 
Old 08-04-2007, 01:02 AM   #4
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
Where to start?
Apologies for my spelling (past, present & future).
I am running a cable modem connected by USB on an asus mother board with nVidia nForce2 MCP networking adaptor on eth0 Marvell Gigabit LAN on eth1 and iee1394 on eth2. I don't use any firewire or LAN devices.
I have no problems using the net on eth0 with Slk 11.0 on kernel 2.4.n or Mandriva 2007 on kernel 2.6.n so I am assuming I don't have a hardware problem.
I know a bit about computers (well you would have to if you want to install Slackware) but not much about networking so can you check my installation details. I set /dev/modem to ttys0 because I always have, I set up networking as - my ip address = 192.168.1.100 because that is what I got from Kinfocenter/Networkinterfaces, netmask = 255.255.255.0 because it always seems to be that, gateway = 192.168.1.1 because the install sets it that way and it seems to work, nameserver = 203.87.88.1 because that is the ip address of my isp.
I have tried all 4 kernels that come with the install as well as every combination of /dev/modem and static ip or dhcp I could think of. The above setup is the only one that seems to let get on the net but only on the first boot.

Here is the info I have

from dmesg | grep eth
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
eth0: forcedeth.c: subsystem: 01043:80a7 bound to 0000:00:04.0
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
eth2: register 'cdc_ether' at usb-0000:00:02.0-2, CDC Ethernet Device, 00:30:0a:44:7a:14
usbcore: registered new interface driver cdc_ether

from lsconfig -a after the first boot after the install
eth0 Link encap:Ethernet HWaddr 00:00:6C7:E3:85
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:6cff:fed7:e385/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:468 (468.0 b)
Interrupt:17 Base address:0xa000
this is the only time I get eth0.
Last time I looked I had eth1, eth2 & eth11. It seems to increase by 1 every time I reboot.

This is from /var/log/debug
Aug 4 01:30:47 nyloc kernel: eth0: no IPv6 routers present

as you can see from the time stamp (see below) this was the first boot so is it relevant (it is the only message like that in the file).

this an edit of /var/log/messages

Initial boot

Aug 4 01:30:28 nyloc syslogd 1.4.1: restart.
Aug 4 01:30:28 nyloc kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug 4 01:30:28 nyloc kernel: Linux version 2.6.21.5-smp (root@midas) (gcc version 4.1.2) #2 SMP Tue Jun 19 14:58:11 CDT 2007
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:30:30 nyloc logger: SIOCADDRT: No such process
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/ifconfig eth0 192.168.1.100 broadcast 192.168.1.255 netmask 255.255.255.0
Aug 4 01:30:30 nyloc logger: SIOCADDRT: No such process
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Aug 4 01:30:30 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Aug 4 01:30:36 nyloc kernel: NET: Registered protocol family 10
Aug 4 01:30:36 nyloc kernel: lo: Disabled Privacy Extensions

reboot

Aug 4 01:36:52 nyloc syslogd 1.4.1: restart.
Aug 4 01:36:52 nyloc kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug 4 01:36:52 nyloc kernel: Linux version 2.6.21.5-smp (root@midas) (gcc version 4.1.2) #2 SMP Tue Jun 19 14:58:11 CDT 2007
Aug 4 01:36:54 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:36:54 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:36:54 nyloc logger: SIOCADDRT: No such process
Aug 4 01:36:54 nyloc logger: SIOCADDRT: No such process
Aug 4 01:36:54 nyloc logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Aug 4 01:36:54 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Aug 4 01:36:54 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 01:36:54 nyloc logger: SIOCADDRT: No such process
Aug 4 01:36:55 nyloc kernel: NET: Registered protocol family 10
Aug 4 01:36:55 nyloc kernel: lo: Disabled Privacy Extensions

rebooot with non smp kernel

Aug 4 13:20:38 nyloc syslogd 1.4.1: restart.
Aug 4 13:20:38 nyloc kernel: klogd 1.4.1, log source = /proc/kmsg started.
Aug 4 13:20:38 nyloc kernel: ter generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Aug 4 13:20:40 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 13:20:40 nyloc logger: SIOCADDRT: No such process
Aug 4 13:20:40 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 13:20:40 nyloc logger: SIOCADDRT: No such process
Aug 4 13:20:40 nyloc logger: /etc/rc.d/rc.inet1: /sbin/ifconfig lo 127.0.0.1
Aug 4 13:20:40 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Aug 4 13:20:41 nyloc logger: /etc/rc.d/rc.inet1: /sbin/route add default gw 192.168.1.1 metric 1
Aug 4 13:20:41 nyloc logger: SIOCADDRT: No such process
Aug 4 13:20:42 nyloc kernel: NET: Registered protocol family 10
Aug 4 13:20:42 nyloc kernel: lo: Disabled Privacy Extensions

So it seems I am missing some software

I have looked at lsmod from this install as well as from Slk 11 and Mandriva and cannot see anything that should be relevant in their lists that is not in Slk 12. Nor is there any difference between first and subsequent boots in content but there is a difference in order.

So how do I find out what I need?
Nothing in /var/log tells what I am missing


WHAT I REALLY WANT TO KNOW IS WHY IT WORKS ON THE FIRST BOOT !!!!!!!!!!!!!!!!!!!!!!!!


I have been chasing red geese and wild herrings for 4-5 days because of that.

Some of the settings for static ip and dhcp I tried resulted in Firefox not working (it would not find the site in the startup script and took about 5 minutes to fail) but konqeror would work fine as a net browser. Can anyone explain that red herring?
 
Old 08-04-2007, 04:46 AM   #5
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Quote:
Originally Posted by nyloc
rebooot with non smp kernel
If you use the non-smp generic kernel, please read /extra/linux-2.6.21.5-nosmp-sdk/README.TXT.

I have also a ASUS motherboard with nVidia nForce2 networking adaptor. At initial boot it was correctly detected by kernel, but at second don't. I had to disable acpi (append="acpi=off" in /etc/lilo.conf) and my network adapter work again. I use a generic-non-smp 2.6.21.5 kernel too.
 
Old 08-04-2007, 08:16 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Code:
~#dmesg | grep eth         #see the eth devices
~#lspci -vv                #see the devices information
~#ifconfig                 #show what is active
~#ifconfig -a              #know devices at boot
~#lsmod                    #show modules
Post the output of the commands in a vbcode window (# or Quote at top of reply window).
 
Old 08-04-2007, 09:09 PM   #7
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
Quote:
dmesg | grep eth
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
eth0: forcedeth.c: subsystem: 01043:80a7 bound to 0000:00:04.0
eth1: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
eth2: register 'cdc_ether' at usb-0000:00:02.0-2, CDC Ethernet Device, 00:30:0a:44:7a:14
usbcore: registered new interface driver cdc_ether
Quote:
lspci -vv
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Region 0: Memory at e0000000 (32-bit, prefetchable) [size=64M]
Capabilities: [40] AGP version 3.0
Status: RQ=32 Iso- ArqSz=2 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3+ Rate=x4,x8
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=x4
Capabilities: [60] HyperTransport: Host or Secondary Interface
Command: WarmRst+ DblEnd-
Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
Link Config: MLWI=8bit MLWO=8bit LWI=8bit LWO=8bit
Revision ID: 0.16

00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
Subsystem: ASUSTeK Computer Inc. Unknown device 80ac
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-

00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [48] HyperTransport: Slave or Primary Interface
Command: BaseUnitID=1 UnitCnt=15 MastHost- DefDir-
Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC+ TXO- <CRCErr=0
Link Config 0: MLWI=8bit MLWO=8bit LWI=8bit LWO=8bit
Link Control 1: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO+ <CRCErr=0
Link Config 1: MLWI=8bit MLWO=8bit LWI=8bit LWO=8bit
Revision ID: 0.00

00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 0c11
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 5
Region 0: I/O ports at dc00 [size=32]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 18
Region 0: Memory at e9087000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin B routed to IRQ 16
Region 0: Memory at e9082000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin C routed to IRQ 17
Region 0: Memory at e9083000 (32-bit, non-prefetchable) [size=256]
Capabilities: [44] Debug port
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
Subsystem: ASUSTeK Computer Inc. A7N8X Mainboard onboard nForce2 Ethernet
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (250ns min, 5000ns max)
Interrupt: pin A routed to IRQ 17
Region 0: Memory at e9086000 (32-bit, non-prefetchable) [size=4K]
Region 1: I/O ports at e000 [size=8]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 0c11
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (250ns min, 3000ns max)
Interrupt: pin A routed to IRQ 9
Region 0: Memory at e9000000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
Subsystem: ASUSTeK Computer Inc. nForce2 AC97 Audio Controler (MCP)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (500ns min, 1250ns max)
Interrupt: pin A routed to IRQ 18
Region 0: I/O ports at e400 [size=256]
Region 1: I/O ports at d000 [size=128]
Region 2: Memory at e9080000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: e7000000-e8ffffff
Prefetchable memory behind bridge: 50000000-500fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-

00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) (prog-if 8a [Master SecP PriP])
Subsystem: ASUSTeK Computer Inc. Unknown device 0c11
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
Region 4: I/O ports at f000 [size=16]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3) (prog-if 10 [OHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 809a
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e9084000 (32-bit, non-prefetchable) [size=2K]
Region 1: Memory at e9085000 (32-bit, non-prefetchable) [size=64]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME+

00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: e5000000-e6ffffff
Prefetchable memory behind bridge: d0000000-dfffffff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-

01:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
Subsystem: ASUSTeK Computer Inc. Marvell 88E8001 Gigabit Ethernet Controller (Asus)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (5750ns min, 7750ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at e8000000 (32-bit, non-prefetchable) [size=16K]
Region 1: I/O ports at a000 [size=256]
[virtual] Expansion ROM at 50000000 [disabled] [size=128K]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data

01:06.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d0)
Subsystem: Micro-Star International Co., Ltd. TV@Anywhere plus
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (4000ns min, 10000ns max)
Interrupt: pin A routed to IRQ 20
Region 0: Memory at e8004000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=3 PME-

03:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) (prog-if 00 [VGA])
Subsystem: ASUSTeK Computer Inc. ASUS Radeon 9200 SE / TD / 128M
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 32 (2000ns min), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 5
Region 0: Memory at d0000000 (32-bit, prefetchable) [size=128M]
Region 1: I/O ports at c000 [size=256]
Region 2: Memory at e6000000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at e5000000 [disabled] [size=128K]
Capabilities: [58] AGP version 3.0
Status: RQ=256 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3+ Rate=x4,x8
Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP- GART64- 64bit- FW- Rate=<none>
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

03:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)
Subsystem: ASUSTeK Computer Inc. Unknown device c007
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Region 0: Memory at d8000000 (32-bit, prefetchable) [disabled] [size=128M]
Region 1: Memory at e6010000 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Quote:
ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Quote:
ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:11:2F:82:19:30
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:19 Memory:e8000000-0

eth2 Link encap:Ethernet HWaddr 00:30:0A:44:7A:14
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth24 Link encap:Ethernet HWaddr 00:00:6C:02:E7:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17 Base address:0xc000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Quote:
lsmod
Module Size Used by
snd_seq_dummy 6788 0
snd_seq_oss 32896 0
snd_seq_midi_event 10112 1 snd_seq_oss
snd_seq 50640 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10508 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42784 0
snd_mixer_oss 18048 1 snd_pcm_oss
ipv6 254496 12
pcmcia 34988 0
pcmcia_core 36500 1 pcmcia
capability 7304 0
commoncap 9344 1 capability
lp 13736 0
parport_pc 27812 1
parport 34760 2 lp,parport_pc
pcspkr 6528 0
psmouse 39048 0
cdc_ether 8960 0
usbnet 17928 1 cdc_ether
mii 8576 1 usbnet
tuner 63656 0
saa7134 118624 0
video_buf 24068 1 saa7134
compat_ioctl32 5248 1 saa7134
ir_kbd_i2c 10768 1 saa7134
skge 40592 0
ir_common 33796 2 saa7134,ir_kbd_i2c
sk98lin 156128 0
videodev 29184 1 saa7134
v4l2_common 18688 3 tuner,saa7134,videodev
v4l1_compat 17668 2 saa7134,videodev
i2c_nforce2 8704 0
snd_intel8x0 32412 0
snd_ac97_codec 98980 1 snd_intel8x0
ac97_bus 6016 1 snd_ac97_codec
snd_pcm 72068 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 22532 2 snd_seq,snd_pcm
snd 47204 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd _timer
soundcore 9824 1 snd
nvidia_agp 10268 1
forcedeth 46728 0
agpgart 31432 1 nvidia_agp
snd_page_alloc 11528 2 snd_intel8x0,snd_pcm
shpchp 33172 0
ata_generic 9220 0
pata_amd 13964 0
evdev 11904 1
I now have eth24 ("and rising")

Still think the info from /var/log/messages is important "SIOCADDRT: No such process"
but I have a tendency to fixate on the wrong thing.

It would have quicker to try and remember how set up Alsa on Slk 11 with a recompiled kernel.


"Just because your not paranoid doesn't mean their not out to get you"

Road_map, sorry to say append="acpi=off" didn't make any difference.

Cheers
 
Old 08-04-2007, 09:51 PM   #8
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
It's possible I have dodgy install cd's so that might make recompiling the kernel a good idea.
However I learned long ago not to compile the current kernel and compiling a newer kernel won't tell me what's wrong with the current one.
On the other hand if I use .config from /boot as the config file I should be able to replicate the install kernel and modules.
Or is that idea just another wild goose?

"I love traffic lights, but only when they are green"

replace with "computers" and "when they work"
 
Old 08-05-2007, 05:02 AM   #9
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
I see too many "Unknown device" in your lspci -vv output. What motherboard model do you have exactly? I suspect is not a clean ASUSTeK Computer Inc. A7N8X Mainboard.
 
Old 08-05-2007, 06:03 AM   #10
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
The manual says A7N8X-E Deluxe, and the box also has UAY5 after that.
 
Old 08-05-2007, 07:24 AM   #11
Road_map
Member
 
Registered: Jan 2007
Distribution: Slackware
Posts: 341

Rep: Reputation: 31
Please post here your /etc/lilo.conf file.
 
Old 08-05-2007, 08:10 AM   #12
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

With the problems for the eth devices, I suspect the rules. The nethelper.sh detects the devices an creates the '/etc/udev/rules.d/75-network-devices.rules' at boot time. The increment of the device number puzzles me. Did you modify the permissions for the '/etc/udev/rules.d' files?

As to;

Quote:
It's possible I have dodgy install cd's so that might make recompiling the kernel a good idea.
However I learned long ago not to compile the current kernel and compiling a newer kernel won't tell me what's wrong with the current one.
On the other hand if I use .config from /boot as the config file I should be able to replicate the install kernel and modules.
Or is that idea just another wild goose?
Where did you get your Slackware 12.0 iso? Downloaded iso? If so cdrom/dvd? Did you check the iso .md5? Not just rely on a check with k3b or whatever.

If you downloaded the cd/dvd iso then be sure to check the md5sum for the original iso. From the cli;

Code:
~#cd /downloadisolocation      #cdromiso.iso cdromiso.md5 

~#md5sum -c cdromiso.md5       #substitute the correct name to check
This will check the download iso with the known md5sum that you should also get when you download the iso.

You could have a bad burn, to check the cd/dvd with the original iso md5, use this CdromMd5sumsAfterBurning.

A little work on your part to check the cd/dvd to original iso but worth the effort. If a bad burn then you could slowdown the image burn speed. Be sure the media is matched to your device!

You should also read the CHANGES_AND_HINTS.TXT, RELEASE_NOTES and UPGRADE.TXT to get some helpful information. As PV states, you should try to use one of the smp kernels if possible.

Quote:
It's possible I have dodgy install cd's so that might make recompiling the kernel a good idea.
If your cd(s) are bad, then you should correct that first. The compile of a kernel will not solve that issue.

edit: for to answer the above question

Last edited by onebuck; 08-05-2007 at 08:13 AM.
 
Old 08-05-2007, 08:17 AM   #13
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
lilo.conf
Quote:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section

#append = "acpi=off"

boot = /dev/hda8
#compact # faster, but won't work on all systems.
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda8
label = ttys0
read-only # Partitions should be mounted read-only for checking
image = /boot/vmlinuz-generic-2.6.21.5
initrd = /boot/initrd.gz
root = /dev/hda8
label = mkinitrd
read-only
# Linux bootable partition config ends
I commented out acpi because it made no difference with either selection
 
Old 08-05-2007, 08:30 AM   #14
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Did you try the generic-smp kernel?

You should read the Slackware 12.0 CHANGES_AND_HINTS.TXT, RELEASE_NOTES and UPGRADE.TXT to get some helpful information.

As PV states, you should try to use one of the smp kernels if possible. Even if you have a single CPU.
 
Old 08-05-2007, 08:31 AM   #15
nyloc
Member
 
Registered: Aug 2007
Location: Melbourne
Posts: 111

Original Poster
Rep: Reputation: 17
I haven't directly modified permissions /etc/udev. As I said I know little about networking.
/etc/udev/rules.d/75-network-devices.rules
Quote:
# Local network rules to name your network cards.
#
# These rules were generated by nethelper.sh, but you can
# customize them.
#
# You may edit them as needed.
# (If, for example, your machine has more than one network
# card and you need to be sure they will always be given
# the same name, like eth0, based on the MAC address)
#
# If you delete this file, /lib/udev/nethelper.sh will try to
# generate it again the next time udev is started.

KERNEL=="eth?", ATTR{address}=="00:00:6c:13:81:d7", NAME="eth0"
KERNEL=="eth?", ATTR{address}=="00:11:2f:82:19:30", NAME="eth1"
KERNEL=="eth?", ATTR{address}=="00:30:0a:44:7a:14", NAME="eth2"
KERNEL=="eth?", ATTR{address}=="00:00:6c:8a:41:a8", NAME="eth3"
KERNEL=="eth?", ATTR{address}=="00:00:6c:8a:1c:bc", NAME="eth4"
KERNEL=="eth?", ATTR{address}=="00:00:6c:cc:e8:24", NAME="eth5"
KERNEL=="eth?", ATTR{address}=="00:00:6c:76:b0:1d", NAME="eth6"
KERNEL=="eth?", ATTR{address}=="00:00:6c:78:42:10", NAME="eth7"
KERNEL=="eth?", ATTR{address}=="00:00:6c:fe:33:32", NAME="eth8"
KERNEL=="eth?", ATTR{address}=="ff:ff:ff:ff:ff:ff:ff:ff", NAME="eth9"
KERNEL=="eth?", ATTR{address}=="00:00:6c:91:38:8f", NAME="eth10"
KERNEL=="eth?", ATTR{address}=="00:00:6c:9f:58:8d", NAME="eth11"
KERNEL=="eth?", ATTR{address}=="00:00:6c:e4:6a:00", NAME="eth12"
KERNEL=="eth?", ATTR{address}=="00:00:6c:7e:d3:1e", NAME="eth13"
KERNEL=="eth?", ATTR{address}=="00:00:6c:c9:19:63", NAME="eth14"
KERNEL=="eth?", ATTR{address}=="00:00:6c:51:1a:0d", NAME="eth15"
KERNEL=="eth?", ATTR{address}=="00:00:6c:d2:10:fa", NAME="eth16"
KERNEL=="eth?", ATTR{address}=="00:00:6c:8f:15:47", NAME="eth17"
KERNEL=="eth?", ATTR{address}=="00:00:6c:1e:6e:a0", NAME="eth18"
KERNEL=="eth?", ATTR{address}=="00:00:6c:35:cc:28", NAME="eth19"
KERNEL=="eth?", ATTR{address}=="00:00:6c:c3:c8:ab", NAME="eth20"
KERNEL=="eth?", ATTR{address}=="00:00:6c:8a:27:8b", NAME="eth21"
KERNEL=="eth?", ATTR{address}=="00:00:6c:c2:45:71", NAME="eth22"
KERNEL=="eth?", ATTR{address}=="00:00:6c:53:78:aa", NAME="eth23"
KERNEL=="eth?", ATTR{address}=="00:00:6c:02:e7:22", NAME="eth24"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
eth0: Device eth0 has different MAC address than expected,ignoring. lin1010 Linux - Networking 5 11-24-2010 07:30 AM
Wireless network on eth1 diabled Ethernet eth0 and eth0 never comes back tadatoshi Linux - Wireless Networking 4 09-23-2004 05:57 PM
Firewall WAN eth0 LAN eth1 self-bridges, eth0 does all routeing. Nichole_knc Linux - Networking 5 07-29-2004 02:33 PM
howto delete existing static ip of ethernet(eth0)& reconf multiple ips on eth0 viveku Linux - Networking 2 02-02-2004 01:30 AM
howto delete static ip configured on eth0 & reconf multiple ip on one eth0(redhat8 viveku Linux - Networking 0 01-31-2004 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration