[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Built-in Network Port not detected in Debian



On Sat, Mar 04, 2006 at 12:58:50PM +0300, Salman wrote:
> I am trying to install debian on my wife's computer. It already has 
> Windows XP installed and running on the first partition and used to have 
> Mandrake 10 on another partition. Both Windows XP and Mandrake 10 
> recognized all hardware components including the built in network chipset.
> I tried different debian CDs including Sarge testing net-install and 
> Etch testing net-install and finally Sarge Stable DVD from Linux Format 
> Magazine Cover CD. All these CDs have the same problem.. network is not 
> work-ing :-)
> I then tested the network chipset by using Knoppix Live 4.0 DVD and it 
> was detected and automatically configured properly.
> Here are some information I gathered so far.  I will post Debian's 
> Stable (Sarge), Testing (Etch) and Knoppix's data each in a separate 
> post in reply to this to make it easy for others to read:
Hi Salman,

without going into the _very_detailed_ (good thing) listing of your
hard/software, have you tried something like

modprobe eepro

or 

modprobe eepro100

I have this

0000:00:0a.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro
100] (rev 05)

according to lspci... and it migth just be a typo, but below 
/etc/resolve.conf really is /etc/resolv.conf.

Hth

Andreas
 
> 
> ------------------------------
> Computer:
> Acer ASPIRE 6634 (A), PIII 866MHz
> Built-in Network Chipset:
> Intel(R) PRO/100 VE (not wireless)
> ------------------------------
> Windows Settings:
> Location: PCI Slot 4 (PCI bus 1, device 8, function 0)
> Memory Usage: 80120000-80120FFF
> I/O Range: 70C0-70FF
> IRQ: 10
> IP: 10.0.0.2
> Netmask: 255.255.255.0
> Broadcast: 10.0.0.255
> Gateway: 10.0.0.138
> DNS: 10.0.0.138
> ------------------------------
> I noticed the following:
> 1) Debian Sarge is using an older kernel with an older e100 driver while 
> Debian Etch is using kernel 2.6.12, same as Knoppix     4.0 but only 
> Knoppix 4.0 works
> 2) I also noticed that Debian Stable and Testing for a strange reason 
> disable IRQ10 and assign IRQ11 to network port, while     Windows and 
> Knoppix work with IRQ10.
> I checked the BIOS and in the Onboard Peripherals it list only these:
> * Serial Port 1 and 2
> * Parallal Port
> * Floppy, IDE, PS/2, USB Host Controllers
> * Audio Chip
> and none is using IRQ 10 or 11.
> ------------------------------
> 
> attached are some data files from several test systems:
> + Knoppix_4.0: Data boot of Knoppix 4.0 Live DVD where the network post 
> is detected and working fine.
> + Debian_Sarge: Data from an install of Sarge where the network port is 
> not detected.
> + Debian_Sarge: Data from an install of Etch where the network port is 
> not detected.
> + Knoppix_dmesg_full: I thought this may help detecting the problem.
> + Etch_dmesg_full: ditto.
> + Debian_Etch_PCI: Data from an install of Etch with a working PCI 
> network card from another PC runing Etch as well, still not working here.
> ------------------------------
> All help is greatly appreciated
> ------------------------------
> 
> -- 
> http://www.mishkah.org
> 

> Knoppix 4.0 Live DVD works fine and automatically detects and configures the built-in ethernet port which I can use to connect to the router and the internet without a problem.
> /------------------------------
> /uname -a/
> Linux Knoppix 2.6.12 #2 SMP Tue Aug 9 23:20:52 CEST 2005 i686 GNU/Linux
> ------------------------------
> //etc/resolve.conf/
> search lan
> nameserver 10.0.0.138
> ------------------------------
> //etc/network/interfaces/
> # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
> 
> # The loopback interface
> # automatically added when upgrading
> auto lo
> iface lo inet loopback
> ------------------------------
> /ping -c 3 10.0.0.138/
> PING 10.0.0.138 (10.0.0.138): 56 data bytes
> 64 bytes from 10.0.0.138: icmp_seq=0 ttl=64 time=0.4 ms
> 64 bytes from 10.0.0.138: icmp_seq=1 ttl=64 time=0.4 ms
> 64 bytes from 10.0.0.138: icmp_seq=2 ttl=64 time=0.4 ms
> 
> --- 10.0.0.138 ping statistics ---
> 3 packets transmitted, 3 packets received, 0% packet loss
> round-trip min/avg/max = 0.4/0.4/0.4 ms
> ------------------------------
> /ifconfig/
> eth0 Link encap:Ethernet HWaddr 00:00:E2:4E:AC:F1
>       inet addr:10.0.0.4 Bcast:10.0.0.255 Mask:255.255.255.0
>       UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>       RX packets:11 errors:0 dropped:0 overruns:0 frame:0
>       TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
>       collisions:0 txqueuelen:1000
>       RX bytes:1549 (1.5 KiB) TX bytes:1772 (1.7 KiB)
> 
> lo     Link encap:Local Loopback
>       inet addr:127.0.0.1 Mask:255.0.0.0
>       UP LOOPBACK RUNNING MTU:16436 Metric:1
>       RX packets:14 errors:0 dropped:0 overruns:0 frame:0
>       TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
>       collisions:0 txqueuelen:0
>       RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
> ------------------------------
> /lspci/
> 0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
> 0000:00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 02)
> 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 02)
> 0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02)
> 0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02)
> 0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02)
> 0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02)
> 0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02)
> 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 02)
> 0000:01:00.0 Multimedia audio controller: Avance Logic Inc. ALS4000 Audio Chipset
> 0000:01:01.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
> 0000:01:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 01)
> ------------------------------
> /lsmod | grep e100/
> e100 37248 0
> mii 8320 1 e100
> ------------------------------
> /dmesg | grep eth/
> e100: eth0: e100_probe: addr 0x80120000, irq 10, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> ------------------------------
> /dmesg | grep e100/
> e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
> e100: Copyright(c) 1999-2005 Intel Corporation
> e100: eth0: e100_probe: addr 0x80120000, irq 10, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> ------------------------------
> //etc/network/options/
> ip_forward=no
> spoofprotect=yes
> syncookies=no
> ------------------------------
> /route/
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 10.0.0.0 * 255.255.255.0 U 0 0 0 eth0
> default SpeedTouch.lan 0.0.0.0 UG 0 0 0 eth0
> ------------------------------
> /dmesg |grep IRQ/
> PCI: Discovered primary peer bus 02 [IRQ]
> PCI: Using IRQ router PIIX/ICH [8086/2440] at 0000:00:1f.0
> PCI: Found IRQ 3 for device 0000:00:1f.2
> PCI: Found IRQ 10 for device 0000:00:1f.4
> Serial: 8250/16550 driver $Revision: 1.90 $ 14 ports, IRQ sharing disabled
> PCI: Found IRQ 10 for device 0000:01:08.0
> PCI: Found IRQ 11 for device 0000:01:00.0
> PCI: Sharing IRQ 11 with 0000:00:02.0
> PCI: Found IRQ 9 for device 0000:00:1f.5
> PCI: Sharing IRQ 9 with 0000:00:1f.3
> PCI: Sharing IRQ 9 with 0000:01:01.0
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 9
> PCI: Found IRQ 11 for device 0000:00:02.0
> PCI: Sharing IRQ 11 with 0000:01:00.0
> ------------------------------
> Debian Sarge (Stable) does not detect the built-in ethernet port, so I can not connect to the router or the internet.
> ------------------------------
> uname -a
> Linux farabi 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 GNU/Linux
> ------------------------------
> /etc/resolve.conf
> search lan
> nameserver 10.0.0.138
> ------------------------------
> /etc/network/interfaces/
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
> 
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> # The primary network interface
> auto eth0
> iface eth0 inet static
> address 10.0.0.2
> netmask 255.255.255.0
> network 10.0.0.0
> broadcast 10.0.0.255
> gateway 10.0.0.138
> # dns-* options are implemented by the resolvconf package, if installed
> dns-nameservers 10.0.0.138
> dns-search lan
> ------------------------------
> ping -c 3 10.0.0.138
> PING 10.0.0.138 (10.0.0.138) 56(84) bytes of data.
> >From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
> >From 10.0.0.2 icmp_seq=2 Destination Host Unreachable
> >From 10.0.0.2 icmp_seq=3 Destination Host Unreachable
> 
> --- 10.0.0.138 ping statistics ---
> 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1999ms
> , pipe 3
> ------------------------------
> ping -c 3 127.0.0.1
> PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
> 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.050 ms
> 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.050 ms
> 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.031 ms
> 
> --- 127.0.0.1 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1999ms
> rtt min/avg/max/mdev = 0.031/0.043/0.050/0.011 ms
> ------------------------------
> ping -c 3 10.0.0.2
> PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
> 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.049 ms
> 64 bytes from 10.0.0.2: icmp_seq=2 ttl=64 time=0.018 ms
> 64 bytes from 10.0.0.2: icmp_seq=3 ttl=64 time=0.029 ms
> 
> --- 10.0.0.2 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1999ms
> rtt min/avg/max/mdev = 0.018/0.032/0.049/0.012 ms
> ------------------------------
> ifconfig
> eth0 Link encap:Ethernet HWaddr 00:00:E2:4E:AC:F1
> inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0
> inet6 addr: fe80::200:e2ff:fe4e:acf1/64 Scope:Link
> UP BROADCAST RUNNING 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)
> 
> 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:27 errors:0 dropped:0 overruns:0 frame:0
> TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:2544 (2.4 KiB) TX bytes:2544 (2.4 KiB)
> ------------------------------
> lspci
> 0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
> 0000:00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 02)
> 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 02)
> 0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02)
> 0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02)
> 0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02)
> 0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02)
> 0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02)
> 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 02)
> 0000:01:00.0 Multimedia audio controller: Avance Logic Inc. ALS4000 Audio Chipset
> 0000:01:01.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
> 0000:01:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 01)
> ------------------------------
> lsmod | grep e100
> e100 32608 0
> mii 5120 1 e100
> ------------------------------
> dmesg | grep eth
> e100: eth0: e100_probe: addr 0x80120000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> NETDEV WATCHDOG: eth0: transmit timed out
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> eth0: no IPv6 routers present
> ------------------------------
> dmesg | grep e100
> e100: Intel(R) PRO/100 Network Driver, 3.0.18
> e100: Copyright(c) 1999-2004 Intel Corporation
> e100: eth0: e100_probe: addr 0x80120000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> ------------------------------
> /etc/network/options
> ip_forward=no
> spoofprotect=yes
> syncookies=no
> ------------------------------
> route
> Kernel IP routing table
> Destination     Gateway     Genmask     Flags     Metric     Ref Use Iface
> localnet     *     255.255.255.0     U     0     0     0     eth0
> default     10.0.0.138     0.0.0.0     UG     0     0     0     eth0
> ------------------------------
> dmesg |grep IRQ
> ACPI: IRQ9 SCI: Level Trigger.
> ACPI: PCI Interrupt Link [PILA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [PILB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILD] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> PCI: Using ACPI for IRQ routing
> ACPI: PCI Interrupt Link [PILA] enabled at IRQ 11
> ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI interrupt 0000:00:1f.2[D]: no GSI - using IRQ 3
> ACPI: PCI interrupt 0000:00:1f.3[B]: no GSI - using IRQ 9
> ACPI: PCI interrupt 0000:00:1f.4[C]: no GSI - using IRQ 10
> ACPI: PCI interrupt 0000:00:1f.5[B]: no GSI - using IRQ 9
> ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI interrupt 0000:01:01.0[A]: no GSI - using IRQ 9
> ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 11 (level, low) -> IRQ 11
> Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
> ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI interrupt 0000:00:1f.5[B]: no GSI - using IRQ 9
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 9
> ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI interrupt 0000:00:1f.2[D]: no GSI - using IRQ 3
> [<c01087f0>] do_IRQ+0x120/0x130
> [<c01087cb>] do_IRQ+0xfb/0x130
> Disabling IRQ #3
> ACPI: PCI interrupt 0000:00:1f.4[C]: no GSI - using IRQ 10
> [<c01087f0>] do_IRQ+0x120/0x130
> [<c01087cb>] do_IRQ+0xfb/0x130
> Disabling IRQ #10
> uhci_hcd 0000:00:1f.2: Unlink after no-IRQ? Different ACPI or APIC settings may help.
> ------------------------------
> Debian Etch (Testing) does not detect the built-in ethernet port, so I can not connect to the router or the internet.
> ------------------------------
> /uname -a/
> Linux farabi 2.6.12-1-386 #1 Tue Sep 27 12:41:08 JST 2005 i686 GNU/Linux
> ------------------------------
> //etc/network/interfaces/
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
> 
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> 
> # The primary network interface
> auto eth0
> iface eth0 inet static
> address 10.0.0.2
> netmask 255.255.255.0
> network 10.0.0.0
> broadcast 10.0.0.255
> gateway 10.0.0.138
> # dns-* options are implemented by the resolvconf package, if installed
> dns-nameservers 10.0.0.138
> dns-search lan
> ------------------------------
> /ping -c 3 10.0.0.138/
> PING 10.0.0.138 (10.0.0.138) 56(84) bytes of data.
> >From 10.0.0.2 icmp_seq=1 Destination Host Unreachable
> >From 10.0.0.2 icmp_seq=2 Destination Host Unreachable
> >From 10.0.0.2 icmp_seq=3 Destination Host Unreachable
> 
> 
> --- 10.0.0.138 ping statistics ---
> 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1998ms
> , pipe 3
> ------------------------------
> /ping -c 3 10.0.0.2/
> Code:
> PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
> 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.057 ms
> 64 bytes from 10.0.0.2: icmp_seq=2 ttl=64 time=0.033 ms
> 64 bytes from 10.0.0.2: icmp_seq=3 ttl=64 time=0.052 ms
> 
> 
> --- 10.0.0.2 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1999ms
> rtt min/avg/max/mdev = 0.033/0.047/0.057/0.011 ms
> ------------------------------
> /ping -c 3 127.0.0.1/
> PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
> 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.064 ms
> 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.056 ms
> 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.016 ms
> 
> 
> --- 127.0.0.1 ping statistics ---
> 3 packets transmitted, 3 received, 0% packet loss, time 1999ms
> rtt min/avg/max/mdev = 0.016/0.045/0.064/0.021 ms
> ------------------------------
> /ifconfig/
> eth0 Link encap:Ethernet HWaddr 00:00:E2:4E:AC:F1
> inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0
> UP BROADCAST RUNNING 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)
> 
> 
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:23 errors:0 dropped:0 overruns:0 frame:0
> TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:2016 (1.9 KiB) TX bytes:2016 (1.9 KiB)
> ------------------------------
> /dmesg | grep eth/
> e100: eth0: e100_probe: addr 0x80120000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> NETDEV WATCHDOG: eth0: transmit timed out
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> ------------------------------ /
> dmesg | grep e100/
> Code:
> e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
> e100: Copyright(c) 1999-2005 Intel Corporation
> e100: eth0: e100_probe: addr 0x80120000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> ------------------------------
> /route/
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> localnet * 255.255.255.0 U 0 0 0 eth0
> default 10.0.0.138 0.0.0.0 UG 0 0 0 eth0
> ------------------------------
> /dmesg |grep IRQ/
> ACPI: PCI Interrupt Link [PILA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [PILB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILD] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> PCI: Using ACPI for IRQ routing
> Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
> ACPI: PCI Interrupt Link [PILA] enabled at IRQ 11
> PCI: setting IRQ 11 as level-triggered
> ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI Interrupt 0000:00:1f.5[b]: no GSI - using IRQ 9
> PCI: setting IRQ 9 as level-triggered
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 9
> ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI Interrupt 0000:00:1f.2[D]: no GSI - using IRQ 3
> PCI: setting IRQ 3 as level-triggered
> [<c012f3ac>] __do_IRQ+0xb0/0xc4
> [<c0105039>] do_IRQ+0x1d/0x28
> [<c010503e>] do_IRQ+0x22/0x28
> Disabling IRQ #3
> ACPI: PCI Interrupt 0000:00:1f.4[C]: no GSI - using IRQ 10
> PCI: setting IRQ 10 as level-triggered
> [<c012f3ac>] __do_IRQ+0xb0/0xc4
> [<c0105039>] do_IRQ+0x1d/0x28
> [<c010503e>] do_IRQ+0x22/0x28
> Disabling IRQ #10
> ------------------------------
> Linux version 2.6.12 (root@Knoppix) (gcc-Version 3.3.6 (Debian 1:3.3.6-7)) #2 SMP Tue Aug 9 23:20:52 CEST 2005
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 000000000fed0000 (usable)
>  BIOS-e820: 000000000fed0000 - 000000000fee0000 (reserved)
>  BIOS-e820: 000000000fee0000 - 000000000fee8000 (ACPI data)
>  BIOS-e820: 000000000fee8000 - 000000000ff00000 (ACPI NVS)
>  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
> 0MB HIGHMEM available.
> 254MB LOWMEM available.
> On node 0 totalpages: 65232
>   DMA zone: 4096 pages, LIFO batch:1
>   Normal zone: 61136 pages, LIFO batch:31
>   HighMem zone: 0 pages, LIFO batch:1
> DMI 2.3 present.
> ACPI: RSDP (v000 ACER                                  ) @ 0x000fe030
> ACPI: RSDT (v001 ACER   S58M     0x00000001 ACER 0x00000000) @ 0x0fee0000
> ACPI: FADT (v001 ACER   S58M     0x00000001 ACER 0x00000000) @ 0x0fee0028
> ACPI: DSDT (v001   Acer   S58M   0x00001000 MSFT 0x0100000a) @ 0x00000000
> ACPI: BIOS age (2001) fails cutoff (2002), acpi=force is required to enable ACPI
> ACPI: Disabling ACPI support
> Allocating PCI resources starting at 0ff00000 (gap: 0ff00000:f0080000)
> Built 1 zonelists
> Kernel command line: ### isk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=linux 
> Local APIC disabled by BIOS -- you can enable it with "lapic"
> mapped APIC to ffffd000 (012ff000)
> Initializing CPU#0
> PID hash table entries: 1024 (order: 10, 16384 bytes)
> Detected 903.955 MHz processor.
> Using tsc for high-res timesource
> Console: colour dummy device 80x25
> Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
> Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Memory: 252632k/260928k available (1882k kernel code, 7616k reserved, 999k data, 296k init, 0k highmem)
> Checking if this processor honours the WP bit even in supervisor mode... Ok.
> Calibrating delay loop... 1699.84 BogoMIPS (lpj=849920)
> Security Framework v1.0.0 initialized
> SELinux:  Disabled at boot.
> Mount-cache hash table entries: 512
> CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
> CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 256K
> CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> Checking for popad bug... OK.
> CPU0: Intel Pentium III (Coppermine) stepping 06
> SMP motherboard not detected.
> Local APIC not detected. Using dummy APIC emulation.
> Brought up 1 CPUs
> CPU0 attaching sched-domain:
>  domain 0: span 00000001
>   groups: 00000001
> checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
> Freeing initrd memory: 858k freed
> NET: Registered protocol family 16
> EISA bus registered
> PCI: PCI BIOS revision 2.10 entry at 0xf0220, last bus=1
> PCI: Using configuration type 1
> mtrr: v2.0 (20020519)
> ACPI: Subsystem revision 20050309
> ACPI: Interpreter disabled.
> Linux Plug and Play Support v0.97 (c) Adam Belay
> pnp: PnP ACPI: disabled
> PnPBIOS: Scanning system for PnP BIOS support...
> PnPBIOS: Found PnP BIOS installation structure at 0xc00f6880
> PnPBIOS: PnP BIOS version 1.0, entry 0xf8310:0x0, dseg 0xf0000
> PnPBIOS: 18 nodes reported by PnP BIOS; 18 recorded by driver
> SCSI subsystem initialized
> PCI: Probing PCI hardware
> PCI: Probing PCI hardware (bus 00)
> Boot video device is 0000:01:01.0
> PCI: Transparent bridge - 0000:00:1e.0
> PCI: Discovered primary peer bus 02 [IRQ]
> PCI: Using IRQ router PIIX/ICH [8086/2440] at 0000:00:1f.0
> pnp: 00:08: ioport range 0x400-0x47f has been reserved
> pnp: 00:08: ioport range 0x480-0x4bf has been reserved
> pnp: 00:08: ioport range 0xe00-0xe7f has been reserved
> audit: initializing netlink socket (disabled)
> audit(1139334459.523:0): initialized
> Total HugeTLB memory allocated, 0
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> Initializing Cryptographic API
> vesafb: framebuffer at 0x84000000, mapped to 0xd0880000, using 3072k, total 4096k
> vesafb: mode is 1024x768x16, linelength=2048, pages=0
> vesafb: protected mode interface info at c000:02e5
> vesafb: scrolling: redraw
> vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
> Console: switching to colour frame buffer device 128x48
> fb0: VESA VGA frame buffer device
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> PNP: PS/2 Controller [PNP0303,PNP0f13] at 0x60,0x64 irq 1,12
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ICH2: IDE controller at PCI slot 0000:00:1f.1
> ICH2: chipset revision 2
> ICH2: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0x8c00-0x8c07, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0x8c08-0x8c0f, BIOS settings: hdc:DMA, hdd:pio
> Probing IDE interface ide0...
> hda: ST320413A, ATA DISK drive
> hdb: LG DVD-ROM DRD-8160B, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> Probing IDE interface ide1...
> hdc: CD-ROM 52X/AKH, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> Probing IDE interface ide2...
> Probing IDE interface ide3...
> Probing IDE interface ide4...
> Probing IDE interface ide5...
> hda: max request size: 128KiB
> hda: Host Protected Area detected.
> 	current capacity is 39102336 sectors (20020 MB)
> 	native  capacity is 39102337 sectors (20020 MB)
> hda: Host Protected Area disabled.
> hda: 39102337 sectors (20020 MB) w/512KiB Cache, CHS=38792/16/63
> hda: cache flushes not supported
>  hda: hda1 hda2 hda3
> hdb: ATAPI 48X DVD-ROM drive, 512kB Cache
> Uniform CD-ROM driver Revision: 3.20
> hdc: ATAPI 52X CD-ROM drive, 192kB Cache
> libata version 1.11 loaded.
> mice: PS/2 mouse device common for all mice
> EISA: Probing bus 0 at eisa.0
> Cannot allocate resource for EISA slot 7
> Cannot allocate resource for EISA slot 8
> EISA: Detected 0 cards.
> NET: Registered protocol family 2
> IP: routing cache hash table of 1024 buckets, 16Kbytes
> TCP established hash table entries: 8192 (order: 5, 131072 bytes)
> TCP bind hash table entries: 8192 (order: 4, 98304 bytes)
> TCP: Hash tables configured (established 8192 bind 8192)
> NET: Registered protocol family 1
> NET: Registered protocol family 15
> RAMDISK: Compressed image found at block 0
> VFS: Mounted root (ext2 filesystem).
> input: AT Translated Set 2 keyboard on isa0060/serio0
> seagate: ST0x/TMC-8xx not detected.
> Failed initialization of WD-7000 SCSI card!
> usbcore: registered new driver usbfs
> usbcore: registered new driver hub
> USB Universal Host Controller Interface driver v2.2
> PCI: Found IRQ 3 for device 0000:00:1f.2
> PCI: Setting latency timer of device 0000:00:1f.2 to 64
> uhci_hcd 0000:00:1f.2: Intel Corporation 82801BA/BAM USB (Hub #1)
> uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
> uhci_hcd 0000:00:1f.2: irq 3, io base 0x00008880
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 2 ports detected
> PCI: Found IRQ 10 for device 0000:00:1f.4
> PCI: Setting latency timer of device 0000:00:1f.4 to 64
> uhci_hcd 0000:00:1f.4: Intel Corporation 82801BA/BAM USB (Hub #2)
> uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
> uhci_hcd 0000:00:1f.4: irq 10, io base 0x000088c0
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 2 ports detected
> ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
> Initializing USB Mass Storage driver...
> usb 1-1: new low speed USB device using uhci_hcd and address 2
> usb 1-2: new low speed USB device using uhci_hcd and address 3
> usbcore: registered new driver usb-storage
> USB Mass Storage support registered.
> ieee1394: Initialized config rom entry `ip1394'
> sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
> ieee1394: sbp2: Driver forced to serialize I/O (serialize_io = 1)
> Unable to identify CD-ROM format.
> VFS: Can't find an ext2 filesystem on dev hda.
> FAT: bogus number of FAT structure
> VFS: Can't find a valid FAT filesystem on dev hda.
> ISO 9660 Extensions: Microsoft Joliet Level 3
> ISO 9660 Extensions: RRIP_1991A
> cloop: Initializing cloop v2.02
> cloop: loaded (max 8 devices)
> cloop: /cdrom/KNOPPIX/KNOPPIX: 82157 blocks, 65536 bytes/block, largest block is 65562 bytes.
> ISO 9660 Extensions: RRIP_1991A
> cloop: losetup_file: 28811 blocks, 65536 bytes/block, largest block is 65562 bytes.
> ISO 9660 Extensions: RRIP_1991A
> Registering unionfs 20050811-1552
> Freeing unused kernel memory: 296k freed
> Real Time Clock Driver v1.12
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
> Linux Kernel Card Services
>   options:  [pci] [cardbus] [pm]
> usbcore: registered new driver hiddev
> input: USB HID v1.00 Mouse [Logitech] on usb-0000:00:1f.2-1
> input: USB HID v1.10 Keyboard [NOVATEK USB Multimedia Keyboard] on usb-0000:00:1f.2-2
> input: USB HID v1.10 Device [NOVATEK USB Multimedia Keyboard] on usb-0000:00:1f.2-2
> usbcore: registered new driver usbhid
> drivers/usb/input/hid-core.c: v2.01:USB HID core driver
> ts: Compaq touchscreen protocol output
> Serial: 8250/16550 driver $Revision: 1.90 $ 14 ports, IRQ sharing disabled
> ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> parport: PnPBIOS parport detected.
> parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
> hw_random: RNG not detected
> e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
> e100: Copyright(c) 1999-2005 Intel Corporation
> PCI: Found IRQ 10 for device 0000:01:08.0
> e100: eth0: e100_probe: addr 0x80120000, irq 10, MAC addr 00:00:E2:4E:AC:F1
> PCI: Found IRQ 11 for device 0000:01:00.0
> PCI: Sharing IRQ 11 with 0000:00:02.0
> Intel 810 + AC97 Audio, version 1.01, 22:38:37 Aug  9 2005
> PCI: Found IRQ 9 for device 0000:00:1f.5
> PCI: Sharing IRQ 9 with 0000:00:1f.3
> PCI: Sharing IRQ 9 with 0000:01:01.0
> PCI: Setting latency timer of device 0000:00:1f.5 to 64
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 9
> i810_audio: Audio Controller supports 6 channels.
> i810_audio: Defaulting to base 2 channel mode.
> i810_audio: Resetting connection 0
> ac97_codec: AC97 Audio codec, id: ADS72 (Analog Devices AD1881A)
> i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
> i810_audio: setting clocking to 48813
> NTFS driver 2.1.22 [Flags: R/W MODULE].
> NTFS volume version 3.1.
> Adding 538168k swap on /dev/hda2.  Priority:-1 extents:1
> ReiserFS: hda3: found reiserfs format "3.6" with standard journal
> ReiserFS: hda3: using ordered data mode
> ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
> ReiserFS: hda3: checking transaction log (hda3)
> ReiserFS: hda3: Using r5 hash to sort names
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> NET: Registered protocol family 17
> Linux agpgart interface v0.101 (c) Dave Jones
> agpgart: Detected an Intel i815 Chipset.
> agpgart: detected 4MB dedicated video ram.
> agpgart: AGP aperture is 64M @ 0x88000000
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
> [drm] Initialized drm 1.0.0 20040925
> PCI: Enabling device 0000:00:02.0 (0004 -> 0006)
> PCI: Found IRQ 11 for device 0000:00:02.0
> PCI: Sharing IRQ 11 with 0000:01:00.0
> [drm] Initialized i810 1.4.0 20030605 on minor 0: Intel Corporation 82815 CGC [Chipset Graphics Controller]
> usb 2-1: new full speed USB device using uhci_hcd and address 2
> hub 2-1:1.0: USB hub found
> hub 2-1:1.0: 1 port detected
> usb 2-1.1: new full speed USB device using uhci_hcd and address 3
> scsi0 : SCSI emulation for USB Mass Storage devices
> usb-storage: device found at 3
> usb-storage: waiting for device to settle before scanning
>   Vendor: LG        Model: X-TICK 2.0        Rev: 1.00
>   Type:   Direct-Access                      ANSI SCSI revision: 00
> SCSI device sda: 507904 512-byte hdwr sectors (260 MB)
> sda: Write Protect is off
> sda: Mode Sense: 00 26 00 00
> sda: assuming drive cache: write through
> SCSI device sda: 507904 512-byte hdwr sectors (260 MB)
> sda: Write Protect is off
> sda: Mode Sense: 00 26 00 00
> sda: assuming drive cache: write through
>  sda: sda1
> Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
> usb-storage: device scan complete
> ReiserFS: hda3: found reiserfs format "3.6" with standard journal
> ReiserFS: hda3: using ordered data mode
> ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
> ReiserFS: hda3: checking transaction log (hda3)
> ReiserFS: hda3: Using r5 hash to sort names
> NET: Registered protocol family 10
> Disabled Privacy Extensions on device c0381d00(lo)
> IPv6 over IPv4 tunneling driver
> eth0: no IPv6 routers present

> Linux version 2.6.12-1-386 (horms@tabatha.lab.ultramonkey.org) (gcc version 4.0.2 20050917 (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 12:41:08 JST 2005
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 000000000fed0000 (usable)
>  BIOS-e820: 000000000fed0000 - 000000000fee0000 (reserved)
>  BIOS-e820: 000000000fee0000 - 000000000fee8000 (ACPI data)
>  BIOS-e820: 000000000fee8000 - 000000000ff00000 (ACPI NVS)
>  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
> 254MB LOWMEM available.
> On node 0 totalpages: 65232
>   DMA zone: 4096 pages, LIFO batch:1
>   Normal zone: 61136 pages, LIFO batch:31
>   HighMem zone: 0 pages, LIFO batch:1
> DMI 2.3 present.
> ACPI: RSDP (v000 ACER                                  ) @ 0x000fe030
> ACPI: RSDT (v001 ACER   S58M     0x00000001 ACER 0x00000000) @ 0x0fee0000
> ACPI: FADT (v001 ACER   S58M     0x00000001 ACER 0x00000000) @ 0x0fee0028
> ACPI: DSDT (v001   Acer   S58M   0x00001000 MSFT 0x0100000a) @ 0x00000000
> ACPI: PM-Timer IO Port: 0x408
> Allocating PCI resources starting at 0ff00000 (gap: 0ff00000:f0080000)
> Built 1 zonelists
> Kernel command line: root=/dev/hda3 ro 
> Local APIC disabled by BIOS -- you can enable it with "lapic"
> mapped APIC to ffffd000 (011ff000)
> Initializing CPU#0
> PID hash table entries: 1024 (order: 10, 16384 bytes)
> Detected 863.892 MHz processor.
> Using pmtmr for high-res timesource
> Console: colour VGA+ 80x25
> Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
> Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Memory: 253868k/260928k available (1540k kernel code, 6456k reserved, 756k data, 236k init, 0k highmem)
> Checking if this processor honours the WP bit even in supervisor mode... Ok.
> Calibrating delay loop... 1564.67 BogoMIPS (lpj=782336)
> Security Framework v1.0.0 initialized
> SELinux:  Disabled at boot.
> Mount-cache hash table entries: 512
> CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
> CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 256K
> CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000
> CPU: Intel Pentium III (Coppermine) stepping 06
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> Checking for popad bug... OK.
> ACPI: setting ELCR to 0200 (from 0e08)
> checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
> Freeing initrd memory: 1448k freed
> NET: Registered protocol family 16
> EISA bus registered
> PCI: PCI BIOS revision 2.10 entry at 0xf0220, last bus=1
> PCI: Using configuration type 1
> mtrr: v2.0 (20020519)
> ACPI: Subsystem revision 20050309
> ACPI: Interpreter enabled
> ACPI: Using PIC for interrupt routing
> ACPI: PCI Interrupt Link [PILA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [PILB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILD] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Root Bridge [PCI0] (0000:00)
> PCI: Probing PCI hardware (bus 00)
> Boot video device is 0000:01:01.0
> PCI: Transparent bridge - 0000:00:1e.0
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
> Linux Plug and Play Support v0.97 (c) Adam Belay
> pnp: PnP ACPI init
> pnp: PnP ACPI: found 12 devices
> PnPBIOS: Disabled by ACPI PNP
> PCI: Using ACPI for IRQ routing
> PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
> pnp: 00:0b: ioport range 0x400-0x47f could not be reserved
> pnp: 00:0b: ioport range 0x480-0x4bf has been reserved
> pnp: 00:0b: ioport range 0xe00-0xe7f has been reserved
> pnp: 00:0b: ioport range 0x4d0-0x4d1 has been reserved
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
> devfs: boot_options: 0x0
> Initializing Cryptographic API
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> PNP: PS/2 controller doesn't have AUX irq; using default 0xc
> PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 112
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
> ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> io scheduler noop registered
> io scheduler anticipatory registered
> io scheduler deadline registered
> io scheduler cfq registered
> RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
> EISA: Probing bus 0 at eisa.0
> Cannot allocate resource for EISA slot 7
> Cannot allocate resource for EISA slot 8
> EISA: Detected 0 cards.
> NET: Registered protocol family 2
> IP: routing cache hash table of 2048 buckets, 16Kbytes
> TCP established hash table entries: 8192 (order: 4, 65536 bytes)
> TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
> TCP: Hash tables configured (established 8192 bind 8192)
> ACPI wakeup devices: 
> PCI0 PCI1 ICH0 USB0 USB1 MDM0 
> ACPI: (supports S0 S1 S3 S4 S5)
> RAMDISK: cramfs filesystem found at block 0
> RAMDISK: Loading 1448KiB [1 disk] into ram disk... |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-done.
> VFS: Mounted root (cramfs filesystem) readonly.
> Freeing unused kernel memory: 236k freed
> Capability LSM initialized
> NET: Registered protocol family 1
> input: AT Translated Set 2 keyboard on isa0060/serio0
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ICH2: IDE controller at PCI slot 0000:00:1f.1
> ICH2: chipset revision 2
> ICH2: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0x8c00-0x8c07, BIOS settings: hda:DMA, hdb:DMA
>     ide1: BM-DMA at 0x8c08-0x8c0f, BIOS settings: hdc:DMA, hdd:pio
> Probing IDE interface ide0...
> hda: ST320413A, ATA DISK drive
> hdb: LG DVD-ROM DRD-8160B, ATAPI CD/DVD-ROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> Probing IDE interface ide1...
> hdc: CD-ROM 52X/AKH, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> Probing IDE interface ide2...
> Probing IDE interface ide3...
> Probing IDE interface ide4...
> Probing IDE interface ide5...
> hda: max request size: 128KiB
> hda: Host Protected Area detected.
> 	current capacity is 39102336 sectors (20020 MB)
> 	native  capacity is 39102337 sectors (20020 MB)
> hda: Host Protected Area disabled.
> hda: 39102337 sectors (20020 MB) w/512KiB Cache, CHS=38792/16/63, UDMA(100)
> hda: cache flushes not supported
>  /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
> ReiserFS: hda3: found reiserfs format "3.6" with standard journal
> ReiserFS: hda3: using ordered data mode
> ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
> ReiserFS: hda3: checking transaction log (hda3)
> ReiserFS: hda3: Using r5 hash to sort names
> Adding 538168k swap on /dev/hda2.  Priority:-1 extents:1
> hdb: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.20
> hdc: ATAPI 52X CD-ROM drive, 192kB Cache, DMA
> Generic RTC Driver v1.07
> Linux agpgart interface v0.101 (c) Dave Jones
> e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
> e100: Copyright(c) 1999-2005 Intel Corporation
> ACPI: PCI Interrupt Link [PILA] enabled at IRQ 11
> PCI: setting IRQ 11 as level-triggered
> ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> e100: eth0: e100_probe: addr 0x80120000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> Intel 810 + AC97 Audio, version 1.01, 12:46:38 Sep 27 2005
> ACPI: PCI Interrupt 0000:00:1f.5[B]: no GSI - using IRQ 9
> PCI: setting IRQ 9 as level-triggered
> PCI: Setting latency timer of device 0000:00:1f.5 to 64
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 9
> i810_audio: Audio Controller supports 6 channels.
> i810_audio: Defaulting to base 2 channel mode.
> i810_audio: Resetting connection 0
> ac97_codec: AC97 Audio codec, id: ADS72 (Analog Devices AD1881A)
> i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
> i810_audio: setting clocking to 51382
> ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> usbcore: registered new driver usbfs
> usbcore: registered new driver hub
> USB Universal Host Controller Interface driver v2.2
> ACPI: PCI Interrupt 0000:00:1f.2[D]: no GSI - using IRQ 3
> PCI: setting IRQ 3 as level-triggered
> PCI: Setting latency timer of device 0000:00:1f.2 to 64
> uhci_hcd 0000:00:1f.2: Intel Corporation 82801BA/BAM USB (Hub #1)
> uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
> irq 3: nobody cared!
>  [<c012f6ee>] __report_bad_irq+0x22/0x78
>  [<c012f7bc>] note_interrupt+0x5c/0x80
>  [<c012f3ac>] __do_IRQ+0xb0/0xc4
>  [<c0105039>] do_IRQ+0x1d/0x28
>  [<c0103a86>] common_interrupt+0x1a/0x20
>  [<c011a518>] __do_softirq+0x2c/0x90
>  [<c011a5a5>] do_softirq+0x29/0x2c
>  [<c010503e>] do_IRQ+0x22/0x28
>  [<c0103a86>] common_interrupt+0x1a/0x20
>  [<c012f560>] setup_irq+0x70/0xb8
>  [<d0ad4c2c>] usb_hcd_irq+0x0/0x5c [usbcore]
>  [<c012f6af>] request_irq+0x7b/0x98
>  [<d0ad4e54>] usb_add_hcd+0xd0/0x288 [usbcore]
>  [<d0ad4c2c>] usb_hcd_irq+0x0/0x5c [usbcore]
>  [<d0ad8a0b>] usb_hcd_pci_probe+0x197/0x2cc [usbcore]
>  [<c01b467b>] pci_device_probe_static+0x2b/0x3c
>  [<c01b46b2>] __pci_device_probe+0x26/0x3c
>  [<c01b46e4>] pci_device_probe+0x1c/0x38
>  [<c02033c0>] driver_probe_device+0x24/0x54
>  [<c02034c9>] driver_attach+0x4d/0x74
>  [<c020386b>] bus_add_driver+0x63/0x90
>  [<c01b48c2>] pci_register_driver+0x56/0x7c
>  [<d08ea05b>] uhci_hcd_init+0x5b/0xd5 [uhci_hcd]
>  [<c012cf85>] sys_init_module+0xa9/0x180
>  [<c0103051>] syscall_call+0x7/0xb
> handlers:
> [<d0ad4c2c>] (usb_hcd_irq+0x0/0x5c [usbcore])
> Disabling IRQ #3
> uhci_hcd 0000:00:1f.2: irq 3, io base 0x00008880
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 2 ports detected
> ACPI: PCI Interrupt 0000:00:1f.4[C]: no GSI - using IRQ 10
> PCI: setting IRQ 10 as level-triggered
> PCI: Setting latency timer of device 0000:00:1f.4 to 64
> uhci_hcd 0000:00:1f.4: Intel Corporation 82801BA/BAM USB (Hub #2)
> usb 1-1: new low speed USB device using uhci_hcd and address 2
> uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
> irq 10: nobody cared!
>  [<c012f6ee>] __report_bad_irq+0x22/0x78
>  [<c012f7bc>] note_interrupt+0x5c/0x80
>  [<c012f3ac>] __do_IRQ+0xb0/0xc4
>  [<c0105039>] do_IRQ+0x1d/0x28
>  [<c0103a86>] common_interrupt+0x1a/0x20
>  [<c011a518>] __do_softirq+0x2c/0x90
>  [<c011a5a5>] do_softirq+0x29/0x2c
>  [<c010503e>] do_IRQ+0x22/0x28
>  [<c0103a86>] common_interrupt+0x1a/0x20
>  [<c012f560>] setup_irq+0x70/0xb8
>  [<d0ad4c2c>] usb_hcd_irq+0x0/0x5c [usbcore]
>  [<c012f6af>] request_irq+0x7b/0x98
>  [<d0ad4e54>] usb_add_hcd+0xd0/0x288 [usbcore]
>  [<d0ad4c2c>] usb_hcd_irq+0x0/0x5c [usbcore]
>  [<d0ad8a0b>] usb_hcd_pci_probe+0x197/0x2cc [usbcore]
>  [<c01b467b>] pci_device_probe_static+0x2b/0x3c
>  [<c01b46b2>] __pci_device_probe+0x26/0x3c
>  [<c01b46e4>] pci_device_probe+0x1c/0x38
>  [<c02033c0>] driver_probe_device+0x24/0x54
>  [<c02034c9>] driver_attach+0x4d/0x74
>  [<c020386b>] bus_add_driver+0x63/0x90
>  [<c01b48c2>] pci_register_driver+0x56/0x7c
>  [<d08ea05b>] uhci_hcd_init+0x5b/0xd5 [uhci_hcd]
>  [<c012cf85>] sys_init_module+0xa9/0x180
>  [<c0103051>] syscall_call+0x7/0xb
> handlers:
> [<d0ad4c2c>] (usb_hcd_irq+0x0/0x5c [usbcore])
> Disabling IRQ #10
> uhci_hcd 0000:00:1f.4: irq 10, io base 0x000088c0
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 2 ports detected
> usb 1-2: new low speed USB device using uhci_hcd and address 3
> usbcore: registered new driver hiddev
> input: USB HID v1.00 Mouse [Logitech] on usb-0000:00:1f.2-1
> input: USB HID v1.10 Keyboard [NOVATEK USB Multimedia Keyboard] on usb-0000:00:1f.2-2
> ts: Compaq touchscreen protocol output
> input: USB HID v1.10 Device [NOVATEK USB Multimedia Keyboard] on usb-0000:00:1f.2-2
> usbcore: registered new driver usbhid
> drivers/usb/input/hid-core.c: v2.01:USB HID core driver
> mice: PS/2 mouse device common for all mice
> agpgart: Detected an Intel i815 Chipset.
> agpgart: detected 4MB dedicated video ram.
> agpgart: AGP aperture is 64M @ 0x88000000
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
> shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
> hw_random: RNG not detected
> input: PC Speaker
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> parport: PnPBIOS parport detected.
> parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
> gameport: NS558 PnP Gameport is pnp00:09/gameport0, io 0x201, speed 877kHz
> e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex

> I put a working PCI network card from my computer that also runs Debian Testing (Etch) into this computer and installed from a Debian Testing netinstall CD that has a 2.6.12 kernel. Again, Debian didn't detect the built-in network port.
> ------------------------------
> /dmesg | grep eth/
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> eth0: Identified 8139 chip type 'RTL-8139C'
> e100: eth1: e100_probe: addr 0x80101000, irq 11, MAC addr 00:00:E2:4E:AC:F1
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0c 0005 c07f media 10.
> eth0: Tx queue start entry 4 dirty entry 0.
> eth0: Tx descriptor 0 is 0008a03c. (queue head)
> eth0: Tx descriptor 1 is 0008a03c.
> eth0: Tx descriptor 2 is 0008a03c.
> eth0: Tx descriptor 3 is 0008a03c.
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0c 0005 c07f media 10.
> eth0: Tx queue start entry 4 dirty entry 0.
> eth0: Tx descriptor 0 is 0008a03c. (queue head)
> eth0: Tx descriptor 1 is 0008a03c.
> eth0: Tx descriptor 2 is 0008a03c.
> eth0: Tx descriptor 3 is 0008a03c.
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0c 0005 c07f media 10.
> eth0: Tx queue start entry 4 dirty entry 0.
> eth0: Tx descriptor 0 is 0008a03c. (queue head)
> eth0: Tx descriptor 1 is 0008a03c.
> eth0: Tx descriptor 2 is 0008a03c.
> eth0: Tx descriptor 3 is 0008a03c.
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> eth0: Identified 8139 chip type 'RTL-8139C'
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0c 0005 c07f media 10.
> eth0: Tx queue start entry 4 dirty entry 0.
> eth0: Tx descriptor 0 is 0008a03c. (queue head)
> eth0: Tx descriptor 1 is 0008a03c.
> eth0: Tx descriptor 2 is 0008a03c.
> eth0: Tx descriptor 3 is 0008a03c.
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> ------------------------------
> /dmesg | grep 8139/
> 8139too Fast Ethernet driver 0.9.27
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> eth0: Identified 8139 chip type 'RTL-8139C'
> 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
> 8139too Fast Ethernet driver 0.9.27
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> eth0: Identified 8139 chip type 'RTL-8139C'
> ------------------------------
> I also did:
> modprobe -r e100
> modprobe -r 8139cp
> modprobe -r 8139too
> modprobe 8139too
> ifup eth0
> it said something that it is connected to IRQ 10 but still it didn't work.
> ------------------------------
> /dmesg | grep IRQ/
> ACPI: PCI Interrupt Link [PILA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [PILB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILE] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [PILF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
> ACPI: PCI Interrupt Link [PILH] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> PCI: Using ACPI for IRQ routing
> Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
> ACPI: PCI Interrupt 0000:01:01.0[A]: no GSI - using IRQ 10
> PCI: setting IRQ 10 as level-triggered
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> ACPI: PCI Interrupt Link [PILA] enabled at IRQ 11
> PCI: setting IRQ 11 as level-triggered
> ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI Interrupt 0000:00:1f.5[B]: no GSI - using IRQ 10
> i810: Intel ICH2 found at IO 0x8800 and 0x8400, MEM 0x0000 and 0x0000, IRQ 10
> [<c012f3ac>] __do_IRQ+0xb0/0xc4
> [<c0105039>] do_IRQ+0x1d/0x28
> [<c010503e>] do_IRQ+0x22/0x28
> Disabling IRQ #10
> ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [PILA] -> GSI 11 (level, low) -> IRQ 11
> ACPI: PCI Interrupt 0000:00:1f.2[D]: no GSI - using IRQ 10
> ACPI: PCI Interrupt 0000:00:1f.4[C]: no GSI - using IRQ 10
> ACPI: PCI Interrupt 0000:01:01.0[A]: no GSI - using IRQ 10
> eth0: RealTek RTL8139 at 0x7400, 00:c0:26:59:8a:0b, IRQ 10
> ------------------------------
> /ifconfig/
> eth0 Link encap:Ethernet HWaddr 00:C0:26:59:8A:0B
> inet addr:10.0.0.4 Bcast:10.0.0.255 Mask:255.255.255.0
> UP BROADCAST RUNNING 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:10 Base address:0x7400
> 
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:16436 Metric:1
> RX packets:17 errors:0 dropped:0 overruns:0 frame:0
> TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:1904 (1.8 KiB) TX bytes:1904 (1.8 KiB)
> ------------------------------
> /ping -c 3 10.0.0.138/
> PING 10.0.0.138 (10.0.0.138) 56(84) bytes of data.
> >From 10.0.0.4 icmp_seq=1 Destination Host Unreachable
> >From 10.0.0.4 icmp_seq=2 Destination Host Unreachable
> >From 10.0.0.4 icmp_seq=3 Destination Host Unreachable
> 
> --- 10.0.0.138 ping statistics ---
> 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 1999ms
> , pipe 3
> ------------------------------

-- 
Andreas Rippl -- GPG messages preferred
                 Key-ID: 0x81073379

Attachment: signature.asc
Description: Digital signature


Reply to: