NX 6110
From FrugalWiki
Let me tell you something about installing and using Frugalware on a HP nx6110 notebook.
Contents |
Hardware info
First of all here are some information about the hardware.
CPU: Intel Celeron M 1.4GHz Mem: 512MB PC2700 DDR-SDRAM HDD: 80GB Optical: TSSTcorp CD/DVDW TS-L532M dvd+/-rw (8x, Dual Layer, Lightscribe) TFT: 15.4" XGA VGA: Intel 915GM NIC: Broadcom Corporation BMC4401-B0 100Base-TX Wifi: Broadcom Corporation BCM4318 [AirForce One 54g]
Video
The video works perfectly with i810 Xorg driver. OpenGL also, but the result is not very good (but this card is not for 3D):
1027 frames in 5.0 seconds = 205.382 FPS
Network
The network card is also working perfectly with b44 driver. I had to work a bit with the wireless adapter, but now it's working. The kernel has support for BCM4318 with the driver bcm43xx, but the originally packaged firmware had problems with WPA authentication. I had to add it to blacklist and use ndiswrapper.
The ndiswrapper method:
I downloaded the driver, extracted the .exe with cabextract and used the command:
ndiswrapper -i bcmwl5.inf
After this, i added the following line to /etc/sysconfig/modules:
ndiswrapper "if_name=eth1"
After this the wifi works perfectly, the blue wifi led is lighting and doesn't give kernel crash (as it's readable on some page).
The native driver method:
For a long time i had to use the ndiswrapper method, but finally i've found a correct firmware that i could use with wpa auth. The driver is available here, you can download it, and extract with the command (as root):
bcm43xx_fwcutter -w /lib/firmware/ wl_apsta.o
If the extracting is complete, you can use the bcm43xx driver with wpa_supplicant (usage described above)
WPA Authentication method
If you use WPA algorithm, you have to use wpa_supplicant. Edit your /etc/wpa_supplicant.conf file and follow the instructions you can find on this page.
IMPORTANT!!!
Frugalware uses 1.23 version of ndiswrapper, so you have to use -Dwext at wpa_supplicant command. Currently this command cannot run from rc.local, you have to run it manually as root.
Touchpad
The touchpad is also working perfectly with synaptics, please read README.Frugalware of the package synaptics for more instructions about this.
ACPI
Acpi works good, loading the button module the machine is shutting down pressing the power button (of course, you have to install acpid with pacman -S acpid).
Hibernation is also working properly. You have to create a swap partition (at least the same size as the memory), where the hibernation will save the memory. The hibernation script is very easy and you can put it to an acpi event, like closing the tft (button/lid event):
#!/bin/sh echo "shutdown" > /sys/power/disk; echo "disk" > /sys/power/state;
My acpi_handler.sh seems like this:
#!/bin/sh # Default acpi script that takes an entry for all actions IFS=${IFS}/ set $@ case "$1" in button) case "$2" in power) /sbin/init 0 ;; lid) logger "The TFT is closed, hibernating..."; /usr/local/bin/hibernate ;; *) logger "ACPI action $2 is not defined" ;; esac ;; *) logger "ACPI group $1 / action $2 is not defined" ;; esac
If this is ready, DO NOT HIBERNATE!!! You have to write resume=/dev/hda2 (/dev/hda2 is the swap partition for me) to /boot/grub/menu.lst:
# # /boot/grub/menu.lst - configuration file for GRUB # This file is generated automatically by grubconfig # default=0 timeout=5 gfxmenu (hd0,0)/boot/grub/message title Frugalware 0.5 (Siwenna) - 2.6.18-fw1 kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 ro quiet vga=791 resume=/dev/hda2 title Memtest86+ kernel (hd0,0)/boot/memtest.bin
If this is ready, now you can hibernate it (manually or closing the tft). If you want to restore the whole X11, probably you have to add this to xorg.conf at Section "Device":
Option "VBERestore" "1"
I did not add this and works fine, but maybe it's needed somewhere.
Extra hw info
And of course some extra info (lspci, dmesg):
lspci:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) 00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03) 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) 02:04.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) 02:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller 02:06.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller 02:0e.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
dmesg:
Linux version 2.6.18-fw1 (fst@i686.frugalware.org) (gcc version 4.1.1) #1 SMP PREEMPT Wed Sep 20 16:34:50 CEST 2006 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001f7d0000 (usable) BIOS-e820: 000000001f7d0000 - 000000001f7efc00 (reserved) BIOS-e820: 000000001f7efc00 - 000000001f7fb000 (ACPI NVS) BIOS-e820: 000000001f7fb000 - 000000001f800000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec02000 (reserved) BIOS-e820: 00000000fed20000 - 00000000fed9b000 (reserved) BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved) BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 503MB LOWMEM available. On node 0 totalpages: 128976 DMA zone: 4096 pages, LIFO batch:0 Normal zone: 124880 pages, LIFO batch:31 DMI 2.3 present. ACPI: RSDP (v000 HP ) @ 0x000fe270 ACPI: RSDT (v001 HP 099C 0x16090520 HP 0x00000001) @ 0x1f7efc84 ACPI: FADT (v002 HP 099C 0x00000002 HP 0x00000001) @ 0x1f7efc00 ACPI: MADT (v001 HP 099C 0x00000001 HP 0x00000001) @ 0x1f7efcb4 ACPI: MCFG (v001 HP 099C 0x00000001 HP 0x00000001) @ 0x1f7efd10 ACPI: DSDT (v001 HP DAU00 0x00010000 MSFT 0x0100000e) @ 0x00000000 ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfec01000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 6:13 APIC version 20 ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 32, 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 high 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 Allocating PCI resources starting at 20000000 (gap: 1f800000:c0800000) Detected 1396.589 MHz processor. Built 1 zonelists. Total pages: 128976 Kernel command line: root=/dev/hda1 ro quiet vga=791 mapped APIC to ffffd000 (fec01000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 2048 (order: 11, 8192 bytes) Console: colour dummy device 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 506504k/515904k available (2837k kernel code, 8948k reserved, 982k data, 304k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 2794.97 BogoMIPS (lpj=1397485) Security Framework v1.0.0 initialized Mount-cache hash table entries: 512 CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000 CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 1024K CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000000 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. Compat vDSO mapped to ffffe000. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 16k freed ACPI: Core revision 20060707 CPU0: Intel(R) Celeron(R) M processor 1.40GHz stepping 08 Total of 1 processors activated (2794.97 BogoMIPS). ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 Brought up 1 CPUs migration_cost=0 HP Compaq Laptop series board detected. Selecting BIOS-method for reboots. NET: Registered protocol family 16 EISA bus registered ACPI: bus type pci registered PCI: Using MMCONFIG Setting up standard PCI resources ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [C002] (0000:00) PCI: Probing PCI hardware (bus 00) ACPI: Assume root bridge [\_SB_.C002] bus is 0 Boot video device is 0000:00:02.0 PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO PCI quirk: region 1100-113f claimed by ICH6 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 PCI: Transparent bridge - 0000:00:1e.0 PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#03) (try 'pci=assign-busses') Please report the result to linux-kernel to fix this permanently ACPI: PCI Interrupt Routing Table [\_SB_.C002._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C068._PRT] ACPI: Embedded Controller [C004] (gpe 16) interrupt mode. ACPI: Power Resource [C1C5] (on) ACPI: PCI Interrupt Link [C0D8] (IRQs 10 *11) ACPI: PCI Interrupt Link [C0D9] (IRQs *10 11) ACPI: PCI Interrupt Link [C0DA] (IRQs *10 11) ACPI: PCI Interrupt Link [C0DB] (IRQs *10 11) ACPI: PCI Interrupt Link [C0EE] (IRQs *10 11) ACPI: PCI Interrupt Link [C0EF] (IRQs 10 *11) ACPI: PCI Interrupt Link [C0F0] (IRQs *10 11) ACPI: PCI Interrupt Link [C0F1] (IRQs 10 11) *0, disabled. ACPI: Power Resource [C244] (off) ACPI: Power Resource [C245] (off) ACPI: Power Resource [C246] (off) ACPI: Power Resource [C247] (off) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 11 devices SCSI subsystem initialized 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 pnp: 00:09: ioport range 0x4d0-0x4d1 has been reserved pnp: 00:09: ioport range 0x1000-0x107f could not be reserved pnp: 00:09: ioport range 0x1100-0x113f has been reserved pnp: 00:09: ioport range 0x1200-0x121f has been reserved PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0 PCI: Bus 3, cardbus bridge: 0000:02:06.0 IO window: 00003000-000030ff IO window: 00003400-000034ff PREFETCH window: 20000000-21ffffff MEM window: 22000000-23ffffff PCI: Bridge: 0000:00:1e.0 IO window: 3000-3fff MEM window: d0000000-d03fffff PREFETCH window: 20000000-21ffffff PCI: Setting latency timer of device 0000:00:1e.0 to 64 ACPI: PCI Interrupt 0000:02:06.0[A] -> GSI 18 (level, low) -> IRQ 169 NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 196608 bytes) TCP bind hash table entries: 8192 (order: 4, 98304 bytes) TCP: Hash tables configured (established 16384 bind 8192) TCP reno registered apm: BIOS not found. VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SGI XFS with ACLs, security attributes, large block numbers, no debug enabled SGI XFS Quota Management subsystem Initializing Cryptographic API io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered pci_hotplug: PCI Hot Plug PCI Core version: 0.5 vesafb: framebuffer at 0xc0000000, mapped to 0xe0080000, using 3072k, total 7872k vesafb: mode is 1024x768x16, linelength=2048, pages=4 vesafb: protected mode interface info at 00ff:44f0 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 Real Time Clock Driver v1.12ac Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 22 (level, low) -> IRQ 177 Floppy drive(s): fd0 is 1.44M floppy0: no floppy controllers found RAMDISK driver initialized: 16 RAM disks of 16384K 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 ICH6: IDE controller at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 185 ICH6: chipset revision 3 ICH6: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x2580-0x2587, BIOS settings: hda:DMA, hdb:DMA Probing IDE interface ide0... hda: FUJITSU MHT2080AH PL, ATA DISK drive hdb: TSSTcorpCD/DVDW TS-L532M, ATAPI CD/DVD-ROM drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hda: max request size: 128KiB hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 hdb: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, DMA Uniform CD-ROM driver Revision: 3.20 libata version 2.00 loaded. ieee1394: Initialized config rom entry `ip1394' 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:C1C2,PNP0f13:C1C3] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 mice: PS/2 mouse device common for all mice md: raid0 personality registered for level 0 md: raid1 personality registered for level 1 md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 EISA: Probing bus 0 at eisa.0 Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC). ALSA device list: No soundcards found. TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Using IPI No-Shortcut mode Time: tsc clocksource has been installed. ACPI: (supports S0 S3 S4 S5) md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. input: AT Translated Set 2 keyboard as /class/input/input0 EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. Synaptics Touchpad, model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa04793/0x300000 serio: Synaptics pass-through port at isa0060/serio4/input0 input: SynPS/2 Synaptics TouchPad as /class/input/input1 kjournald starting. Commit interval 5 seconds EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 304k freed EXT3 FS on hda1, internal journal EXT3 FS on hda1, internal journal device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com Adding 997912k swap on /dev/hda2. Priority:-1 extents:1 across:997912k loop: loaded (max 8 devices) Capability LSM initialized ACPI: Power Button (FF) [PWRF] ACPI: Sleep Button (CM) [C1E8] ACPI: Lid Switch [C1E9] ACPI: Battery Slot [C174] (battery present) ACPI: Battery Slot [C173] (battery absent) ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 22 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1e.3 to 64 ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 21 (level, low) -> IRQ 193 PCI: Setting latency timer of device 0000:00:1e.2 to 64 intel8x0_measure_ac97_clock: measured 51492 usecs intel8x0: clocking to 48000 b44.c:v1.01 (Jun 16, 2006) ACPI: PCI Interrupt 0000:02:0e.0[A] -> GSI 16 (level, low) -> IRQ 185 eth0: Broadcom 4400 10/100BaseT Ethernet 00:14:c2:de:f8:32 ACPI: PCI Interrupt 0000:02:06.2[C] -> GSI 22 (level, low) -> IRQ 177 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[177] MMIO=[d0003000-d00037ff] Max Packet=[2048] IR/IT contexts=[4/8] Yenta: CardBus bridge found at 0000:02:06.0 [103c:099c] Yenta: Enabling burst memory read transactions Yenta: Using INTVAL to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta TI: socket 0000:02:06.0, mfunc 0x01aa1b22, devctl 0x64 Yenta: ISA IRQ mask 0x0cf8, PCI irq 169 Socket status: 30000006 Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06 pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff cs: IO port probe 0x3000-0x3fff: clean. pcmcia: parent PCI bridge Memory window: 0xd0000000 - 0xd03fffff pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x21ffffff ieee80211_crypt: registered algorithm 'NULL' ieee80211: 802.11 data/management/control stack, git-1.1.13 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com> bcm43xx driver ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 21 (level, low) -> IRQ 193 ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 201 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 201, io mem 0xd0580000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 8 ports detected USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 201 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 201, io base 0x00002000 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:1d.1[B] -> GSI 17 (level, low) -> IRQ 209 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 209, io base 0x00002020 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.2: irq 169, io base 0x00002040 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:1d.3[D] -> GSI 19 (level, low) -> IRQ 217 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.3: irq 217, io base 0x00002060 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected Linux agpgart interface v0.101 (c) Dave Jones intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets intelfb: Version 0.9.4 ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 185 intelfb: Cannot reserve FB region. agpgart: Detected an Intel 915GM Chipset. agpgart: Detected 7932K stolen memory. ieee1394: Host added: ID:BUS[0-00:1023] GUID[718b500029d141a6] eth1394: eth2: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0) agpgart: AGP aperture is 256M @ 0xc0000000 ip_tables: (C) 2000-2006 Netfilter Core Team Netfilter messages via NETLINK v0.30. ip_conntrack version 2.4 (4030 buckets, 32240 max) - 224 bytes per conntrack NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth0: link is not ready IPv6 over IPv4 tunneling driver ieee80211_crypt: unregistered algorithm 'NULL' ndiswrapper version 1.23 loaded (preempt=yes,smp=yes) ndiswrapper: driver bcmwl5 (Broadcom,02/11/2005, 3.100.64.0) loaded ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 21 (level, low) -> IRQ 193 ndiswrapper: using irq 193 wlan0: vendor: wlan0: ethernet device 00:14:a5:62:90:90 using NDIS driver bcmwl5, 14E4:4318:103C:1356.5.conf wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK ndiswrapper: changing interface name from 'wlan0' to 'eth1' ADDRCONF(NETDEV_UP): eth1: link is not ready [drm] Initialized drm 1.0.1 20051102 [drm] Initialized i915 1.5.0 20060119 on minor 0 ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready eth1: no IPv6 routers present i2c /dev entries driver ACPI: AC Adapter [C172] (on-line) ACPI: Transitioning device [C248] to D3 ACPI: Transitioning device [C248] to D3 ACPI: Fan [C248] (off) ACPI: Transitioning device [C249] to D3 ACPI: Transitioning device [C249] to D3 ACPI: Fan [C249] (off) ACPI: Transitioning device [C24A] to D3 ACPI: Transitioning device [C24A] to D3 ACPI: Fan [C24A] (off) ACPI: Transitioning device [C24B] to D3 ACPI: Transitioning device [C24B] to D3 ACPI: Fan [C24B] (off) ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) ACPI: Processor [C000] (supports 8 throttling states) Time: acpi_pm clocksource has been installed. ACPI: Thermal Zone [TZ1] (48 C) ACPI: Thermal Zone [TZ2] (45 C) ACPI: Thermal Zone [TZ3] (31 C) ACPI: Thermal Zone [TZ4] (20 C) ACPI: Video Device [C055] (multi-head: yes rom: no post: no) input: PC Speaker as /class/input/input2