LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-28-2008, 01:49 PM   #1
booberandpuzz
Member
 
Registered: Apr 2008
Location: South Florida, USA
Distribution: Ubuntu 8.04
Posts: 32

Rep: Reputation: 15
Install driver Realtek 8211B onboard NIC


I was unable to get Debian 4.0R3 working with my relatively new MB chipset, but Ubuntu 8.04LTS seems to work pretty well. My only issue at present is that I don't know how to get the onboard gigabit NIC working.

The MB is MSI K9NGM4-F V.2 AM2+/AM2 NVIDIA GeForce 7025 Micro ATX AMD
http://www.newegg.com/Product/Produc...82E16813130162

The onboard LAN is Realtek 8211B. Ubuntu works just fine with an older PCI card (DLink DFE-530TX) installed. But I really want to get the Gigabit LAN going since this system is intended to be a simple Samba fileserver for my SOHO LAN (only necessary because Microsoft screwed the pooch so badly with Windows Home Server and forced me to finally try Linux--a long story for another day).

Anyway, I find very little useful Linux info at the nVidia site for anything other than commercial releases like RedHat and display drivers. The nVidia site, BTW, is still more helpful than MSI which seems to pretend Linux doesn't exist. If the correct advice is to replace this new, but very inexpensive, motherboard with a non-nVidia board, that's OK; my time is far more precious right now than a few bucks and I just need this thing to work.

Hopefully though, I can get some straightforward advice on getting Ubuntu to detect and install the device drivers.

Thanks in advance ...

Last edited by booberandpuzz; 04-29-2008 at 06:09 AM.
 
Old 04-28-2008, 07:03 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi booberandpuzz, Could we see the output from the following please?
Code:
/sbin/lspci -v
/sbin/lsmod
Good luck. ;-)
 
Old 04-29-2008, 06:05 AM   #3
booberandpuzz
Member
 
Registered: Apr 2008
Location: South Florida, USA
Distribution: Ubuntu 8.04
Posts: 32

Original Poster
Rep: Reputation: 15
Probably not a big deal, but those two commands were in /bin

lsmod:

Code:
tj@ubuntu1616:~$ /bin/lsmod
Module                  Size  Used by
nls_iso8859_1           4992  1 
nls_cp437               6656  1 
vfat                   14464  1 
fat                    54556  1 vfat
usb_storage            73664  1 
libusual               19108  1 usb_storage
af_packet              23812  2 
ipv6                  267780  12 
rfcomm                 41744  2 
l2cap                  25728  13 rfcomm
bluetooth              61156  4 rfcomm,l2cap
ppdev                  10372  0 
powernow_k8            16704  0 
cpufreq_ondemand        9740  1 
cpufreq_userspace       5284  0 
cpufreq_powersave       2688  0 
cpufreq_conservative     8712  0 
cpufreq_stats           7104  0 
freq_table              5536  3 powernow_k8,cpufreq_ondemand,cpufreq_stats
video                  19856  0 
output                  4736  1 video
sbs                    15112  0 
container               5632  0 
dock                   11280  0 
sbshc                   7680  1 sbs
battery                14212  0 
iptable_filter          3840  0 
ip_tables              14820  1 iptable_filter
x_tables               16132  1 ip_tables
ac                      6916  0 
parport_pc             36260  0 
lp                     12324  0 
parport                37832  3 ppdev,parport_pc,lp
k8temp                  6656  0 
pcspkr                  4224  0 
nvidia               7825536  34 
agpgart                34760  1 nvidia
i2c_core               24832  1 nvidia
sr_mod                 17956  0 
cdrom                  37408  1 sr_mod
evdev                  13056  3 
shpchp                 34452  0 
pci_hotplug            30880  1 shpchp
ata_generic             8324  0 
button                  9232  0 
ext3                  136712  1 
jbd                    48404  1 ext3
mbcache                 9600  1 ext3
sg                     36880  0 
sd_mod                 30720  5 
usbhid                 31872  0 
hid                    38784  1 usbhid
pata_amd               14212  0 
ahci                   28420  2 
pata_acpi               8320  0 
forcedeth              51980  0 
libata                159344  4 ata_generic,pata_amd,ahci,pata_acpi
scsi_mod              151436  5 usb_storage,sr_mod,sg,sd_mod,libata
ehci_hcd               37900  0 
ohci_hcd               25348  0 
usbcore               146028  6 usb_storage,libusual,usbhid,ehci_hcd,ohci_hcd
thermal                16796  0 
processor              36872  2 powernow_k8,thermal
fan                     5636  0 
fbcon                  42912  0 
tileblit                3456  1 fbcon
font                    9472  1 fbcon
bitblit                 6784  1 fbcon
softcursor              3072  1 bitblit
fuse                   50580  3
lspci:

Code:
tj@ubuntu1616:~$ /bin/lspci -v
00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0
	Capabilities: <access denied>

00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0
	I/O ports at 2f00 [size=256]

00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: 66MHz, fast devsel, IRQ 11
	I/O ports at ec00 [size=64]
	I/O ports at 2d00 [size=64]
	I/O ports at 2e00 [size=64]
	Capabilities: <access denied>

00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2) (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 7
	Memory at febff000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:02.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 10
	Memory at febfec00 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

00:04.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2) (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11
	Memory at febfd000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:04.1 USB Controller: nVidia Corporation MCP67 EHCI USB 2.0 Controller (rev a2) (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 7
	Memory at febfe800 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

00:06.0 IDE interface: nVidia Corporation MCP67 IDE Controller (rev a1) (prog-if 8a [Master SecP PriP])
	Subsystem: Unknown device f462:7506
	Flags: bus master, 66MHz, fast devsel, latency 0
	[virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
	[virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
	[virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
	[virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
	I/O ports at ffa0 [size=16]
	Capabilities: <access denied>

00:08.0 PCI bridge: nVidia Corporation MCP67 PCI Bridge (rev a2) (prog-if 01 [Subtractive decode])
	Flags: bus master, 66MHz, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	Capabilities: <access denied>

00:09.0 RAID bus controller: nVidia Corporation Unknown device 0558 (rev a2) (prog-if 85)
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5
	I/O ports at e480 [size=8]
	I/O ports at e400 [size=4]
	I/O ports at e080 [size=8]
	I/O ports at e000 [size=4]
	I/O ports at dc00 [size=16]
	Memory at febfa000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>

00:0a.0 Ethernet controller: nVidia Corporation MCP67 Ethernet (rev a2)
	Subsystem: Micro-Star International Co., Ltd. Unknown device 506c
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 216
	Memory at febfc000 (32-bit, non-prefetchable) [size=4K]
	I/O ports at d880 [size=8]
	Memory at febfe400 (32-bit, non-prefetchable) [size=256]
	Memory at febfe000 (32-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>

00:0b.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Capabilities: <access denied>

00:0c.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Capabilities: <access denied>

00:0d.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Capabilities: <access denied>

00:0e.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	Capabilities: <access denied>

00:0f.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	Capabilities: <access denied>

00:10.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Capabilities: <access denied>

00:11.0 PCI bridge: nVidia Corporation MCP67 PCI Express Bridge (rev a2) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	Capabilities: <access denied>

00:12.0 VGA compatible controller: nVidia Corporation GeForce 7050 PV / nForce 630a (rev a2) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. Unknown device 7506
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 10
	Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
	[virtual] Expansion ROM at febc0000 [disabled] [size=128K]
	Capabilities: <access denied>

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
	Flags: fast devsel
	Capabilities: <access denied>

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
	Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
	Flags: fast devsel

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
	Flags: fast devsel
	Capabilities: <access denied>
 
Old 04-29-2008, 10:11 AM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Quote:
Probably not a big deal, but those two commands were in /bin
Sorry about that, with Ubuntu you could've just used sudo. Probably would have saved some searching.

What does dmesg say about the card? The forcedeth module is loaded and some reading is telling me it should be supported as of kernel 2.6.18.
Good luck. ;-)
 
Old 04-29-2008, 10:40 AM   #5
booberandpuzz
Member
 
Registered: Apr 2008
Location: South Florida, USA
Distribution: Ubuntu 8.04
Posts: 32

Original Poster
Rep: Reputation: 15
DMESG Part I

Code:
[    0.000000] Linux version 2.6.24-16-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Thu Apr 10 13:23:42 UTC 2008 (Ubuntu 2.6.24-16.30-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009c000 (usable)
[    0.000000]  BIOS-e820: 000000000009c000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001dfa0000 (usable)
[    0.000000]  BIOS-e820: 000000001dfa0000 - 000000001dfae000 (ACPI data)
[    0.000000]  BIOS-e820: 000000001dfae000 - 000000001dff0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000001dff0000 - 000000001dffe000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 479MB LOWMEM available.
[    0.000000] found SMP MP-table at 000ff780
[    0.000000] Entering add_active_range(0, 0, 122784) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   122784
[    0.000000]   HighMem    122784 ->   122784
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   122784
[    0.000000] On node 0 totalpages: 122784
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 927 pages used for memmap
[    0.000000]   Normal zone: 117761 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP signature @ 0xC00FAFA0 checksum 0
[    0.000000] ACPI: RSDP 000FAFA0, 0014 (r0 ACPIAM)
[    0.000000] ACPI: RSDT 1DFA0000, 0038 (r1 013108 RSDT1451 20080131 MSFT       97)
[    0.000000] ACPI: FACP 1DFA0200, 0084 (r1 013108 FACP1451 20080131 MSFT       97)
[    0.000000] ACPI: DSDT 1DFA0450, 5154 (r1  1ADQX 1ADQX008        8 INTL 20051117)
[    0.000000] ACPI: FACS 1DFAE000, 0040
[    0.000000] ACPI: MCFG 1DFA0410, 003C (r1 013108 OEMMCFG  20080131 MSFT       97)
[    0.000000] ACPI: OEMB 1DFAE040, 0072 (r1 013108 OEMB1451 20080131 MSFT       97)
[    0.000000] ACPI: NVHD 1DFAE0C0, 0554 (r1 013108  NVHDCP  20080131 MSFT       97)
[    0.000000] ACPI: SSDT 1DFA55B0, 0115 (r1 A M I  POWERNOW        1 AMD         1)
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x2008
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] OEM ID: nVidia   Product ID: MCP68        APIC at: 0xFEE00000
[    0.000000] Processor #0 15:15 APIC version 16
[    0.000000] I/O APIC #1 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 1dffe000:e0c02000)
[    0.000000] swsusp: Registered nosave memory region: 000000000009c000 - 00000000000a0000
[    0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e4000
[    0.000000] swsusp: Registered nosave memory region: 00000000000e4000 - 0000000000100000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 121825
[    0.000000] Kernel command line: root=UUID=d6cb607c-8124-4aac-8e76-4d96d1fac9f6 ro quiet splash
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Detected 2200.130 MHz processor.
[   15.389108] spurious 8259A interrupt: IRQ7.
[   15.392224] Console: colour VGA+ 80x25
[   15.392227] console [tty0] enabled
[   15.392434] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[   15.392621] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[   15.400118] Memory: 474520k/491136k available (2157k kernel code, 16048k reserved, 998k data, 364k init, 0k highmem)
[   15.400124] virtual kernel memory layout:
[   15.400125]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
[   15.400126]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   15.400127]     vmalloc : 0xde800000 - 0xff7fe000   ( 527 MB)
[   15.400128]     lowmem  : 0xc0000000 - 0xddfa0000   ( 479 MB)
[   15.400129]       .init : 0xc041b000 - 0xc0476000   ( 364 kB)
[   15.400130]       .data : 0xc031b5a4 - 0xc0414dc4   ( 998 kB)
[   15.400131]       .text : 0xc0100000 - 0xc031b5a4   (2157 kB)
[   15.400134] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   15.400160] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[   15.480110] Calibrating delay using timer specific routine.. 4404.63 BogoMIPS (lpj=8809264)
[   15.480129] Security Framework initialized
[   15.480133] SELinux:  Disabled at boot.
[   15.480144] AppArmor: AppArmor initialized
[   15.480147] Failure registering capabilities with primary security module.
[   15.480154] Mount-cache hash table entries: 512
[   15.480236] CPU: After generic identify, caps: 078bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001d 00000000
[   15.480244] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   15.480246] CPU: L2 Cache: 1024K (64 bytes/line)
[   15.480248] CPU: After all inits, caps: 078bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001d 00000000
[   15.480255] Compat vDSO mapped to ffffe000.
[   15.480263] Checking 'hlt' instruction... OK.
[   15.496303] SMP alternatives: switching to UP code
[   15.497150] Freeing SMP alternatives: 11k freed
[   15.497236] Early unpacking initramfs... done
[   15.785344] ACPI: Core revision 20070126
[   15.785395] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   15.787414] ACPI: setting ELCR to 0200 (from 0ca0)
[   15.787866] CPU0: AMD Athlon(tm) Processor LE-1600 stepping 03
[   15.787885] Total of 1 processors activated (4404.63 BogoMIPS).
[   15.787968] ExtINT not setup in hardware but reported by MP table
[   15.788117] ENABLING IO-APIC IRQs
[   15.788345] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
[   15.828052] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[   15.828105] ...trying to set up timer (IRQ0) through the 8259A ... 
[   15.828106] ..... (found pin 0) ...works.
[   15.975702] Brought up 1 CPUs
[   15.975743] CPU0 attaching sched-domain:
[   15.975745]  domain 0: span 01
[   15.975747]   groups: 01
[   15.975870] net_namespace: 64 bytes
[   15.975875] Booting paravirtualized kernel on bare hardware
[   15.976277] Time: 15:28:43  Date: 04/28/08
[   15.976295] NET: Registered protocol family 16
[   15.976426] EISA bus registered
[   15.976456] ACPI: bus type pci registered
[   15.977111] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=8
[   15.977113] PCI: Using configuration type 1
[   15.977114] Setting up standard PCI resources
[   15.985303] ACPI: EC: Look up EC in DSDT
[   15.989083] ACPI: Interpreter enabled
[   15.989085] ACPI: (supports S0 S1 S3 S4 S5)
[   15.989096] ACPI: Using PIC for interrupt routing
[   15.989312] Error attaching device data
[   15.989317] Error attaching device data
[   15.989321] Error attaching device data
[   15.989325] Error attaching device data
[   15.995901] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   15.996450] PCI: Transparent bridge - 0000:00:08.0
[   15.996794] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   15.996962] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[   15.997057] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[   15.997134] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[   16.008721] ACPI: PCI Interrupt Link [LNKA] (IRQs 7 10 11 14) *0, disabled.
[   16.008870] ACPI: PCI Interrupt Link [LNKB] (IRQs 7 10 11 14) *0, disabled.
[   16.009017] ACPI: PCI Interrupt Link [LNKC] (IRQs 7 10 11 14) *0, disabled.
[   16.009163] ACPI: PCI Interrupt Link [LNKD] (IRQs 7 10 11 14) *0, disabled.
[   16.009310] ACPI: PCI Interrupt Link [LNEA] (IRQs 7 10 11 14) *0, disabled.
[   16.009457] ACPI: PCI Interrupt Link [LNEB] (IRQs 7 10 11 14) *0, disabled.
[   16.009604] ACPI: PCI Interrupt Link [LNEC] (IRQs 7 10 11 14) *0, disabled.
[   16.009751] ACPI: PCI Interrupt Link [LNED] (IRQs 7 10 11 14) *0, disabled.
[   16.009898] ACPI: PCI Interrupt Link [LUB0] (IRQs *7 10 11 14)
[   16.010045] ACPI: PCI Interrupt Link [LUB2] (IRQs 7 *10 11 14)
[   16.010191] ACPI: PCI Interrupt Link [LMAC] (IRQs *7 10 11 14)
[   16.010338] ACPI: PCI Interrupt Link [LAZA] (IRQs 7 10 11 14) *0, disabled.
[   16.010485] ACPI: PCI Interrupt Link [SGRU] (IRQs 7 *10 11 14)
[   16.010631] ACPI: PCI Interrupt Link [LSMB] (IRQs 7 10 *11 14)
[   16.010778] ACPI: PCI Interrupt Link [LPMU] (IRQs 7 10 11 14) *0, disabled.
[   16.010925] ACPI: PCI Interrupt Link [LSA0] (IRQs *5)
[   16.011102] ACPI: PCI Interrupt Link [LATA] (IRQs 7 10 11 14) *0, disabled.
[   16.011250] ACPI: PCI Interrupt Link [UB11] (IRQs 7 10 *11 14)
[   16.011396] ACPI: PCI Interrupt Link [UB12] (IRQs *7 10 11 14)
[   16.011486] Linux Plug and Play Support v0.97 (c) Adam Belay
[   16.011506] pnp: PnP ACPI init
[   16.011511] ACPI: bus type pnp registered
[   16.014748] pnp: PnP ACPI: found 11 devices
[   16.014750] ACPI: ACPI bus type pnp unregistered
[   16.014752] PnPBIOS: Disabled by ACPI PNP
[   16.014901] PCI: Using ACPI for IRQ routing
[   16.014903] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   16.039619] NET: Registered protocol family 8
[   16.039620] NET: Registered protocol family 20
[   16.039667] AppArmor: AppArmor Filesystem Enabled
[   16.043607] Time: tsc clocksource has been installed.
[   16.051625] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[   16.051627] system 00:04: ioport range 0x800-0x80f has been reserved
[   16.051629] system 00:04: ioport range 0x2000-0x207f has been reserved
[   16.051631] system 00:04: ioport range 0x2080-0x20ff has been reserved
[   16.051634] system 00:04: ioport range 0x2400-0x247f has been reserved
[   16.051636] system 00:04: ioport range 0x2480-0x24ff has been reserved
[   16.051638] system 00:04: ioport range 0x2800-0x287f has been reserved
[   16.051640] system 00:04: ioport range 0x2880-0x28ff has been reserved
[   16.051642] system 00:04: ioport range 0x2c00-0x2c7f has been reserved
[   16.051645] system 00:04: ioport range 0x2c80-0x2cff has been reserved
[   16.051647] system 00:04: iomem range 0xfed45000-0xfdac9fff could not be reserved
[   16.051650] system 00:04: iomem range 0xfefe0000-0xfefe01ff has been reserved
[   16.051652] system 00:04: iomem range 0xfefe1000-0xfefe1fff has been reserved
[   16.051655] system 00:04: iomem range 0xfed00000-0xfed0ffff has been reserved
[   16.051657] system 00:04: iomem range 0xfee01000-0xfeefffff could not be reserved
[   16.051662] system 00:06: iomem range 0xfec00000-0xfec00fff could not be reserved
[   16.051664] system 00:06: iomem range 0xfee00000-0xfee00fff could not be reserved
[   16.051669] system 00:08: ioport range 0xa00-0xadf has been reserved
[   16.051671] system 00:08: ioport range 0xae0-0xaef has been reserved
[   16.051675] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[   16.051680] system 00:0a: iomem range 0x0-0x9ffff could not be reserved
[   16.051682] system 00:0a: iomem range 0xc0000-0xcffff could not be reserved
[   16.051684] system 00:0a: iomem range 0xe0000-0xfffff could not be reserved
[   16.051687] system 00:0a: iomem range 0x100000-0x1fffffff could not be reserved
[   16.051689] system 00:0a: iomem range 0xfed45000-0xffffffff could not be reserved
[   16.081940] PCI: Bridge: 0000:00:08.0
[   16.081941]   IO window: disabled.
[   16.081943]   MEM window: disabled.
[   16.081945]   PREFETCH window: disabled.
[   16.081948] PCI: Bridge: 0000:00:0b.0
[   16.081949]   IO window: disabled.
[   16.081951]   MEM window: disabled.
[   16.081952]   PREFETCH window: disabled.
[   16.081954] PCI: Bridge: 0000:00:0c.0
[   16.081955]   IO window: disabled.
[   16.081957]   MEM window: disabled.
[   16.081959]   PREFETCH window: disabled.
[   16.081960] PCI: Bridge: 0000:00:0d.0
[   16.081962]   IO window: disabled.
[   16.081963]   MEM window: disabled.
[   16.081965]   PREFETCH window: disabled.
[   16.081967] PCI: Bridge: 0000:00:0e.0
[   16.081968]   IO window: disabled.
[   16.081969]   MEM window: disabled.
[   16.081971]   PREFETCH window: disabled.
[   16.081973] PCI: Bridge: 0000:00:0f.0
[   16.081974]   IO window: disabled.
[   16.081976]   MEM window: disabled.
[   16.081977]   PREFETCH window: disabled.
[   16.081979] PCI: Bridge: 0000:00:10.0
[   16.081980]   IO window: disabled.
[   16.081982]   MEM window: disabled.
[   16.081983]   PREFETCH window: disabled.
[   16.081985] PCI: Bridge: 0000:00:11.0
[   16.081986]   IO window: disabled.
[   16.081988]   MEM window: disabled.
[   16.081990]   PREFETCH window: disabled.
[   16.081998] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   16.082004] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[   16.082010] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[   16.082015] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   16.082020] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   16.082025] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   16.082030] PCI: Setting latency timer of device 0000:00:10.0 to 64
[   16.082034] PCI: Setting latency timer of device 0000:00:11.0 to 64
[   16.082042] NET: Registered protocol family 2
[   16.119596] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   16.119767] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   16.119857] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[   16.119957] TCP: Hash tables configured (established 16384 bind 16384)
[   16.119960] TCP reno registered
[   16.131618] checking if image is initramfs... it is
[   16.583113] Switched to high resolution mode on CPU 0
[   16.689155] Freeing initrd memory: 7699k freed
[   16.689615] audit: initializing netlink socket (disabled)
[   16.689625] audit(1209396523.148:1): initialized
[   16.691017] VFS: Disk quotas dquot_6.5.1
[   16.691069] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   16.691164] io scheduler noop registered
[   16.691166] io scheduler anticipatory registered
[   16.691167] io scheduler deadline registered
[   16.691175] io scheduler cfq registered (default)
[   16.742945] Boot video device is 0000:00:12.0
[   16.743019] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[   16.743038] assign_interrupt_mode Found MSI capability
[   16.743054] Allocate Port Service[0000:00:0b.0:pcie00]
[   16.743098] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[   16.743115] assign_interrupt_mode Found MSI capability
[   16.743127] Allocate Port Service[0000:00:0c.0:pcie00]
[   16.743169] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   16.743186] assign_interrupt_mode Found MSI capability
[   16.743198] Allocate Port Service[0000:00:0d.0:pcie00]
[   16.743241] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   16.743258] assign_interrupt_mode Found MSI capability
[   16.743270] Allocate Port Service[0000:00:0e.0:pcie00]
[   16.743312] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   16.743329] assign_interrupt_mode Found MSI capability
[   16.743342] Allocate Port Service[0000:00:0f.0:pcie00]
[   16.743384] PCI: Setting latency timer of device 0000:00:10.0 to 64
[   16.743402] assign_interrupt_mode Found MSI capability
[   16.743414] Allocate Port Service[0000:00:10.0:pcie00]
[   16.743456] PCI: Setting latency timer of device 0000:00:11.0 to 64
[   16.743474] assign_interrupt_mode Found MSI capability
[   16.743486] Allocate Port Service[0000:00:11.0:pcie00]
[   16.743624] isapnp: Scanning for PnP cards...
[   17.096278] isapnp: No Plug & Play device found
[   17.116666] Real Time Clock Driver v1.12ac
[   17.116739] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   17.117511] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   17.117559] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   17.117621] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[   17.117623] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   17.117964] serio: i8042 KBD port at 0x60,0x64 irq 1
[   17.122704] mice: PS/2 mouse device common for all mice
[   17.122782] EISA: Probing bus 0 at eisa.0
[   17.122789] Cannot allocate resource for EISA slot 2
[   17.122804] EISA: Detected 0 cards.
[   17.122806] cpuidle: using governor ladder
[   17.122808] cpuidle: using governor menu
[   17.122879] NET: Registered protocol family 1
[   17.122897] Using IPI No-Shortcut mode
[   17.122921] registered taskstats version 1
[   17.123017]   Magic number: 4:608:488
[   17.123178] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   17.123179] EDD information not available.
[   17.123520] Freeing unused kernel memory: 364k freed
[   17.150538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   18.300185] fuse init (API version 7.9)
[   18.317225] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   18.317235] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   18.317244] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[   18.858094] usbcore: registered new interface driver usbfs
[   18.858112] usbcore: registered new interface driver hub
[   18.868887] usbcore: registered new device driver usb
[   18.876867] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   18.877141] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 7
[   18.877144] PCI: setting IRQ 7 as level-triggered
[   18.877147] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUB0] -> GSI 7 (level, low) -> IRQ 7
[   18.877159] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   18.877162] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   18.877436] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[   18.877454] ohci_hcd 0000:00:02.0: irq 7, io mem 0xfebff000
[   18.897501] SCSI subsystem initialized
[   18.930405] libata version 3.00 loaded.
[   18.935231] usb usb1: configuration #1 chosen from 1 choice
[   18.935250] hub 1-0:1.0: USB hub found
[   18.935256] hub 1-0:1.0: 6 ports detected
[   19.037019] ACPI: PCI Interrupt Link [UB11] enabled at IRQ 11
[   19.037023] PCI: setting IRQ 11 as level-triggered
[   19.037026] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [UB11] -> GSI 11 (level, low) -> IRQ 11
[   19.037038] PCI: Setting latency timer of device 0000:00:04.0 to 64
[   19.037041] ohci_hcd 0000:00:04.0: OHCI Host Controller
[   19.037059] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
[   19.037077] ohci_hcd 0000:00:04.0: irq 11, io mem 0xfebfd000
[   19.094730] usb usb2: configuration #1 chosen from 1 choice
[   19.094749] hub 2-0:1.0: USB hub found
[   19.094756] hub 2-0:1.0: 6 ports detected
[   19.196939] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 10
[   19.196943] PCI: setting IRQ 10 as level-triggered
[   19.196947] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUB2] -> GSI 10 (level, low) -> IRQ 10
[   19.196958] PCI: Setting latency timer of device 0000:00:02.1 to 64
[   19.196960] ehci_hcd 0000:00:02.1: EHCI Host Controller
[   19.196982] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
[   19.197006] ehci_hcd 0000:00:02.1: debug port 1
[   19.197009] PCI: cache line size of 64 is not supported by device 0000:00:02.1
[   19.197022] ehci_hcd 0000:00:02.1: irq 10, io mem 0xfebfec00
[   19.208528] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   19.208612] usb usb3: configuration #1 chosen from 1 choice
[   19.208629] hub 3-0:1.0: USB hub found
[   19.208634] hub 3-0:1.0: 6 ports detected
[   19.312747] ACPI: PCI Interrupt Link [UB12] enabled at IRQ 7
[   19.312752] ACPI: PCI Interrupt 0000:00:04.1[B] -> Link [UB12] -> GSI 7 (level, low) -> IRQ 7
[   19.312764] PCI: Setting latency timer of device 0000:00:04.1 to 64
[   19.312767] ehci_hcd 0000:00:04.1: EHCI Host Controller
[   19.312794] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 4
[   19.312830] ehci_hcd 0000:00:04.1: debug port 1
[   19.312833] PCI: cache line size of 64 is not supported by device 0000:00:04.1
[   19.312839] ehci_hcd 0000:00:04.1: irq 7, io mem 0xfebfe800
[   19.324436] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   19.324528] usb usb4: configuration #1 chosen from 1 choice
[   19.324545] hub 4-0:1.0: USB hub found
[   19.324550] hub 4-0:1.0: 6 ports detected
[   19.428470] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[   19.428719] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 7
[   19.428722] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LMAC] -> GSI 7 (level, low) -> IRQ 7
[   19.428727] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[   19.939810] usb 2-1: new low speed USB device using ohci_hcd and address 2
[   19.948481] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1d:92:a0:de:bd
[   19.948484] forcedeth 0000:00:0a.0: highdma pwrctl mgmt timirq gbit lnktim msi desc-v3
[   19.948713] PCI: Setting latency timer of device 0000:00:06.0 to 64
[   19.950428] ahci 0000:00:09.0: version 3.0
[   19.950664] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 5
[   19.950666] PCI: setting IRQ 5 as level-triggered
[   19.950670] ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LSA0] -> GSI 5 (level, low) -> IRQ 5
[   20.162683] usb 2-1: configuration #1 chosen from 1 choice
[   20.177709] usbcore: registered new interface driver hiddev
[   20.186721] input: Microsoft Microsoft Trackball OpticalŪ as /devices/pci0000:00/0000:00:04.0/usb2/2-1/2-1:1.0/input/input2
[   20.195583] input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft Trackball OpticalŪ] on usb-0000:00:04.0-1
[   20.195593] usbcore: registered new interface driver usbhid
[   20.195596] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver

Last edited by booberandpuzz; 04-29-2008 at 10:41 AM.
 
Old 04-29-2008, 10:42 AM   #6
booberandpuzz
Member
 
Registered: Apr 2008
Location: South Florida, USA
Distribution: Ubuntu 8.04
Posts: 32

Original Poster
Rep: Reputation: 15
DMESG Part II

Code:
[   20.950834] ahci 0000:00:09.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl RAID mode
[   20.950838] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio 
[   20.950842] PCI: Setting latency timer of device 0000:00:09.0 to 64
[   20.951151] scsi0 : ahci
[   20.951331] scsi1 : ahci
[   20.951431] scsi2 : ahci
[   20.951526] scsi3 : ahci
[   20.951584] ata1: SATA max UDMA/133 abar m8192@0xfebfa000 port 0xfebfa100 irq 5
[   20.951586] ata2: SATA max UDMA/133 abar m8192@0xfebfa000 port 0xfebfa180 irq 5
[   20.951589] ata3: SATA max UDMA/133 abar m8192@0xfebfa000 port 0xfebfa200 irq 5
[   20.951591] ata4: SATA max UDMA/133 abar m8192@0xfebfa000 port 0xfebfa280 irq 5
[   21.590201] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   21.591025] ata1.00: ATA-8: WDC WD1600AAJS-00B4A0, 01.03A01, max UDMA/133
[   21.591028] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   21.591915] ata1.00: configured for UDMA/133
[   21.909889] ata2: SATA link down (SStatus 0 SControl 300)
[   22.229577] ata3: SATA link down (SStatus 0 SControl 300)
[   22.549265] ata4: SATA link down (SStatus 0 SControl 300)
[   22.549341] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600AAJS-0 01.0 PQ: 0 ANSI: 5
[   22.549640] pata_amd 0000:00:06.0: version 0.3.10
[   22.549681] PCI: Setting latency timer of device 0000:00:06.0 to 64
[   22.550201] scsi4 : pata_amd
[   22.550453] scsi5 : pata_amd
[   22.551116] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[   22.551118] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[   22.556067] Driver 'sd' needs updating - please use bus_type methods
[   22.556137] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[   22.556147] sd 0:0:0:0: [sda] Write Protect is off
[   22.556149] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   22.556162] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   22.556196] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[   22.556203] sd 0:0:0:0: [sda] Write Protect is off
[   22.556205] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   22.556216] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   22.556219]  sda: sda1 sda2 < sda5 >
[   22.596018] sd 0:0:0:0: [sda] Attached SCSI disk
[   22.600122] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   22.805145] Attempting manual resume
[   22.805149] swsusp: Resume From Partition 8:5
[   22.805150] PM: Checking swsusp image.
[   22.805260] PM: Resume from disk failed.
[   22.851879] kjournald starting.  Commit interval 5 seconds
[   22.851889] EXT3-fs: mounted filesystem with ordered data mode.
[   22.869330] ata5.00: ATAPI: 24X10, P.MJ, max MWDMA2
[   23.041028] ata5.00: configured for MWDMA2
[   23.041061] ata6: port disabled. ignoring.
[   23.041462] scsi 4:0:0:0: CD-ROM            ATAPI    CD-R/RW 24X10    P.MJ PQ: 0 ANSI: 5
[   23.041525] scsi 4:0:0:0: Attached scsi generic sg1 type 5
[   28.575532] input: Power Button (FF) as /devices/virtual/input/input3
[   28.587390] ACPI: Power Button (FF) [PWRF]
[   28.587511] input: Power Button (CM) as /devices/virtual/input/input4
[   28.603364] ACPI: Power Button (CM) [PWRB]
[   30.277772] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   30.313783] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   30.438749] udev: renamed network interface eth0 to eth1
[   30.489538] Driver 'sr' needs updating - please use bus_type methods
[   30.497514] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[   30.497519] Uniform CD-ROM driver Revision: 3.20
[   30.497567] sr 4:0:0:0: Attached scsi CD-ROM sr0
[   30.633158] Linux agpgart interface v0.102
[   30.960617] nvidia: module license 'NVIDIA' taints kernel.
[   31.341872] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   31.698100] ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 10
[   31.698104] ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [SGRU] -> GSI 10 (level, low) -> IRQ 10
[   31.698111] PCI: Setting latency timer of device 0000:00:12.0 to 64
[   31.698307] NVRM: loading NVIDIA UNIX x86 Kernel Module  169.12  Thu Feb 14 17:53:07 PST 2008
[   33.692134] lp: driver loaded but no devices found
[   33.845037] Adding 1413680k swap on /dev/sda5.  Priority:-1 extents:1 across:1413680k
[   34.374274] EXT3 FS on sda1, internal journal
[   35.497042] ip_tables: (C) 2000-2006 Netfilter Core Team
[   35.754627] No dock devices found.
[   36.034820] powernow-k8: Found 1 AMD Athlon(tm) Processor LE-1600 processors (1 cpu cores) (version 2.20.00)
[   36.034853] powernow-k8:    0 : fid 0xe (2200 MHz), vid 0xc
[   36.034855] powernow-k8:    1 : fid 0xc (2000 MHz), vid 0xe
[   36.034857] powernow-k8:    2 : fid 0xa (1800 MHz), vid 0x10
[   36.034859] powernow-k8:    3 : fid 0x2 (1000 MHz), vid 0x12
[   36.649109] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[   36.649113] apm: overridden by ACPI.
[   36.781615] ppdev: user-space parallel port driver
[   36.941695] audit(1209396544.336:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=4801 profile="/usr/sbin/cupsd" namespace="default"
[   83.297340] Marking TSC unstable due to: cpufreq changes.
[   83.305910] Time: acpi_pm clocksource has been installed.
[   83.497739] Clocksource tsc unstable (delta = -109516410 ns)
[   84.033660] Bluetooth: Core ver 2.11
[   84.038523] NET: Registered protocol family 31
[   84.038531] Bluetooth: HCI device and connection manager initialized
[   84.038537] Bluetooth: HCI socket layer initialized
[   84.082797] Bluetooth: L2CAP ver 2.9
[   84.082805] Bluetooth: L2CAP socket layer initialized
[   84.175280] Bluetooth: RFCOMM socket layer initialized
[   84.176078] Bluetooth: RFCOMM TTY layer initialized
[   84.176084] Bluetooth: RFCOMM ver 1.8
[   88.868202] NET: Registered protocol family 10
[   88.875361] lo: Disabled Privacy Extensions
[   88.932051] NET: Registered protocol family 17
[  100.721348] eth1: no IPv6 routers present
[69960.519568] usb 4-3: new high speed USB device using ehci_hcd and address 3
[69960.662401] usb 4-3: configuration #1 chosen from 1 choice
[69960.897037] usbcore: registered new interface driver libusual
[69960.975212] Initializing USB Mass Storage driver...
[69960.977633] scsi6 : SCSI emulation for USB Mass Storage devices
[69960.982659] usbcore: registered new interface driver usb-storage
[69960.982675] USB Mass Storage support registered.
[69960.984324] usb-storage: device found at 3
[69960.984329] usb-storage: waiting for device to settle before scanning
[69965.978319] usb-storage: device scan complete
[69965.981332] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9321 PQ: 0 ANSI: 0
[69966.089912] sd 6:0:0:0: [sdb] 1999872 512-byte hardware sectors (1024 MB)
[69966.094782] sd 6:0:0:0: [sdb] Write Protect is off
[69966.094788] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[69966.094792] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[69966.104892] sd 6:0:0:0: [sdb] 1999872 512-byte hardware sectors (1024 MB)
[69966.109140] sd 6:0:0:0: [sdb] Write Protect is off
[69966.109146] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[69966.109149] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[69966.109158]  sdb: sdb1
[69966.111298] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[69966.111365] sd 6:0:0:0: Attached scsi generic sg2 type 0
[70248.740128] usb 4-3: USB disconnect, address 3
 
Old 04-29-2008, 12:31 PM   #7
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Found this digging through the Ubuntu bug system.

# Check if forcedeth-Module is currently active:


Code:
lsmod | grep forcedeth if active, it should result in forcedeth 38372 0
# Unload forcedeth-Module if active


Code:
modprobe -r forcedeth
# Load forcedeth-Module without MSI and MSIX for testing:


Code:
modprobe forcedeth msi=0 msix=0
# Restart Network:


Code:
/etc/init.d/networking restart
If that works, then you can add the options to /etc/modprobe.d/options as follows.

Code:
options forcedeth msi=0 msix=0
 
Old 04-29-2008, 02:23 PM   #8
booberandpuzz
Member
 
Registered: Apr 2008
Location: South Florida, USA
Distribution: Ubuntu 8.04
Posts: 32

Original Poster
Rep: Reputation: 15
Glad I'm humble/honest enough to post this in n00b section

lsmod |grep forcedeth

Code:
forcedeth  51980  0
modprobe -r forcedeth

Code:
FATAL: Error removing forcedeth <snip> Operation not permitted.
I'm very sorry. As I was entering the first of these commands, it just dawned on me that I might have a DHCP problem and I went looking at my DHCP server/wireless router configuration. I have it set to filter by MAC. I know this address was in there at the beginning of the project, but I never got it to work correctly so I had been using an older NIC during my attempts to install Debian. Anyway, this problem was solved by adding MAC address back in ... admittedly dumb on my part not to check that first. I've never done it that way before, but I must have overwritten the problem MAC instead of adding the new one. Why would I do that?

I will say that it is truly eye-opening and encouraging to see all the transparent and powerful tools you have at your disposal in Linux. Give me Microstation and I think I'm all in. I will be lobbying Bentley to that end. I think the writing is on the wall (spelled "Vista") and Linux is the future.

Thanks very much for your help. I can't believe I've gotten this all working so well (with help) when it was so discouraging just a couple of days ago. The bottom line is that Ubuntu 8.04 actually installed perfectly on the first attempt. The only problem was cockpit error external to this system.

Time to crack open the "Using Samba" book and get some backups made. Again, thank you.
 
Old 04-29-2008, 02:55 PM   #9
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You're welcome, Glad you sorted it.
Good luck. ;-)
 
  


Reply

Tags
nic, nvidia drivers, ubuntu



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
Driver wanted - Realtek RTL8169/8110 Family Gigabit Ethernet NIC Seviath Linux - Wireless Networking 3 02-05-2008 05:26 AM
Need driver for Realtek Wireless Nic Dr_Zin Linux - Hardware 3 02-04-2008 11:41 PM
Realtek 8110 NIC driver Trollslayer Linux - Hardware 16 01-24-2008 09:02 PM
Realtek Gigabit NIC driver problem klennepette Linux - Networking 1 05-22-2006 07:38 AM
NIC Driver for NVidia NForce onboard NIC. rajjpajj Linux - Software 9 09-28-2004 03:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:10 AM.

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