Results 1 to 10 of 29
Hello forum,
I am new to CentOS. I recently installed CentOS version 5 on a new gigabyte mother board having a built-in ethernet controller from Realtek RTL 8110SC . When ...
- 01-27-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 14
Device driver for eth0, CentOS
Hello forum,
I am new to CentOS. I recently installed CentOS version 5 on a new gigabyte mother board having a built-in ethernet controller from Realtek RTL 8110SC . When I tried to installed the driver, I could not find this device listed in the drop down list of drivers available in CentOS. I downloaded a driver for Linux from Realtek site but have no clue on how to:
1. Make this driver appear in the drop down list of available drivers.
2. Install this driver, as the folder contains some makefiles, .C and .H files.
Any immediate help will be greatly appreciated. Thank you.
Partha
- 01-27-2008 #2
Hi parthanayani and Welcome!
The first step to get this working is to identify the chipset it uses. Boot CentOS and open a terminal/konsole window, login as root and issue these commands, and then post the output back here for more help.
Code:lspci
Code:ifconfig
Code:lsmod
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 01-28-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 14
Hello Mike Tbob,
Thanks for the reply. I am pasting the output of the three commands mentioned in your reply.
02:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
Subsystem: Giga-byte Technology Unknown device e000
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 10
I/O ports at d800 [size=256]
Memory at fddfe000 (32-bit, non-prefetchable) [size=256]
[virtual] Expansion ROM at fdc00000 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2
I selected e000 as the device when I tried to install the driver for this card and I think it is because of this the above "unknown device" error has come
[root@localhost ~]# 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:1854 errors:0 dropped:0 overruns:0 frame:0
TX packets:1854 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2513516 (2.3 MiB) TX bytes:2513516 (2.3 MiB)
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:7462 (7.2 KiB)
xenbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root@localhost ~]# lsmod
Module Size Used by
netloop 10945 0
netbk 78017 0 [permanent]
blktap 115813 2 [permanent]
blkbk 21985 0 [permanent]
ipt_MASQUERADE 7745 1
iptable_nat 11205 1
ip_nat 21101 2 ipt_MASQUERADE,iptable_nat
bridge 53725 0
autofs4 24389 2
hidp 23105 2
rfcomm 42457 0
l2cap 29633 10 hidp,rfcomm
bluetooth 53925 5 hidp,rfcomm,l2cap
sunrpc 144253 1
e1000 120785 0
ip_conntrack_ftp 11697 0
ip_conntrack_netbios_ns 6977 0
ipt_REJECT 9537 3
xt_state 6209 13
ip_conntrack 53025 6 ipt_MASQUERADE,iptable_nat,ip_nat,ip_conntrack_ftp ,ip_conntrack_netbios_ns,xt_state
nfnetlink 10713 2 ip_nat,ip_conntrack
iptable_filter 7105 1
ip_tables 17029 2 iptable_nat,iptable_filter
ip6t_REJECT 9409 1
xt_tcpudp 7105 34
ip6table_filter 6849 1
ip6_tables 18181 1 ip6table_filter
x_tables 17349 8 ipt_MASQUERADE,iptable_nat,ipt_REJECT,xt_state,ip_ tables,ip6t_REJECT,xt_tcpudp,ip6_tables
dm_mirror 28997 0
dm_multipath 21577 0
dm_mod 58457 2 dm_mirror,dm_multipath
video 19269 0
sbs 18533 0
backlight 10049 0
i2c_ec 9025 1 sbs
button 10705 0
battery 13637 0
asus_acpi 19288 0
ac 9157 0
ipv6 251521 19 ip6t_REJECT
lp 15849 0
snd_hda_intel 23897 1
snd_hda_codec 202689 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 32577 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 49841 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
sg 36061 0
snd_seq_device 11725 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43201 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72517 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
usb_storage 76833 0
snd_timer 24773 2 snd_seq,snd_pcm
snd 52549 11 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,sn d_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
k8_edac 18305 0
edac_mc 25233 1 k8_edac
k8temp 9537 0
soundcore 11553 1 snd
hwmon 7365 1 k8temp
floppy 54949 0
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm
i2c_piix4 12237 0
i2c_core 23745 2 i2c_ec,i2c_piix4
ide_cd 40033 0
parport_pc 29157 1
cdrom 36705 1 ide_cd
parport 37641 2 lp,parport_pc
serial_core 23617 0
serio_raw 10693 0
pcspkr 7105 0
ahci 23493 1
libata 116473 1 ahci
sd_mod 24897 2
scsi_mod 132941 4 sg,usb_storage,libata,sd_mod
ext3 123336 1
jbd 56553 1 ext3
ehci_hcd 33357 0
ohci_hcd 23645 0
uhci_hcd 25677 0
I hope to get an early solution. I am also curious to know how the drop down list is created? Is it possible to add devices to this list? Thanks in advance.
- 01-29-2008 #4
Ok, it seems this is a problematic card from the search I've done, but I think it might work anyways. Check to see if this module is already builtin to CentOS
Post any errors that you get please.
Which Driver did you download?Code:modprobe r8169
r8169-6.004.00.tar.bz2?? Is that what you have?
whatever you have, lets say the file is in your home directory, you need to "cd" to that directory
Code:cd /home/parthanayani
This will create a directory likeCode:tar -jxvf r8169-6.004.00.tar.bz2
Change to that directoryCode:r8169-6.004.00
Now view the READMECode:cd r8169-6.004.00
The README, should explain the rest, but if you still need help, don't hesitate to ask.Code:nano README
It's created automagically, I don't think editing the drop down would help yet.I am also curious to know how the drop down list is created? Is it possible to add devices to this list?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 01-30-2008 #5Just Joined!
- Join Date
- Jan 2008
- Posts
- 14
Hello Mike Tbob,
As advised I followed unpacked the tar file and followed the readme file and was able to install the driver
. I had to re boot the system to see the driver. Now I see two drivers
for eth0 and not sure which one to activate. I tried activating them but I am getting an error. Perhaps there is a problem with my connection (using netgear router) so selected DHCP. Any suggestions please? Thank you.
- 01-30-2008 #6
What exactly do you mean, you see two drivers? What command are you using?
Did you modprobe r8169?
Any errors?I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 01-31-2008 #7Just Joined!
- Join Date
- Jan 2008
- Posts
- 14
Hello Mike Tbob,
1. I did a modprobe r8169 and there were no errors reported.
2. When I opened the network configuration window, I saw
Under devices tab
Profile Status Device Nickname Type
ticked Inactive eth0 eth0 Ethernet
Under the hardware tab
Description Type Device Status
Realtek Semiconductor Ethernet peth0 OK
r1000 Ethernet eth0 Configured
The system is connected to internet through Netgear router and the router allots the IP address, therefore I enabled DHCP, but I am getting errors. Even at boot time, the message "Determining IP address for eth0" appears and after some time FAILED appears.
I am able to connect to the internet through Windows so I guess HW is OK.
What is this peth0? I am scared of deleting one of these entries as I do not know how to get it back. The entry shows /dev/eth0 but when I checked the folder, I could not find eth0. Hope you will be able to help me
from the info I provided. Thank you.
Partha
- 02-01-2008 #8
Ok, try this. After you modprobe r8169. issue this command and post the output.
Also post the output of this commandCode:dmesg
Try using the command line as root, and use this command after modprobeCode:ifconfig
Code:dhcp eth0
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 02-03-2008 #9Just Joined!
- Join Date
- Jan 2008
- Posts
- 14
Hello Mike Tbob,
The system has become very very slow. Logging in takes several minutes so also any commands. For example if I right click on desktop and try to open terminal, it takes more than 5 minutes to open the terminal window. Could this be because of network driver? Could it be virus?
1. When I try dhcp eth0, I get error bash: dhcp: command not found.
2. Below is the output from the two commands.
[root@localhost ~]# dmesg
Linux version 2.6.18-53.el5xen (mockbuild@builder6.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Mon Nov 12 03:26:12 EST 2007
BIOS-provided physical RAM map:
Xen: 0000000000000000 - 000000006f747000 (usable)
1055MB HIGHMEM available.
727MB LOWMEM available.
NX (Execute Disable) protection: active
On node 0 totalpages: 456519
DMA zone: 186366 pages, LIFO batch:31
HighMem zone: 270153 pages, LIFO batch:31
found SMP MP-table at 000f4fe0
DMI 2.4 present.
ACPI: RSDP (v000 GBT ) @ 0x000f6980
ACPI: RSDT (v001 GBT GBTUACPI 0x42302e31 GBTU 0x01010101) @ 0x77ee3000
ACPI: FADT (v001 GBT GBTUACPI 0x42302e31 GBTU 0x01010101) @ 0x77ee3040
ACPI: SSDT (v001 PTLTD POWERNOW 0x00000001 LTP 0x00000001) @ 0x77ee7840
ACPI: HPET (v001 GBT GBTUACPI 0x42302e31 GBTU 0x0000009
@ 0x77ee7b00
ACPI: MCFG (v001 GBT GBTUACPI 0x42302e31 GBTU 0x01010101) @ 0x77ee7b40
ACPI: MADT (v001 GBT GBTUACPI 0x42302e31 GBTU 0x01010101) @ 0x77ee77c0
ACPI: DSDT (v001 GBT GBTUACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
ATI board detected. Disabling timer routing over 8254.
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists. Total pages: 456519
Kernel command line: ro root=LABEL=/ rhgb quiet
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c0727000 soft=c0707000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Xen reported: 2505.802 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Software IO TLB enabled:
Aperture: 2 megabytes
Kernel range: 0x00000000c1ee2000 - 0x00000000c20e2000
vmalloc area: ee000000-f4ffe000, maxmem 2d7fe000
Memory: 1787124k/1826076k available (2049k kernel code, 29656k reserved, 844k data, 168k init, 1080612k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 6266.36 BogoMIPS (lpj=12532726)
Security Framework v1.0.0 initialized
SELinux: Initializing.
SELinux: Starting in permissive mode
selinux_register_security: Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 178bd3f1 e3d3fbff 00000000 00000000 00002001 00000000 0000011f
CPU: After vendor identify, caps: 178bd3f1 e3d3fbff 00000000 00000000 00002001 00000000 0000011f
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps: 178bd3f1 e3d3fbff 00000000 00000410 00002001 00000000 0000011f
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
CPU 1 irqstacks, hard=c0728000 soft=c0708000
ENABLING IO-APIC IRQs
SMP alternatives: switching to SMP code
Brought up 2 CPUs
sizeof(vma)=88 bytes
sizeof(page)=32 bytes
sizeof(inode)=340 bytes
Initializing CPU#1
sizeof(dentry)=136 bytes
sizeof(ext3inode)=492 bytes
sizeof(buffer_head)=52 bytes
sizeof(skbuff)=172 bytes
migration_cost=171
checking if image is initramfs... it is
Freeing initrd memory: 5193k freed
Grant table initialized
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: Using configuration type 1
Setting up standard PCI resources
Allocating PCI resources starting at 78000000 (gap: 77f00000:68100000)
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Boot video device is 0000:01:05.0
PCI: Transparent bridge - 0000:00:14.4
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 15 devices
xen_mem: Initialising balloon driver.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
pnp: 00:01: ioport range 0x4100-0x411f has been reserved
pnp: 00:01: ioport range 0x228-0x22f has been reserved
pnp: 00:01: ioport range 0x40b-0x40b has been reserved
pnp: 00:01: ioport range 0x4d6-0x4d6 has been reserved
pnp: 00:01: ioport range 0xc00-0xc01 has been reserved
pnp: 00:01: ioport range 0xc14-0xc14 has been reserved
pnp: 00:01: ioport range 0xc50-0xc52 has been reserved
pnp: 00:01: ioport range 0xc6c-0xc6d has been reserved
PCI: Ignore bogus resource 6 [0:0] of 0000:01:05.0
PCI: Bridge: 0000:00:01.0
IO window: e000-efff
MEM window: fde00000-fdffffff
PREFETCH window: d8000000-dfffffff
PCI: Bridge: 0000:00:14.4
IO window: d000-dfff
MEM window: fdd00000-fddfffff
PREFETCH window: fdc00000-fdcfffff
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1202035015.756:1): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux: Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 74432F7696771E6E
- User ID: CentOS (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Real Time Clock Driver v1.12ac
hpet_acpi_add: no address or irqs in _CRS
Non-volatile memory driver v1.2
Linux agpgart interface v0.101 (c) Dave Jones
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
Xen virtual console successfully installed as ttyS0
Event-channel device installed.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SB600_PATA: IDE controller at PCI slot 0000:00:14.1
ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 16
SB600_PATA: chipset revision 0
SB600_PATA: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf900-0xf907, BIOS settings: hda
MA, hdb
io
Probing IDE interface ide0...
hda: ASUS DRW-1814BL, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Freeing unused kernel memory: 168k freed
Write protecting the kernel read-only data: 360k
input: AT Translated Set 2 keyboard as /class/input/input0
USB Universal Host Controller Interface driver v3.0
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 16 (level, low) -> IRQ 16
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:13.1[B] -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:13.2[C] -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.2: OHCI Host Controller
ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
input: ImPS/2 Generic Wheel Mouse as /class/input/input1
ACPI: PCI Interrupt 0000:00:13.3[B] -> GSI 17 (level, low) -> IRQ 17
ohci_hcd 0000:00:13.3: OHCI Host Controller
ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:13.4[C] -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:13.4: OHCI Host Controller
ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:13.5[D] -> GSI 19 (level, low) -> IRQ 19
ehci_hcd 0000:00:13.5: EHCI Host Controller
ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 6
ehci_hcd 0000:00:13.5: debug port 1
ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 10 ports detected
SCSI subsystem initialized
libata version 2.21 loaded.
ahci 0000:00:12.0: version 2.2
ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 22 (level, low) -> IRQ 20
ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
ahci 0000:00:12.0: flags: ncq ilck pm led clo pmp pio slum part
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
ata1: SATA max UDMA/133 cmd 0xee042100 ctl 0x00000000 bmdma 0x00000000 irq 20
ata2: SATA max UDMA/133 cmd 0xee042180 ctl 0x00000000 bmdma 0x00000000 irq 20
ata3: SATA max UDMA/133 cmd 0xee042200 ctl 0x00000000 bmdma 0x00000000 irq 20
ata4: SATA max UDMA/133 cmd 0xee042280 ctl 0x00000000 bmdma 0x00000000 irq 20
ata1: SATA link down (SStatus 0 SControl 300)
ata2: SATA link down (SStatus 0 SControl 300)
ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata3.00: Host Protected Area detected:
current size: 312579695 sectors
native size: 312581808 sectors
ata3.00: ATA-7: ST3160215AS, 4.AAB, max UDMA/133
ata3.00: 312579695 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata3.00: Host Protected Area detected:
current size: 312579695 sectors
native size: 312581808 sectors
ata3.00: configured for UDMA/133
ata4: SATA link down (SStatus 0 SControl 300)
Vendor: ATA Model: ST3160215AS Rev: 4.AA
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 312579695 512-byte hdwr sectors (160041 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 312579695 512-byte hdwr sectors (160041 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
sda: sda1 sda2 sda3 < sda5 >
sd 2:0:0:0: Attached scsi disk sda
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
audit(1202035024.860:2): enforcing=1 old_enforcing=0 auid=4294967295
security: 3 users, 6 roles, 1658 types, 210 bools, 1 sens, 1024 cats
security: 61 classes, 57675 rules
SELinux: Completing initialization.
SELinux: Setting up existing superblocks.
SELinux: initialized (dev sda5, type ext3), uses xattr
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev eventpollfs, type eventpollfs), uses task SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev cpuset, type cpuset), not configured for labeling
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
audit(1202035025.212:3): policy loaded auid=4294967295
EDAC MC: Ver: 2.0.1 Nov 12 2007
EDAC MC0: Giving out device to k8_edac Athlon64/Opteron: DEV 0000:00:18.2
piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
8250_pnp: Unknown symbol serial8250_unregister_port
8250_pnp: Unknown symbol serial8250_register_port
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
hda: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(66)
Uniform CD-ROM driver Revision: 3.20
8250_pci: Unknown symbol serial8250_unregister_port
8250_pci: Unknown symbol serial8250_resume_port
8250_pci: Unknown symbol serial8250_register_port
8250_pci: Unknown symbol serial8250_suspend_port
parport_serial: Unknown symbol pciserial_init_ports
parport_serial: Unknown symbol pciserial_resume_ports
parport_serial: Unknown symbol pciserial_remove_ports
parport_serial: Unknown symbol pciserial_suspend_ports
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
input: PC Speaker as /class/input/input2
ACPI: PCI Interrupt 0000:02:0f.0[A] -> GSI 23 (level, low) -> IRQ 21
eth0: Identified chip type is 'RTL8110SC'.
eth0: r10001.05, the Linux device driver for Realtek Ethernet Controllers at 0xd800, 00:1a:4d:94:7a:42, IRQ 21
Realtek RTL8169/8110 Family Gigabit Ethernet Network Adapter
Driver version:1.05
Released date:2006/10/25
Link Status:Linked
Link Speed:100Mbps
Duplex mode:Full-Duplex
I/O Base:0xD800(I/O port)
IRQ:21
8250_pci: Unknown symbol serial8250_unregister_port
8250_pci: Unknown symbol serial8250_resume_port
8250_pci: Unknown symbol serial8250_register_port
8250_pci: Unknown symbol serial8250_suspend_port
ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 16
sd 2:0:0:0: Attached scsi generic sg0 type 0
hda_codec: Unknown model for ALC882, trying auto-probe from BIOS...
cannot find the slot for index 0 (range 0-0), error: -16
hda-intel: Error creating card!
HDA Intel: probe of 0000:01:05.2 failed with error -12
lp0: using parport0 (interrupt-driven).
lp0: console ready
SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ibm_acpi: ec object not found
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: ioctl: 4.11.0-ioctl (2006-09-14) initialised: dm-devel@redhat.com
device-mapper: multipath: version 1.0.5 loaded
EXT3 FS on sda5, internal journal
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
ip_conntrack version 2.4 (8192 buckets, 65536 max) - 228 bytes per conntrack
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
eth0: no IPv6 routers present
Bridge firewalling registered
virbr0: no IPv6 routers present
device vif0.0 entered promiscuous mode
xenbr0: port 1(vif0.0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 1(vif0.0) entering forwarding state
peth0: Promiscuous mode enabled.
device peth0 entered promiscuous mode
xenbr0: port 2(peth0) entering learning state
xenbr0: topology change detected, propagating
xenbr0: port 2(peth0) entering forwarding state
eth0: no IPv6 routers present
[root@localhost ~]# dhcp eth0
bash: dhcp: command not found
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1A:4D:94:7A:42
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21a:4dff:fe94:7a42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47 errors:0 dropped:0 overruns:0 frame:0
TX packets:518 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7324 (7.1 KiB) TX bytes:30060 (29.3 KiB)
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:1869 errors:0 dropped:0 overruns:0 frame:0
TX packets:1869 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3371668 (3.2 MiB) TX bytes:3371668 (3.2 MiB)
peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:75 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:11 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12361 (12.0 KiB) TX bytes:48901 (47.7 KiB)
Interrupt:21 Base address:0xd800
vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:522 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:30588 (29.8 KiB) TX bytes:7932 (7.7 KiB)
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:8150 (7.9 KiB)
xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:478 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:21420 (20.9 KiB) TX bytes:0 (0.0 b)
[root@localhost ~]#
- 02-03-2008 #10
It's hard to say why your system slowed down, did it slow down immediately after modprobing 8169 you could try removing the modules and see if that helps.
rmmod r8169
I did see some messages in dmesg that might need more investigating:
Is this your Video or Sound card?8250_pci: Unknown symbol serial8250_unregister_port
8250_pci: Unknown symbol serial8250_resume_port
8250_pci: Unknown symbol serial8250_register_port
8250_pci: Unknown symbol serial8250_suspend_port
From the output of ifconfig, it looks like you have an IP address already. Try pinging google
Also try dhcpd eth0 instead of dhcp eth0Code:ping -c5 google.com
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.


Reply With Quote
