John Try to freeup resources by: # sudo gedit /etc/discover.conf Changing: # Enable the PCI, USB, IDE, and SCSI bus scans: enable pci,usb,ide,scsi # Enable the PCMCIA scan: enable pcmcia To: # Enable the PCI, USB, IDE, and SCSI bus scans: # enable pci,usb,ide,scsi enable pci,ide, # Enable the PCMCIA scan too: # enable pcmcia Save. Next to the file created by: $ sudo gedit /etc/modprobe.d/blacklist.john write lines: blacklist bluetooth blacklist dock blacklist sbshc blacklist parport Save, reboot, and rerun scanModem Send in the new ModemData.txt MarvS On Mon, Oct 6, 2008 at 1:37 AM, John McLachlan <john.mcl@xxxxxxxxxx> wrote: > Thanks Marvin, > > dmesg.txt attached. > > Marvin Stodolsky wrote: >> >> John >> >> >> RE: [ 13.814704] ACPI: PCI interrupt for device 0000:00:02.6 disabled >> under Linux version 2.6.24-19-generic >> Do: >> >> $ dmesg >> dmesg.txt >> $ lsmod >> dmesg.txt >> and send us the dmesg.txt. >> >> MarvS >> >> On Sun, Oct 5, 2008 at 12:18 AM, Antonio Olivares >> <olivares14031@xxxxxxxxx> wrote: >> >>> >>> John, >>> >>> This is a second case that returns something like this, I would suspect >>> that the output >>> >>> /* >>> The /proc/asound/pcm file reports: >>> ----------------------- >>> 00-01: Intel ICH - MIC ADC : SiS SI7012 - MIC ADC : capture 1 >>> 00-00: Intel ICH : SiS SI7012 : playback 1 : capture 1 >>> */ >>> >>> should have output somewhere a Modem part and it did not. Might be >>> something different. I guess it would be wise to wait for Marv's advice on >>> this one. Unless the part >>> >>> /* >>> >>> Modem interrupt assignment and sharing: >>> 18: 495 IO-APIC-fasteoi SiS SI7012 >>> --- Bootup diagnostics for card in PCI slot 00:02.6 >>> ---- >>> [ 12.180926] ACPI: PCI Interrupt 0000:00:02.6[C] >>> GSI 18 (level, >>> low) -> IRQ 18 >>> [ 13.814697] ACPI: PCI Interrupt 0000:00:02.6[C] >>> -> GSI 18 (level, >>> low) -> IRQ 18 >>> [ 13.814704] ACPI: PCI interrupt for device >>> 0000:00:02.6 disabled >>> >>> The PCI slot 00:02.6 of the modem card may be disabled >>> early in >>> a bootup process, but then enabled later. If modem >>> drivers load >>> but the modem is not responsive, read DOCs/Bootup.txt >>> about possible fixes. >>> Send dmesg.txt along with ModemData.txt to >>> discuss@xxxxxxxxxxxxx >>> if help is needed. >>> >>> */ >>> >>> is the culprit. Nonetheless the Modem part should appear to be supported >>> by slmodemd. Hope this gets to Marv and he'll give you better advice. >>> >>> Regards, >>> >>> Antonio >>> >>> >>> --- On Sat, 10/4/08, John McLachlan <john.mcl@xxxxxxxxxx> wrote: >>> >>> >>>> >>>> From: John McLachlan <john.mcl@xxxxxxxxxx> >>>> Subject: Re: John McLachlan New Zealand Kernel 2.6.24-19-generic >>>> To: "Antonio Olivares" <olivares14031@xxxxxxxxx> >>>> Cc: DISCUSS@xxxxxxxxxxxxx >>>> Date: Saturday, October 4, 2008, 9:07 PM >>>> Thanks Antonio, >>>> >>>> Extracted OK, installed OK, but setup of slmodemd gives the >>>> following >>>> response (tried also with sudo ...). Any further ideas. >>>> >>>> John. >>>> >>>> john@John-Laptop:~/SLMODEMD.gcc4.2$ slmodemd -c 7e --alsa >>>> modem:1 >>>> error: mixer setup: attach hw:1 error: No such file or >>>> directory >>>> ALSA lib conf.c:3952:(snd_config_expand) Unknown parameters >>>> 1 >>>> ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM >>>> modem:1 >>>> error: alsa setup: cannot open playback device >>>> 'modem:1': Invalid argument >>>> error: cannot setup device `modem:1' >>>> >>>> >>>> Antonio Olivares wrote: >>>> >>>>> >>>>> John, >>>>> >>>>> scanModem recommends: >>>>> >>>>> Support type needed or chipset: slmodemd >>>>> >>>>> An ALSA (Advanced Linux Sound Architecture) modem >>>>> >>>> >>>> driver: snd-intel8x0m >>>> >>>>> >>>>> provides Low Level support enabling contact with the >>>>> >>>> >>>> modem hardware. >>>> >>>>> >>>>> For all BUT Conexant chip soft modems (using hsfmodem >>>>> >>>> >>>> software) >>>> >>>>> >>>>> complementary High Level support is through a >>>>> >>>> >>>> Smartlink utility: slmodemd >>>> >>>>> >>>>> Download from >>>>> >>>> >>>> http://linmodems.technion.ac.il/packages/smartlink/ >>>> >>>>> >>>>> the package SLMODEMD.gcc4.2.tar.gz having a compiled >>>>> >>>> >>>> slmodemd. Unpack >>>> >>>>> >>>>> under Linux with: >>>>> $ tar zxf SLMODEMD.gcc4.2.tar.gz >>>>> and read instructions therein. But briefly, the modem >>>>> >>>> >>>> is setup with command: >>>> >>>>> >>>>> sudo slmodemd -c YOUR_COUNTRY --alsa modem:1 >>>>> reporting dynamic creation of ports: >>>>> /dev/ttySL0 --> /dev/pts/N , with N some number >>>>> Read DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt >>>>> >>>> >>>> for follow >>>> >>>>> >>>>> through guidance. >>>>> >>>>> But, if the modem is nonresponsive you need: >>>>> >>>>> Modem interrupt assignment and sharing: >>>>> 18: 495 IO-APIC-fasteoi SiS SI7012 >>>>> --- Bootup diagnostics for card in PCI slot 00:02.6 >>>>> >>>> >>>> ---- >>>> >>>>> >>>>> [ 12.180926] ACPI: PCI Interrupt 0000:00:02.6[C] >>>>> >>>> >>>> -> GSI 18 (level, >>>> >>>>> >>>>> low) -> IRQ 18 >>>>> [ 13.814697] ACPI: PCI Interrupt 0000:00:02.6[C] >>>>> >>>> >>>> -> GSI 18 (level, >>>> >>>>> >>>>> low) -> IRQ 18 >>>>> [ 13.814704] ACPI: PCI interrupt for device >>>>> >>>> >>>> 0000:00:02.6 disabled >>>> >>>>> >>>>> The PCI slot 00:02.6 of the modem card may be disabled >>>>> >>>> >>>> early in >>>> >>>>> >>>>> a bootup process, but then enabled later. If modem >>>>> >>>> >>>> drivers load >>>> >>>>> >>>>> but the modem is not responsive, read DOCs/Bootup.txt >>>>> >>>> >>>> about possible fixes. >>>> >>>>> >>>>> Send dmesg.txt along with ModemData.txt to >>>>> >>>> >>>> discuss@xxxxxxxxxxxxx >>>> >>>>> >>>>> if help is needed. >>>>> >>>>> >>>>> Regards, >>>>> >>>>> Antonio >>>>> >>>>> On Fri, Oct 3, 2008 at 6:29 AM, John McLachlan >>>>> >>>> >>>> <john.mcl@xxxxxxxxxx> wrote: >>>> >>>>>> >>>>>> Hi, >>>>>> >>>>>> Recent installation of Hardy. >>>>>> Trying to get modem working to enable faxing. >>>>>> Conversion from XP system Acer Aspire 5002WLMI AMD >>>>>> >>>> >>>> Turion4 1.6HGz system. >>>> >>>>>> >>>>>> Any help would be appreciated. Tried various bits >>>>>> >>>> >>>> I found on the web to no >>>> >>>>>> >>>>>> avail. >>>>>> >>>>>> John McL. >>>>>> >>>>>> >>>>>> Modemdata.txt: >>>>>> >>>>>> -------------------------- System information >>>>>> >>>> >>>> ---------------------------- >>>> >>>>>> >>>>>> CPU=i686, Linux version 2.6.24-19-generic >>>>>> >>>> >>>> (buildd@terranova) (gcc version >>>> >>>>>> >>>>>> 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Aug 20 >>>>>> >>>> >>>> 22:56:21 UTC 2008 >>>> >>>>>> >>>>>> scanModem update of: 2008_08_26 >>>>>> >>>>>> There are no blacklisted modem drivers in >>>>>> >>>> >>>> /etc/modprobe* files >>>> >>>>>> >>>>>> Attached USB devices are: >>>>>> ID 045e:00b9 Microsoft Corp. Wireless Optical >>>>>> >>>> >>>> Mouse 3.0 >>>> >>>>>> >>>>>> USB modems not recognized >>>>>> >>>>>> For candidate card in slot 00:02.6, firmware >>>>>> >>>> >>>> information and bootup >>>> >>>>>> >>>>>> diagnostics are: >>>>>> PCI slot PCI ID SubsystemID Name >>>>>> ---------- --------- --------- >>>>>> >>>> >>>> -------------- >>>> >>>>>> >>>>>> 00:02.6 1039:7013 1025:0083 Modem: >>>>>> >>>> >>>> Silicon Integrated Systems [SiS] >>>> >>>>>> >>>>>> AC'97 Modem Controller >>>>>> >>>>>> Modem interrupt assignment and sharing: >>>>>> 18: 495 IO-APIC-fasteoi SiS SI7012 >>>>>> --- Bootup diagnostics for card in PCI slot >>>>>> >>>> >>>> 00:02.6 ---- >>>> >>>>>> >>>>>> [ 12.180926] ACPI: PCI Interrupt 0000:00:02.6[C] >>>>>> >>>> >>>> -> GSI 18 (level, low) -> >>>> >>>>>> >>>>>> IRQ 18 >>>>>> [ 13.814697] ACPI: PCI Interrupt 0000:00:02.6[C] >>>>>> >>>> >>>> -> GSI 18 (level, low) -> >>>> >>>>>> >>>>>> IRQ 18 >>>>>> [ 13.814704] ACPI: PCI interrupt for device >>>>>> >>>> >>>> 0000:00:02.6 disabled >>>> >>>>>> >>>>>> The PCI slot 00:02.6 of the modem card may be >>>>>> >>>> >>>> disabled early in >>>> >>>>>> >>>>>> a bootup process, but then enabled later. If >>>>>> >>>> >>>> modem drivers load >>>> >>>>>> >>>>>> but the modem is not responsive, read >>>>>> >>>> >>>> DOCs/Bootup.txt about possible fixes. >>>> >>>>>> >>>>>> Send dmesg.txt along with ModemData.txt to >>>>>> >>>> >>>> discuss@xxxxxxxxxxxxx >>>> >>>>>> >>>>>> if help is needed. >>>>>> >>>>>> >>>>>> >>>>>> ===== Advanced Linux Sound Architecture (ALSA) >>>>>> >>>> >>>> diagnostics ===== >>>> >>>>>> >>>>>> The ALSA packages provide audio support and also >>>>>> >>>> >>>> drivers for some modems. >>>> >>>>>> >>>>>> ALSA diagnostics are written during bootup to >>>>>> >>>> >>>> /proc/asound/ folders. >>>> >>>>>> >>>>>> The ALSA verion is 1.0.16 >>>>>> The modem cards detected by "aplay -l" >>>>>> >>>> >>>> are: None >>>> >>>>>> >>>>>> The /proc/asound/pcm file reports: >>>>>> ----------------------- >>>>>> 00-01: Intel ICH - MIC ADC : SiS SI7012 - MIC ADC >>>>>> >>>> >>>> : capture 1 >>>> >>>>>> >>>>>> 00-00: Intel ICH : SiS SI7012 : playback 1 : >>>>>> >>>> >>>> capture 1 >>>> >>>>>> >>>>>> about /proc/asound/cards: >>>>>> ------------------------ >>>>>> 0 [SI7012 ]: ICH - SiS SI7012 >>>>>> SiS SI7012 with ALC203 at irq >>>>>> >>>> >>>> 18 >>>> >>>>>> >>>>>> === Finished firmware and bootup diagnostics, next >>>>>> >>>> >>>> deducing cogent software. >>>> >>>>>> >>>>>> === >>>>>> >>>>>> Predictive diagnostics for card in bus 00:02.6: >>>>>> Modem chipset detected on >>>>>> NAME="Modem: Silicon Integrated Systems [SiS] >>>>>> >>>> >>>> AC'97 Modem Controller " >>>> >>>>>> >>>>>> CLASS=0703 >>>>>> PCIDEV=1039:7013 >>>>>> SUBSYS=1025:0083 >>>>>> IRQ=18 >>>>>> SOFT=1039:7013.MC97 >>>>>> CodecArchived=SIL2f >>>>>> IDENT=slmodemd >>>>>> SLMODEMD_DEVICE=modem:1 >>>>>> Driver=snd-intel8x0m >>>>>> >>>>>> For candidate modem in: 00:02.6 >>>>>> 0703 Modem: Silicon Integrated Systems [SiS] >>>>>> >>>> >>>> AC'97 Modem Controller >>>> >>>>>> >>>>>> Primary device ID: 1039:7013 >>>>>> Subsystem PCI_id 1025:0083 >>>>>> Softmodem codec or chipset from diagnostics: >>>>>> from Archives: >>>>>> >>>> >>>> SIL2f >>>> >>>>>> >>>>>> Support type needed or chipset: slmodemd >>>>>> >>>>>> An ALSA (Advanced Linux Sound Architecture) modem >>>>>> >>>> >>>> driver: snd-intel8x0m >>>> >>>>>> >>>>>> provides Low Level support enabling contact with >>>>>> >>>> >>>> the modem hardware. >>>> >>>>>> >>>>>> For all BUT Conexant chip soft modems (using >>>>>> >>>> >>>> hsfmodem software) >>>> >>>>>> >>>>>> complementary High Level support is through a >>>>>> >>>> >>>> Smartlink utility: slmodemd >>>> >>>>>> >>>>>> Download from >>>>>> >>>> >>>> http://linmodems.technion.ac.il/packages/smartlink/ >>>> >>>>>> >>>>>> the package SLMODEMD.gcc4.2.tar.gz having a >>>>>> >>>> >>>> compiled slmodemd. Unpack under >>>> >>>>>> >>>>>> Linux with: >>>>>> $ tar zxf SLMODEMD.gcc4.2.tar.gz >>>>>> and read instructions therein. But briefly, the >>>>>> >>>> >>>> modem is setup with command: >>>> >>>>>> >>>>>> sudo slmodemd -c YOUR_COUNTRY --alsa modem:1 >>>>>> reporting dynamic creation of ports: >>>>>> /dev/ttySL0 --> /dev/pts/N , with N some >>>>>> >>>> >>>> number >>>> >>>>>> >>>>>> Read DOCs/Smartlink.txt and >>>>>> >>>> >>>> Modem/DOCs/YourSystem.txt for follow through >>>> >>>>>> >>>>>> guidance. >>>>>> >>>>>> ----------------end Softmodem section >>>>>> >>>> >>>> -------------- >>>> >>>>>> >>>>>> Writing DOCs/Smartlink.txt >>>>>> ============ end Smartlink section >>>>>> >>>> >>>> ===================== >>>> >>>>>> >>>>>> Completed candidate modem analyses. >>>>>> >>>>>> The base of the UDEV device file system is: >>>>>> >>>> >>>> /dev/.udev >>>> >>>>>> >>>>>> Versions adequately match for the compiler >>>>>> >>>> >>>> installed: 4.2.3 >>>> >>>>>> >>>>>> and the compiler used in kernel >>>>>> >>>> >>>> assembly: 4.2.3 >>>> >>>>>> >>>>>> Minimal compiling resources appear complete: >>>>>> make utility - /usr/bin/make >>>>>> Compiler version 4.2 >>>>>> linuc_headers base folder >>>>>> >>>> >>>> /lib/modules/2.6.24-19-generic/build >>>> >>>>>> >>>>>> However some compilations and executable functions >>>>>> >>>> >>>> may need additional >>>> >>>>>> >>>>>> files, >>>>>> in the FileNames.h (so called kernel >>>>>> >>>> >>>> "h"eaders) collection installed in >>>> >>>>>> >>>>>> /usr/include/ . >>>>>> For martian_modem, additional required packages >>>>>> >>>> >>>> are needed. The also >>>> >>>>>> >>>>>> required headers of package libc6 are commonly >>>>>> >>>> >>>> installed by default. >>>> >>>>>> >>>>>> Compiling hsfmodem drivers does require >>>>>> >>>> >>>> linux-libc-dev and libc6-dev >>>> >>>>>> >>>>>> packages, for kernels 2.6.24 and later versions. >>>>>> In not included on your install CD, search for >>>>>> >>>> >>>> them at >>>> >>>>>> >>>>>> http://packages.ubuntu.com >>>>>> or comparable Repository for other Linux distros. >>>>>> When compiling ALSA drivers, the utility >>>>>> >>>> >>>> "patch" will also be needed. >>>> >>>>>> >>>>>> >>>>>> If a driver compilation fails, with message >>>>>> >>>> >>>> including some lack of some >>>> >>>>>> >>>>>> FileName.h (stdio.h for example), then >>>>>> Some additional kernel-header files need >>>>>> >>>> >>>> installation to /usr/include. The >>>> >>>>>> >>>>>> minimal additional packages are libc6-dev >>>>>> and any of its dependents, under Ubuntu >>>>>> >>>> >>>> linux-libc-dev >>>> >>>>>> >>>>>> If an alternate ethernet connection is available, >>>>>> $ apt-get update >>>>>> $ apt-get -s install linux-kernel-devel >>>>>> will install needed packages. >>>>>> For Debian/Ubuntu related distributions, run the >>>>>> >>>> >>>> following command to >>>> >>>>>> >>>>>> display the needed package list: >>>>>> >>>>>> Otherwise packages have to be found through >>>>>> >>>> >>>> http://packages.ubuntu.com >>>> >>>>>> >>>>>> Once downloaded and transferred into a Linux >>>>>> >>>> >>>> partition, >>>> >>>>>> >>>>>> they can be installed alltogether with: >>>>>> $ sudo dpkg -i *.deb >>>>>> >>>>>> >>>>>> Checking pppd properties: >>>>>> -rwsr-xr-- 1 root dip 269256 2007-10-05 08:57 >>>>>> >>>> >>>> /usr/sbin/pppd >>>> >>>>>> >>>>>> In case of an "error 17" "serial >>>>>> >>>> >>>> loopback" problem, see: >>>> >>>> http://linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html >>>> >>>>>> >>>>>> To enable dialout without Root permission do: >>>>>> $ su - root (not for Ubuntu) >>>>>> sudo chmod a+x /usr/sbin/pppd >>>>>> or under Ubuntu related Linuxes >>>>>> sudo chmod a+x /usr/sbin/pppd >>>>>> >>>>>> Checking settings of: /etc/ppp/options >>>>>> asyncmap 0 >>>>>> noauth >>>>>> crtscts >>>>>> lock >>>>>> hide-password >>>>>> modem >>>>>> proxyarp >>>>>> lcp-echo-interval 30 >>>>>> lcp-echo-failure 4 >>>>>> noipx >>>>>> >>>>>> In case of a message like: >>>>>> Warning: Could not modify /etc/ppp/pap-secrets: >>>>>> >>>> >>>> Permission denied >>>> >>>>>> >>>>>> see >>>>>> >>>> >>>> http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html >>>> >>>>>> >>>>>> Read Modem/DOCs/YourSystem.txt concerning other >>>>>> >>>> >>>> COMM channels: eth0 wlan0 >>>> >>>>>> >>>>>> wmaster0 >>>>>> Which can interfere with Browser naviagation. >>>>>> >>>>>> Don't worry about the following, it is for >>>>>> >>>> >>>> experts should trouble shooting >>>> >>>>>> >>>>>> be necessary. >>>>>> >>>>>> >>>> >>>> ========================================================== >>>> >>>>>> >>>>>> Checking for modem support lines: >>>>>> -------------------------------------- >>>>>> /device/modem symbolic link: slmodemd created >>>>>> >>>> >>>> symbolic link >>>> >>>>>> >>>>>> /dev/ttySL0: Within /etc/udev/ files: >>>>>> >>>>>> Within /etc/modprobe.conf files: >>>>>> /etc/modprobe.d/blacklist-modem:# Uncomment these >>>>>> >>>> >>>> entries in order to >>>> >>>>>> >>>>>> blacklist unwanted modem drivers >>>>>> /etc/modprobe.d/blacklist-modem:# blacklist >>>>>> >>>> >>>> snd-atiixp-modem >>>> >>>>>> >>>>>> /etc/modprobe.d/blacklist-modem:# blacklist >>>>>> >>>> >>>> snd-via82xx-modem >>>> >>>>>> >>>>>> /etc/modprobe.d/alsa-base:options snd-atiixp-modem >>>>>> >>>> >>>> index=-2 >>>> >>>>>> >>>>>> /etc/modprobe.d/alsa-base:options >>>>>> >>>> >>>> snd-via82xx-modem index=-2 >>>> >>>>>> >>>>>> Within any ancient /etc/devfs files: >>>>>> >>>>>> Within ancient kernel 2.4.n /etc/module.conf >>>>>> >>>> >>>> files: >>>> >>>>>> >>>>>> --------- end modem support lines -------- >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>> >>> >>> >> >> > > [ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Linux version 2.6.24-19-generic (buildd@terranova) (gcc > version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Aug 20 22:56:21 UTC 2008 > (Ubuntu 2.6.24-19.41-generic) > [ 0.000000] BIOS-provided physical RAM map: > [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable) > [ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved) > [ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved) > [ 0.000000] BIOS-e820: 0000000000100000 - 000000001bef0000 (usable) > [ 0.000000] BIOS-e820: 000000001bef0000 - 000000001befa000 (ACPI data) > [ 0.000000] BIOS-e820: 000000001befa000 - 000000001bf00000 (ACPI NVS) > [ 0.000000] BIOS-e820: 000000001bf00000 - 0000000020000000 (reserved) > [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) > [ 0.000000] 0MB HIGHMEM available. > [ 0.000000] 446MB LOWMEM available. > [ 0.000000] found SMP MP-table at 000f7fd0 > [ 0.000000] Entering add_active_range(0, 0, 114416) 0 entries of 256 used > [ 0.000000] Zone PFN ranges: > [ 0.000000] DMA 0 -> 4096 > [ 0.000000] Normal 4096 -> 114416 > [ 0.000000] HighMem 114416 -> 114416 > [ 0.000000] Movable zone start PFN for each node > [ 0.000000] early_node_map[1] active PFN ranges > [ 0.000000] 0: 0 -> 114416 > [ 0.000000] On node 0 totalpages: 114416 > [ 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: 861 pages used for memmap > [ 0.000000] Normal zone: 109459 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 @ 0xC00F7F60 checksum 0 > [ 0.000000] ACPI: RSDP 000F7F60, 0014 (r0 PTLTD ) > [ 0.000000] ACPI: RSDT 1BEF61D6, 0034 (r1 PTLTD RSDT 6040000 LTP > 0) > [ 0.000000] ACPI: FACP 1BEF9E5F, 0074 (r1 SiS 755F 6040000 PTL > F4240) > [ 0.000000] ACPI: DSDT 1BEF620A, 3C55 (r1 PTLTD 755 6040000 MSFT > 100000E) > [ 0.000000] ACPI: FACS 1BEFAFC0, 0040 > [ 0.000000] ACPI: SSDT 1BEF9ED3, 00B5 (r1 PTLTD POWERNOW 6040000 LTP > 1) > [ 0.000000] ACPI: APIC 1BEF9F88, 0050 (r1 PTLTD APIC 6040000 > LTP 0) > [ 0.000000] ACPI: BOOT 1BEF9FD8, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP > 1) > [ 0.000000] ACPI: DMI detected: Acer > [ 0.000000] ACPI: PM-Timer IO Port: 0x8008 > [ 0.000000] ACPI: Local APIC address 0xfee00000 > [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) > [ 0.000000] Processor #0 15:4 APIC version 16 > [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) > [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) > [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI > 0-23 > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) > [ 0.000000] ACPI: IRQ0 used by override. > [ 0.000000] ACPI: IRQ2 used by override. > [ 0.000000] ACPI: IRQ11 used by override. > [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs > [ 0.000000] Using ACPI (MADT) for SMP configuration information > [ 0.000000] Allocating PCI resources starting at 30000000 (gap: > 20000000:dff00000) > [ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - > 00000000000a0000 > [ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - > 00000000000dc000 > [ 0.000000] swsusp: Registered nosave memory region: 00000000000dc000 - > 0000000000100000 > [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total > pages: 113523 > [ 0.000000] Kernel command line: > root=UUID=afa07e9b-b58f-4370-bc14-9bafc21a73ac ro pci=routeirq 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 1600.075 MHz processor. > [ 11.783187] Console: colour VGA+ 80x25 > [ 11.783191] console [tty0] enabled > [ 11.783580] Dentry cache hash table entries: 65536 (order: 6, 262144 > bytes) > [ 11.783897] Inode-cache hash table entries: 32768 (order: 5, 131072 > bytes) > [ 11.794305] Memory: 441604k/457664k available (2177k kernel code, 15452k > reserved, 1006k data, 368k init, 0k highmem) > [ 11.794315] virtual kernel memory layout: > [ 11.794316] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB) > [ 11.794317] pkmap : 0xff800000 - 0xffc00000 (4096 kB) > [ 11.794319] vmalloc : 0xdc800000 - 0xff7fe000 ( 559 MB) > [ 11.794320] lowmem : 0xc0000000 - 0xdbef0000 ( 446 MB) > [ 11.794321] .init : 0xc0421000 - 0xc047d000 ( 368 kB) > [ 11.794323] .data : 0xc03204c4 - 0xc041bdc4 (1006 kB) > [ 11.794324] .text : 0xc0100000 - 0xc03204c4 (2177 kB) > [ 11.794328] Checking if this processor honours the WP bit even in > supervisor mode... Ok. > [ 11.794365] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, > CPUs=1, Nodes=1 > [ 11.874266] Calibrating delay using timer specific routine.. 3202.13 > BogoMIPS (lpj=6404278) > [ 11.874294] Security Framework initialized > [ 11.874300] SELinux: Disabled at boot. > [ 11.874316] AppArmor: AppArmor initialized > [ 11.874320] Failure registering capabilities with primary security > module. > [ 11.874329] Mount-cache hash table entries: 512 > [ 11.874444] Initializing cgroup subsys ns > [ 11.874449] Initializing cgroup subsys cpuacct > [ 11.874459] CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 > 00000000 00000001 00000000 00000001 00000000 > [ 11.874468] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 > bytes/line) > [ 11.874471] CPU: L2 Cache: 1024K (64 bytes/line) > [ 11.874474] CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 > 00000410 00000001 00000000 00000001 00000000 > [ 11.874484] Compat vDSO mapped to ffffe000. > [ 11.874495] Checking 'hlt' instruction... OK. > [ 11.890560] SMP alternatives: switching to UP code > [ 11.891799] Freeing SMP alternatives: 11k freed > [ 11.891919] Early unpacking initramfs... done > [ 12.270793] ACPI: Core revision 20070126 > [ 12.270858] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml > not found. > [ 12.275131] CPU0: AMD Turion(tm) 64 Mobile Technology ML-30 stepping 02 > [ 12.275151] Total of 1 processors activated (3202.13 BogoMIPS). > [ 12.275306] ENABLING IO-APIC IRQs > [ 12.275493] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 > [ 12.421523] Brought up 1 CPUs > [ 12.421562] CPU0 attaching sched-domain: > [ 12.421565] domain 0: span 01 > [ 12.421567] groups: 01 > [ 12.421740] net_namespace: 64 bytes > [ 12.421747] Booting paravirtualized kernel on bare hardware > [ 12.422232] Time: 4:49:24 Date: 10/06/08 > [ 12.422257] NET: Registered protocol family 16 > [ 12.422441] EISA bus registered > [ 12.422462] ACPI: bus type pci registered > [ 12.422606] PCI: PCI BIOS revision 2.10 entry at 0xfd776, last bus=1 > [ 12.422609] PCI: Using configuration type 1 > [ 12.422616] Setting up standard PCI resources > [ 12.424620] ACPI: EC: Look up EC in DSDT > [ 12.425962] ACPI: Interpreter enabled > [ 12.425965] ACPI: (supports S0 S3 S4 S5) > [ 12.425976] ACPI: Using IOAPIC for interrupt routing > [ 12.426247] ACPI: EC: non-query interrupt received, switching to > interrupt mode > [ 12.441760] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62 > [ 12.441763] ACPI: EC: driver started in interrupt mode > [ 12.441801] ACPI: PCI Root Bridge [PCI0] (0000:00) > [ 12.441930] Enabling SiS 96x SMBus. > [ 12.442415] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > [ 12.448361] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 *7 9 10 11) > [ 12.448439] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 7 9 10 11) > [ 12.448514] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11) > [ 12.448588] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11) > [ 12.448676] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 *9 10 11) > [ 12.448751] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 *11) > [ 12.448822] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11) *0, > disabled. > [ 12.448894] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11) > [ 12.449001] Linux Plug and Play Support v0.97 (c) Adam Belay > [ 12.449029] pnp: PnP ACPI init > [ 12.449035] ACPI: bus type pnp registered > [ 12.450446] pnp: PnP ACPI: found 8 devices > [ 12.450449] ACPI: ACPI bus type pnp unregistered > [ 12.450452] PnPBIOS: Disabled by ACPI PNP > [ 12.450654] PCI: Using ACPI for IRQ routing > [ 12.450657] PCI: Routing PCI interrupts for all devices because > "pci=routeirq" specified > [ 12.450665] ACPI: PCI Interrupt 0000:00:02.1[B] -> GSI 17 (level, low) -> > IRQ 16 > [ 12.450671] ACPI: PCI Interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> > IRQ 17 > [ 12.450677] ACPI: PCI Interrupt 0000:00:02.6[C] -> GSI 18 (level, low) -> > IRQ 18 > [ 12.450680] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> > IRQ 18 > [ 12.450685] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> > IRQ 19 > [ 12.450691] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> > IRQ 20 > [ 12.450697] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> > IRQ 21 > [ 12.450702] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> > IRQ 22 > [ 12.450705] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 19 (level, low) -> > IRQ 22 > [ 12.450709] ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 17 (level, low) -> > IRQ 16 > [ 12.450712] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> > IRQ 17 > [ 12.453473] NET: Registered protocol family 8 > [ 12.453476] NET: Registered protocol family 20 > [ 12.453537] AppArmor: AppArmor Filesystem Enabled > [ 12.457422] Time: tsc clocksource has been installed. > [ 12.465444] system 00:04: ioport range 0x8000-0x807f has been reserved > [ 12.465447] system 00:04: ioport range 0x8080-0x80ff has been reserved > [ 12.465451] system 00:04: ioport range 0x8100-0x811f has been reserved > [ 12.465454] system 00:04: ioport range 0x4d0-0x4d1 has been reserved > [ 12.465457] system 00:04: ioport range 0x3f0-0x3f1 has been reserved > [ 12.465460] system 00:04: iomem range 0xfec00000-0xfecfffff has been > reserved > [ 12.465464] system 00:04: iomem range 0xfed00000-0xfed003ff has been > reserved > [ 12.465467] system 00:04: iomem range 0xfee00000-0xfeefffff has been > reserved > [ 12.465470] system 00:04: iomem range 0xffc00000-0xffc00fff has been > reserved > [ 12.465474] system 00:04: iomem range 0xffe00000-0xffe00fff has been > reserved > [ 12.465477] system 00:04: iomem range 0xffe80000-0xffefffff has been > reserved > [ 12.465480] system 00:04: iomem range 0xfffe0000-0xfffeffff could not be > reserved > [ 12.465484] system 00:04: iomem range 0xffff0000-0xffffffff could not be > reserved > [ 12.465487] system 00:04: iomem range 0x0-0x0 could not be reserved > [ 12.495823] PCI: Bridge: 0000:00:01.0 > [ 12.495827] IO window: a000-afff > [ 12.495831] MEM window: e2100000-e21fffff > [ 12.495834] PREFETCH window: e8000000-efffffff > [ 12.495839] PCI: Bus 2, cardbus bridge: 0000:00:06.0 > [ 12.495841] IO window: 00002400-000024ff > [ 12.495844] IO window: 00002800-000028ff > [ 12.495848] PREFETCH window: 30000000-33ffffff > [ 12.495851] MEM window: 34000000-37ffffff > [ 12.495867] PCI: Enabling device 0000:00:06.0 (0000 -> 0003) > [ 12.495870] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 19 (level, low) -> > IRQ 22 > [ 12.495883] NET: Registered protocol family 2 > [ 12.533385] IP route cache hash table entries: 4096 (order: 2, 16384 > bytes) > [ 12.533620] TCP established hash table entries: 16384 (order: 5, 131072 > bytes) > [ 12.533737] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) > [ 12.533866] TCP: Hash tables configured (established 16384 bind 16384) > [ 12.533869] TCP reno registered > [ 12.545416] checking if image is initramfs... it is > [ 12.996634] Switched to high resolution mode on CPU 0 > [ 13.280833] Freeing initrd memory: 7327k freed > [ 13.281017] Simple Boot Flag at 0x38 set to 0x1 > [ 13.281517] audit: initializing netlink socket (disabled) > [ 13.281532] audit(1223268564.384:1): initialized > [ 13.283502] VFS: Disk quotas dquot_6.5.1 > [ 13.283576] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) > [ 13.283715] io scheduler noop registered > [ 13.283718] io scheduler anticipatory registered > [ 13.283720] io scheduler deadline registered > [ 13.283730] io scheduler cfq registered (default) > [ 13.701749] Boot video device is 0000:01:00.0 > [ 13.701986] isapnp: Scanning for PnP cards... > [ 14.054950] isapnp: No Plug & Play device found > [ 14.083925] Real Time Clock Driver v1.12ac > [ 14.084021] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ > sharing enabled > [ 14.084521] ACPI: PCI Interrupt 0000:00:02.6[C] -> GSI 18 (level, low) -> > IRQ 18 > [ 14.084528] ACPI: PCI interrupt for device 0000:00:02.6 disabled > [ 14.085147] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 > blocksize > [ 14.085216] input: Macintosh mouse button emulation as > /devices/virtual/input/input0 > [ 14.085303] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 > irq 1,12 > [ 14.087304] serio: i8042 KBD port at 0x60,0x64 irq 1 > [ 14.087309] serio: i8042 AUX port at 0x60,0x64 irq 12 > [ 14.094941] mice: PS/2 mouse device common for all mice > [ 14.095052] EISA: Probing bus 0 at eisa.0 > [ 14.095058] Cannot allocate resource for EISA slot 1 > [ 14.095061] Cannot allocate resource for EISA slot 2 > [ 14.095081] Cannot allocate resource for EISA slot 8 > [ 14.095083] EISA: Detected 0 cards. > [ 14.095086] cpuidle: using governor ladder > [ 14.095088] cpuidle: using governor menu > [ 14.095188] NET: Registered protocol family 1 > [ 14.095213] Using IPI No-Shortcut mode > [ 14.095249] registered taskstats version 1 > [ 14.095343] Magic number: 12:682:817 > [ 14.095509] hash matches device ptype > [ 14.095562] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found > [ 14.095564] EDD information not available. > [ 14.096116] Freeing unused kernel memory: 368k freed > [ 14.134789] input: AT Translated Set 2 keyboard as > /devices/platform/i8042/serio0/input/input1 > [ 15.314568] fuse init (API version 7.9) > [ 15.335289] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) > [ 15.335296] ACPI: Processor [CPU0] (supports 8 throttling states) > [ 15.338881] ACPI: Thermal Zone [THRM] (32 C) > [ 15.956155] SCSI subsystem initialized > [ 16.022196] libata version 3.00 loaded. > [ 16.041515] usbcore: registered new interface driver usbfs > [ 16.041540] usbcore: registered new interface driver hub > [ 16.058866] usbcore: registered new device driver usb > [ 16.075750] sis900.c: v1.08.10 Apr. 2 2006 > [ 16.075809] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> > IRQ 22 > [ 16.080698] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at > address 13. > [ 16.086585] 0000:00:04.0: Using transceiver found at address 13 as > default > [ 16.089131] eth0: SiS 900 PCI Fast Ethernet at 0x1800, IRQ 22, > 00:c0:9f:87:b2:21 > [ 16.094009] pata_sis 0000:00:02.5: version 0.5.2 > [ 16.094034] ACPI: PCI Interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> > IRQ 17 > [ 16.102068] scsi0 : pata_sis > [ 16.115756] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller > (OHCI) Driver > [ 16.127670] scsi1 : pata_sis > [ 16.127853] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x2000 irq > 14 > [ 16.127856] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x2008 irq > 15 > [ 16.291787] ata1.00: ATA-6: IC25N060ATMR04-0, MO3OAD4A, max UDMA/100 > [ 16.291793] ata1.00: 117210240 sectors, multi 16: LBA48 > [ 16.307838] ata1.00: configured for UDMA/100 > [ 16.643296] ata2.00: ATAPI: PIONEER DVD-RW DVR-K15RA, 1.04, max UDMA/33 > [ 16.831191] ata2.00: configured for UDMA/33 > [ 16.831313] scsi 0:0:0:0: Direct-Access ATA IC25N060ATMR04-0 > MO3O PQ: 0 ANSI: 5 > [ 16.839486] scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-K15RA > 1.04 PQ: 0 ANSI: 5 > [ 16.842498] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> > IRQ 19 > [ 16.842520] ohci_hcd 0000:00:03.0: OHCI Host Controller > [ 16.842792] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus > number 1 > [ 16.842810] ohci_hcd 0000:00:03.0: irq 19, io mem 0xe2002000 > [ 16.898562] usb usb1: configuration #1 chosen from 1 choice > [ 16.898586] hub 1-0:1.0: USB hub found > [ 16.898594] hub 1-0:1.0: 3 ports detected > [ 17.002339] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> > IRQ 20 > [ 17.002350] ohci_hcd 0000:00:03.1: OHCI Host Controller > [ 17.002370] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus > number 2 > [ 17.002385] ohci_hcd 0000:00:03.1: irq 20, io mem 0xe2003000 > [ 17.058282] usb usb2: configuration #1 chosen from 1 choice > [ 17.058307] hub 2-0:1.0: USB hub found > [ 17.058313] hub 2-0:1.0: 3 ports detected > [ 17.162300] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> > IRQ 21 > [ 17.162308] ehci_hcd 0000:00:03.2: EHCI Host Controller > [ 17.162332] ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus > number 3 > [ 17.162363] PCI: cache line size of 64 is not supported by device > 0000:00:03.2 > [ 17.162372] ehci_hcd 0000:00:03.2: irq 21, io mem 0xe2004000 > [ 17.174017] ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00, driver 10 > Dec 2004 > [ 17.174148] usb usb3: configuration #1 chosen from 1 choice > [ 17.174172] hub 3-0:1.0: USB hub found > [ 17.174179] hub 3-0:1.0: 6 ports detected > [ 17.278142] ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 17 (level, low) -> > IRQ 16 > [ 17.297828] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor > 0x4243) > [ 17.297836] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor > 0x4243) > [ 17.297842] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243) > [ 17.297847] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243) > [ 17.337782] ssb: Sonics Silicon Backplane found on PCI device > 0000:00:0b.0 > [ 17.361483] Driver 'sd' needs updating - please use bus_type methods > [ 17.361574] sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 > MB) > [ 17.361589] sd 0:0:0:0: [sda] Write Protect is off > [ 17.361591] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 > [ 17.361608] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 17.361662] sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 > MB) > [ 17.361672] sd 0:0:0:0: [sda] Write Protect is off > [ 17.361674] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 > [ 17.361688] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 17.361705] sda:<4>Driver 'sr' needs updating - please use bus_type > methods > [ 17.391457] sda1 sda2 sda3 sda4 > [ 17.401582] sd 0:0:0:0: [sda] Attached SCSI disk > [ 17.407243] sd 0:0:0:0: Attached scsi generic sg0 type 0 > [ 17.407263] sr 1:0:0:0: Attached scsi generic sg1 type 5 > [ 17.431298] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray > [ 17.431304] Uniform CD-ROM driver Revision: 3.20 > [ 17.431357] sr 1:0:0:0: Attached scsi CD-ROM sr0 > [ 17.692321] Attempting manual resume > [ 17.692326] swsusp: Resume From Partition 8:3 > [ 17.692328] PM: Checking swsusp image. > [ 17.692466] PM: Resume from disk failed. > [ 17.732370] kjournald starting. Commit interval 5 seconds > [ 17.732383] EXT3-fs: mounted filesystem with ordered data mode. > [ 17.809004] usb 2-2: new low speed USB device using ohci_hcd and address > 2 > [ 18.030653] usb 2-2: configuration #1 chosen from 1 choice > [ 31.437600] Linux agpgart interface v0.102 > [ 31.647320] input: PC Speaker as /devices/platform/pcspkr/input/input2 > [ 31.827013] Yenta: CardBus bridge found at 0000:00:06.0 [1025:0083] > [ 31.827031] Yenta: Using CSCINT to route CSC interrupts to PCI > [ 31.827033] Yenta: Routing CardBus interrupts to PCI > [ 31.827038] Yenta TI: socket 0000:00:06.0, mfunc 0x00521d22, devctl 0x64 > [ 31.890870] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 > [ 32.059315] Yenta: ISA IRQ mask 0x06f8, PCI irq 22 > [ 32.059319] Socket status: 30000006 > [ 32.122727] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 > [ 32.122745] agpgart: Detected AGP bridge 0 > [ 32.124446] agpgart: AGP aperture is 32M @ 0xe0000000 > [ 32.124488] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x8100 > [ 32.246377] input: Power Button (FF) as /devices/virtual/input/input3 > [ 32.262250] ACPI: Power Button (FF) [PWRF] > [ 32.262353] input: Lid Switch as /devices/virtual/input/input4 > [ 32.263183] ACPI: Lid Switch [LID] > [ 32.263260] input: Power Button (CM) as /devices/virtual/input/input5 > [ 32.282503] ACPI: Power Button (CM) [PWRB] > [ 32.282581] input: Sleep Button (CM) as /devices/virtual/input/input6 > [ 32.294185] ACPI: Sleep Button (CM) [SLPB] > [ 32.295103] ACPI: AC Adapter [ACAD] (on-line) > [ 32.332253] ACPI: Battery Slot [BAT1] (battery present) > [ 32.583880] ACPI: WMI-Acer: Mapper loaded > [ 32.734563] acer_acpi: Acer Laptop ACPI Extras version 0.11.1 > [ 32.734578] acer_acpi: No or unsupported WMI interface, unable to load. > [ 32.965123] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x126eb1, caps: > 0xa04713/0x4000 > [ 32.999370] input: SynPS/2 Synaptics TouchPad as > /devices/platform/i8042/serio1/input/input7 > [ 33.283688] b43-phy0: Broadcom 4318 WLAN found > [ 33.324561] b43-phy0 debug: Found PHY: Analog 3, Type 2, Revision 7 > [ 33.324584] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, > Revision 8 > [ 33.392830] phy0: Selected rate control algorithm 'simple' > [ 33.913751] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> > IRQ 18 > [ 34.293943] usbcore: registered new interface driver hiddev > [ 34.314181] input: Microsoft Microsoft USB Wireless Mouse as > /devices/pci0000:00/0000:00:03.1/usb2/2-2/2-2:1.0/input/input8 > [ 34.331294] input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft USB > Wireless Mouse] on usb-0000:00:03.1-2 > [ 34.331314] usbcore: registered new interface driver usbhid > [ 34.331319] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: > v2.6:USB HID core driver > [ 34.738364] intel8x0_measure_ac97_clock: measured 55461 usecs > [ 34.738369] intel8x0: clocking to 48000 > [ 35.478868] cs: IO port probe 0x100-0x3af: clean. > [ 35.480502] cs: IO port probe 0x3e0-0x4ff: excluding 0x480-0x48f > [ 35.481195] cs: IO port probe 0x820-0x8ff: clean. > [ 35.481771] cs: IO port probe 0xc00-0xcf7: clean. > [ 35.482511] cs: IO port probe 0xa00-0xaff: clean. > [ 36.838974] lp: driver loaded but no devices found > [ 36.891041] usbcore: registered new interface driver usbserial > [ 36.891059] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: > USB Serial support registered for generic > [ 36.891074] usbcore: registered new interface driver usbserial_generic > [ 36.891077] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: > USB Serial Driver core > [ 36.906974] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: > USB Serial support registered for Handspring Visor / Palm OS > [ 36.906991] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: > USB Serial support registered for Sony Clie 3.5 > [ 36.907006] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: > USB Serial support registered for Sony Clie 5.0 > [ 36.907027] usbcore: registered new interface driver visor > [ 36.907030] /build/buildd/linux-2.6.24/drivers/usb/serial/visor.c: USB > HandSpring Visor / Palm OS driver > [ 37.056755] Adding 2000084k swap on /dev/sda3. Priority:-1 extents:1 > across:2000084k > [ 37.595717] EXT3 FS on sda2, internal journal > [ 38.380325] kjournald starting. Commit interval 5 seconds > [ 38.380567] EXT3 FS on sda4, internal journal > [ 38.380572] EXT3-fs: mounted filesystem with ordered data mode. > [ 39.056286] ip_tables: (C) 2000-2006 Netfilter Core Team > [ 39.601889] No dock devices found. > [ 39.942769] powernow-k8: Found 1 AMD Turion(tm) 64 Mobile Technology > ML-30 processors (1 cpu cores) (version 2.20.00) > [ 39.942809] powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0x4 > [ 39.942812] powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x16 > [ 41.018877] apm: BIOS not found. > [ 41.151337] ppdev: user-space parallel port driver > [ 41.396060] audit(1223268593.729:2): type=1503 > operation="inode_permission" requested_mask="a::" denied_mask="a::" > name="/dev/tty" pid=4788 profile="/usr/sbin/cupsd" namespace="default" > [ 41.933847] NET: Registered protocol family 10 > [ 41.934111] lo: Disabled Privacy Extensions > [ 42.871063] input: b43-phy0 as /devices/virtual/input/input9 > [ 43.149132] Bluetooth: Core ver 2.11 > [ 43.152024] NET: Registered protocol family 31 > [ 43.152029] Bluetooth: HCI device and connection manager initialized > [ 43.152035] Bluetooth: HCI socket layer initialized > [ 43.219694] b43-phy0 debug: Loading firmware version 351.126 (2006-07-29 > 05:54:02) > [ 43.284004] Bluetooth: L2CAP ver 2.9 > [ 43.284010] Bluetooth: L2CAP socket layer initialized > [ 43.297657] Bluetooth: RFCOMM socket layer initialized > [ 43.297866] Bluetooth: RFCOMM TTY layer initialized > [ 43.297869] Bluetooth: RFCOMM ver 1.8 > [ 44.768282] b43-phy0 debug: Chip initialized > [ 44.768817] b43-phy0 debug: 32-bit DMA initialized > [ 44.790090] Registered led device: b43-phy0:tx > [ 44.790346] Registered led device: b43-phy0:rx > [ 44.790521] Registered led device: b43-phy0:radio > [ 44.790553] b43-phy0 debug: Wireless interface started > [ 44.846534] b43-phy0 debug: Adding Interface type 2 > [ 44.846977] ADDRCONF(NETDEV_UP): wlan0: link is not ready > [ 45.741376] APIC error on CPU0: 00(40) > [ 46.868320] eth0: Media Link On 100mbps full-duplex > [ 47.162976] NET: Registered protocol family 17 > [ 97.479178] Marking TSC unstable due to: cpufreq changes. > [ 97.507071] Time: acpi_pm clocksource has been installed. > [ 97.728081] Clocksource tsc unstable (delta = -124637536 ns) > [ 112.284223] eth0: no IPv6 routers present > [ 959.980131] APIC error on CPU0: 40(40) > Module Size Used by > af_packet 23812 2 > rfcomm 41744 2 > l2cap 25728 13 rfcomm > bluetooth 61156 4 rfcomm,l2cap > rfkill_input 5504 0 > ipv6 267780 14 > ppdev 10372 0 > powernow_k8 16704 0 > cpufreq_powersave 2688 0 > cpufreq_ondemand 9740 1 > cpufreq_userspace 5284 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 > dock 11280 0 > sbs 15112 0 > sbshc 7680 1 sbs > container 5632 0 > iptable_filter 3840 0 > ip_tables 14820 1 iptable_filter > x_tables 16132 1 ip_tables > visor 18572 0 > usbserial 35816 1 visor > parport_pc 36260 0 > lp 12324 0 > parport 37832 3 ppdev,parport_pc,lp > joydev 13120 0 > pcmcia 40876 0 > usbhid 31872 0 > hid 38784 1 usbhid > arc4 2944 2 > ecb 4480 2 > blkcipher 8324 1 ecb > snd_intel8x0 35356 3 > snd_ac97_codec 101028 1 snd_intel8x0 > ac97_bus 3072 1 snd_ac97_codec > snd_pcm_oss 42144 0 > snd_mixer_oss 17920 1 snd_pcm_oss > snd_pcm 78596 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss > b43 144420 0 > rfkill 8592 3 rfkill_input,b43 > mac80211 165652 1 b43 > snd_seq_dummy 4868 0 > cfg80211 15112 1 mac80211 > evdev 13056 7 > wmi_acer 9644 0 > led_class 6020 1 b43 > snd_seq_oss 35584 0 > snd_seq_midi 9376 0 > serio_raw 7940 0 > input_polldev 5896 1 b43 > snd_rawmidi 25760 1 snd_seq_midi > psmouse 40336 0 > snd_seq_midi_event 8320 2 snd_seq_oss,snd_seq_midi > sis_agp 10116 0 > battery 14212 0 > ac 6916 0 > button 9232 0 > snd_seq 54224 6 > snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event > snd_timer 24836 2 snd_pcm,snd_seq > snd_seq_device 9612 5 > snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq > snd 56996 17 > snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device > i2c_sis96x 6148 0 > amd64_agp 13444 1 > shpchp 34452 0 > pci_hotplug 30880 1 shpchp > yenta_socket 27276 1 > rsrc_nonstatic 13696 1 yenta_socket > pcmcia_core 40596 3 pcmcia,yenta_socket,rsrc_nonstatic > pcspkr 4224 0 > k8temp 6656 0 > soundcore 8800 1 snd > i2c_core 24832 1 i2c_sis96x > agpgart 34760 2 sis_agp,amd64_agp > snd_page_alloc 11400 2 snd_intel8x0,snd_pcm > ext3 136712 2 > jbd 48404 1 ext3 > mbcache 9600 1 ext3 > sg 36880 0 > sr_mod 17956 0 > cdrom 37408 1 sr_mod > sd_mod 30720 4 > pata_acpi 8320 0 > ata_generic 8324 0 > ssb 34308 1 b43 > ehci_hcd 37900 0 > ohci_hcd 25348 0 > pata_sis 15236 3 > sis900 24320 0 > mii 6400 1 sis900 > usbcore 146028 6 visor,usbserial,usbhid,ehci_hcd,ohci_hcd > libata 159344 3 pata_acpi,ata_generic,pata_sis > scsi_mod 151436 4 sg,sr_mod,sd_mod,libata > thermal 16796 0 > processor 36872 3 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 50708 3 > >