Many thanks # find /lib/modules/`uname -r` -name snd-intel8x0m.ko /lib/modules/2.6.22.13-0.3-default/kernel/sound/pci/snd-intel8x0m.ko I tried with # killall pppd no way same problem so I attach file dmesg.txt as per your request. Amos > Jacques, > It is the other way around. It is all the lower modules which > support snd-intel8x0m. > > This failure to unload a module without apparent current function is > not uncommon, though I haven't encountered it with a modem driver > before, > > Amos, > It could be the problem, that pppd is still open, > so your can try in sequence: > $ sudo Ctrl-C > in the console with wvdial. Usually this releases pppd too. But just in case: > $ sudo killall pppd > Finally the > $ sudo modprobe -r snd-intel8x0m > > If there is a failure to unload, do > $ dmesg > dmesg.txt > Be sure to next use >> rather than a single > in > $ echo >> dmesg.txt > $ cat /proc/interrupts >> dmesg.txt > Send us the dmesg.txt , which will have the record of kernel actions. > > MarvS > > On Dec 28, 2007 5:40 AM, Jacques Goldberg <Jacques.Goldberg@xxxxxxx> wrote: > > Amos, > > As can be seen from your lsmod shown below, snd-intel8x0m cannot be > > removed because it is used by modules snd_ac97_codec, snd_pcm, > > snd_page_alloc, and ultimately snd. > > This is the complete sound system. > > What you can try to do is: > > to find the module on the disk with command > > find /lib/modules/`uname -r` -name snd-intel8x0m > > copy it from there to your own account in the case you would need it again > > remove it from the place where you found it. > > Reboot. > > > > Jacques > > > > NB: before any operation of that kind, learn how to boot single in order > > to be able to restore it into place if the reboot does not complete. > > > > amosse@xxxxxxxxx wrote: > > > Jacques, > > > > > > Here attached amos.txt > > > > > > > > >> Many thanks for your replies > > >> > > >> Marv, > > >> > > >> I tried as per your instructions: > > >> > > >> # killall slmodemd > > >> slmodemd: any process terminated > > >> > > >> # modprobe -r snd-intel8x0m > > >> FATAL: Module snd_intel8x0m is in use. > > >> > > >> # lsmod | grep 8x0m > > >> snd_intel8x0m 21132 1 > > >> snd_ac97_codec 97060 2 snd_intel8x0,snd_intel8x0m > > >> snd_pcm 82564 4 snd_pcm_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec > > >> snd 58164 13 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_timer > > > > >> snd_page_alloc 14472 3 snd_intel8x0,snd_intel8x0m,snd_pcm > > >> > > >> In any case I got two connection, but after anymore... > > >> I think problem is snd-intel8x0m that is not responding. > > >> > > >> > > >> > > >> For replying to Jaques > > >> > > >> # lsmod | grep snd-intel > > >> anything > > >> > > >> I enclosed Amos.txt as per your request. > > >> > > >> > > >> Is there a sistem to get a reliable dial up? > > >> Otherwise I can consider to by another modem, are not so espences, may be a modem with Linux driver? > > >> > > >> I would like to migrate to Linux, but without Internet connection I can't do it. > > >> > > >> Amos > > >> > > >>> RE: Is there other solution? > > >>> Try: > > >>> $ sudo killall slmodemd > > >>> > > >>> Then the: > > >>> $ sudo modprobe -r snd-intel8x0m > > >>> Check with: > > >>> $ lsmod | grep 8x0m > > >>> If it has not unloaded, a reboot is sadly necessary. > > >>> > > >>> MarvS > > >>> > > >>> On Dec 27, 2007 8:40 AM, amosse@xxxxxxxxx <amosse@xxxxxxxxx> wrote: > > >>>> Thank you. > > >>>> I followed your instruction, I mean > > >>>> 1) stop wvdial (Ctrl+C) > > >>>> 2) stop slmodemd(Ctrl+C in its start control: #slmodemd -c ITALY --alsa modem:1) > > >>>> 3) stop snd-intel8x0m (#sudo modprobe -r snd-intel8x0m) > > >>>> 4) # ifconfig > > >>>> eth0 Link encap:Ethernet HWaddr 00:0C:6E:BD:08:6E > > >>>> UP BROADCAST MULTICAST MTU:1500 Metric:1 > > >>>> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > > >>>> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > > >>>> collisions:0 txqueuelen:1000 > > >>>> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > >>>> Interrupt:11 Base address:0xa000 > > >>>> > > >>>> lo Link encap:Local Loopback > > >>>> inet addr:127.0.0.1 Mask:255.0.0.0 > > >>>> inet6 addr: ::1/128 Scope:Host > > >>>> UP LOOPBACK RUNNING MTU:16436 Metric:1 > > >>>> RX packets:205 errors:0 dropped:0 overruns:0 frame:0 > > >>>> TX packets:205 errors:0 dropped:0 overruns:0 carrier:0 > > >>>> collisions:0 txqueuelen:0 > > >>>> RX bytes:17591 (17.1 Kb) TX bytes:17591 (17.1 Kb) > > >>>> > > >>>> # sudo ifconfig eth0 down > > >>>> > > >>>> Problem remain still the same, I don't get to stop snd-intel8x0m, I get still same messagge: > > >>>> FATAL:module snd_intel8x0m is in use > > >>>> > > >>>> May problem is snd-intel8x0m driver? > > >>>> > > >>>> Is there other solution? > > >>>> > > >>>> Amos > > >>>> > > >>>> > > >>>>> RE:> FATAL: module snd_intel8x0m is in use > > >>>>> First stop wvdial, or whatever dialer your are using. > > >>>>> 2nd stop slmodemd in its start console with: > > >>>>> Ctrl-C > > >>>>> ONLY then > > >>>>> $ sudo modprobe -r snd-intel8x0m > > >>>>> > > >>>>> Also stop other COMM channels before trying a dialout > > >>>>> $ ifconfig > > >>>>> to display. If eth0 is show > > >>>>> $ sudo ifconfig eth0 down > > >>>>> > > >>>>> The lo "loopback" should be retained. > > >>>>> > > >>>>> MarvS > > >>>>> > > >>>>> MarvS > > >>>>> > > >>>>> On Dec 26, 2007 3:55 PM, amosse@xxxxxxxxx <amosse@xxxxxxxxx> wrote: > > >>>>>> Thank you. > > >>>>>> I tried with > > >>>>>> $ sudo modprobe -r snd-intel8x0m > > >>>>>> but I get: > > >>>>>> FATAL: module snd_intel8x0m is in use > > >>>>>> > > >>>>>> Amos > > >>>>>> > > >>>>>> > > >>>>>> Amos, > > >>>>>>> When you get flaky behavior with the modem, > > >>>>>>> stop wvdial if necessary > > >>>>>>> stop slmodemd with > > >>>>>>> Ctrl-C > > >>>>>>> unload the driver > > >>>>>>> $ sudo modprobe -r snd-intel8x0m > > >>>>>>> reload the driver > > >>>>>>> $ sudo modprobe snd-intel8x0m > > >>>>>>> and retest the modem. > > >>>>>>> > > >>>>>>> Our experience is that sometimes these drivers do lost function after > > >>>>>>> a while when loaded. > > >>>>>>> > > >>>>>>> MarvS > > >>>>>>> > > >>>>>>> > > >>>>>>> On Dec 26, 2007 1:36 PM, amosse@xxxxxxxxx <amosse@xxxxxxxxx> wrote: > > >>>>>>>> Many thanks for your reply. > > >>>>>>>> I don't know why is not working at all, this is very strange... > > >>>>>>>> Now problem is that after #wvdial I get > > >>>>>>>> ............. > > >>>>>>>> ATDT7020187187 > > >>>>>>>> --> Timed out while dialing. Trying again. > > >>>>>>>> --> Sending: ATDT7020187187 > > >>>>>>>> --> Waiting for carrier. > > >>>>>>>> and so on without getting any connection > > >>>>>>>> > > >>>>>>>> I start from wvdial.conf > > >>>>>>>> > > >>>>>>>> [Dialer Defaults] > > >>>>>>>> Init1 = ATZ > > >>>>>>>> Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 +MS=34 > > >>>>>>>> Modem Type = Analog Modem > > >>>>>>>> Phone = 7020187187 > > >>>>>>>> ISDN = 0 > > >>>>>>>> Username = telecom > > >>>>>>>> Password = telecom > > >>>>>>>> Modem = /dev/ttySL0 > > >>>>>>>> Baud = 460800 > > >>>>>>>> #New PPPD = yes > > >>>>>>>> Carrier Check = no > > >>>>>>>> SetVolume = 1 > > >>>>>>>> Stupid mode = yes > > >>>>>>>> Auto DNS = yes > > >>>>>>>> #Dial Command = ATDT > > >>>>>>>> > > >>>>>>>> [Dialer 2nd] > > >>>>>>>> Username = amosse@xxxxxxxxx > > >>>>>>>> Password = bomba > > >>>>>>>> Phone = 0571861010 > > >>>>>>>> > > >>>>>>>> It semms to be OK?, only some questions: > > >>>>>>>> > > >>>>>>>> Looking on the web I find some examples with Dial Command, is it important to put it? If yes what value? > > >>>>>>>> In any case I tried both with and without no changes: > > >>>>>>>> > > >>>>>>>> Yesterday during my succesfull trial sometimes I did't start > > >>>>>>>> slmodemd in the normal way: > > >>>>>>>> # slmodemd -c ITALY --alsa modem:1 > > >>>>>>>> because I have set up slmodemd in "Editor runlevel" on yes, in this way I think service start automatically, but I don't know if with alsa support... > > >>>>>>>> I have to inizialize slmodemd service as above or leave it autoload with runlevel? > > >>>>>>>> > > >>>>>>>> I try both providers same problem as above said. > > >>>>>>>> > > >>>>>>>> This is very strange behaviour, what I have to check ...?? > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> Thanks > > >>>>>>>> Amos > > >>>>>>>> > > >>>>>>>> ps: do you have some wvdial.conf tutorial to suggest me in order to understand meaning of the set up. > > >>>>>>>> > > >>>>>>>> > > >>>>>>>>> Amos, > > >>>>>>>>> > > >>>>>>>>> Good progress!! > > >>>>>>>>> Note X3 is in Init2. For Init1 use > > >>>>>>>>> Init1 = ATZ > > >>>>>>>>> RE: is it right to set up wvdial.conf in this way in order to connect > > >>>>>>>>> to 2 different provider? (I try telecom connection dialing # wvdial > > >>>>>>>>> 2nd) > > >>>>>>>>> -------- > > >>>>>>>>> Yes, but you could simplify as, the "wvdial 2nd" will reference the > > >>>>>>>>> default, for any missing lines. So if would suffice to use format: > > >>>>>>>>> > > >>>>>>>>> [Dialer default] > > >>>>>>>>> Init1 = ATZ > > >>>>>>>>> Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 +MS=90 > > >>>>>>>>> # +MS=34 might provide a longer CONNECT > > >>>>>>>>> Modem Type = Analog Modem > > >>>>>>>>> Phone = 0571861010 > > >>>>>>>>> ISDN = 0 > > >>>>>>>>> Username = amosse@xxxxxxxxx > > >>>>>>>>> Password = zzzzzzzz > > >>>>>>>>> Modem = /dev/ttySL0 > > >>>>>>>>> Baud = 460800 > > >>>>>>>>> Carrier Check = no > > >>>>>>>>> SetVolume = 1 > > >>>>>>>>> Stupid mode = yes > > >>>>>>>>> Auto DNS = yes > > >>>>>>>>> > > >>>>>>>>> [Dialer 2nd] > > >>>>>>>>> Phone = 7020187187 > > >>>>>>>>> Username = telecom > > >>>>>>>>> Password = telecom > > >>>>>>>>> > > >>>>>>>>> Read Jacques Post Install HowTo at > > >>>>>>>>> > > >>>>>>>>> On Dec 25, 2007 12:53 PM, amosse@xxxxxxxxx <amosse@xxxxxxxxx> wrote: > > >>>>>>>>>> Got it! > > >>>>>>>>>> > > >>>>>>>>>> This is a great result for me. > > >>>>>>>>>> > > >>>>>>>>>> # slmodemd -c ITALY --alsa modem:1 > > >>>>>>>>>> SmartLink Soft Modem: version 2.9.11 Nov 21 2007 09:03:10 > > >>>>>>>>>> symbolic link `/dev/ttySL0' -> `/dev/pts/3' created. > > >>>>>>>>>> modem `modem:1' created. TTY is `/dev/pts/3' > > >>>>>>>>>> Use `/dev/ttySL0' as modem device, Ctrl+C for termination. > > >>>>>>>>>> > > >>>>>>>>>> [Dialer 2nd] > > >>>>>>>>>> Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 +MS=90 > > >>>>>>>>>> Modem Type = Analog Modem > > >>>>>>>>>> Phone = 7020187187 > > >>>>>>>>>> ISDN = 0 > > >>>>>>>>>> Username = telecom > > >>>>>>>>>> Init1 = ATX3 > > >>>>>>>>>> Password = telecom > > >>>>>>>>>> Modem = /dev/ttySL0 > > >>>>>>>>>> Baud = 460800 > > >>>>>>>>>> Carrier Check = no > > >>>>>>>>>> SetVolume = 1 > > >>>>>>>>>> Stupid mode = yes > > >>>>>>>>>> Auto DNS = yes > > >>>>>>>>>> > > >>>>>>>>>> wvdial 2nd > > >>>>>>>>>> --> WvDial: Internet dialer version 1.56 (abuild@balli) > > >>>>>>>>>> --> Cannot get information for serial port. > > >>>>>>>>>> --> Initializing modem. > > >>>>>>>>>> --> Sending: ATX3 > > >>>>>>>>>> ATX3 > > >>>>>>>>>> OK > > >>>>>>>>>> --> Sending: ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 +MS=90 > > >>>>>>>>>> ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0 +MS=90 > > >>>>>>>>>> OK > > >>>>>>>>>> --> Modem initialized. > > >>>>>>>>>> --> Sending: ATX3DT7020187187 > > >>>>>>>>>> --> Waiting for carrier. > > >>>>>>>>>> ATX3DT7020187187 > > >>>>>>>>>> CONNECT 53333 > > >>>>>>>>>> --> Carrier detected. Starting PPP immediately. > > >>>>>>>>>> --> Starting pppd at Tue Dec 25 21:39:23 2007 > > >>>>>>>>>> --> Pid of pppd: 22386 > > >>>>>>>>>> --> Using interface ppp0 > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> local IP address 80.104.165.49 > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> remote IP address 151.99.26.43 > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> primary DNS address 62.211.69.150 > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> secondary DNS address 212.48.4.15 > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> --> Script /etc/ppp/ip-up run successful > > >>>>>>>>>> --> Default route Ok. > > >>>>>>>>>> --> Nameserver (DNS) Ok. > > >>>>>>>>>> --> Connected... Press Ctrl-C to disconnect > > >>>>>>>>>> --> pppd: 8[11][06][08][18][10][06][08] > > >>>>>>>>>> > > >>>>>>>>>> Many thanks to everybody > > >>>>>>>>>> > > >>>>>>>>>> Amos > > >>>>>>>>>> > > >>>>>>>>>> > > >>>>>>>> > > >>>>>> > > >>>> > > >> > > >
Linux version 2.6.22.13-0.3-default (geeko@buildhost) (gcc version 4.2.1 (SUSE Linux)) #1 SMP 2007/11/19 15:02:58 UTC BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001bfea000 (usable) BIOS-e820: 000000001bfea000 - 000000001bfef000 (ACPI data) BIOS-e820: 000000001bfef000 - 000000001bfff000 (reserved) BIOS-e820: 000000001bfff000 - 000000001c000000 (ACPI NVS) BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 447MB LOWMEM available. Entering add_active_range(0, 0, 114666) 0 entries of 256 used Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 114666 HighMem 114666 -> 114666 early_node_map[1] active PFN ranges 0: 0 -> 114666 On node 0 totalpages: 114666 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 4064 pages, LIFO batch:0 Normal zone: 863 pages used for memmap Normal zone: 109707 pages, LIFO batch:31 HighMem zone: 0 pages used for memmap DMI 2.3 present. Using APIC driver default ACPI: RSDP 000F6E10, 0014 (r0 ASUS ) ACPI: RSDT 1BFEA000, 002C (r1 ASUS L3000D 42302E31 MSFT 31313031) ACPI: FACP 1BFEA080, 0074 (r1 ASUS L3000D 42302E31 MSFT 31313031) ACPI: DSDT 1BFEA100, 422C (r1 ASUS L3000D 1000 MSFT 100000E) ACPI: FACS 1BFFF000, 0040 ACPI: BOOT 1BFEA040, 0028 (r1 ASUS L3000D 42302E31 MSFT 31313031) ACPI: PM-Timer IO Port: 0xe408 Allocating PCI resources starting at 20000000 (gap: 1c000000:e3ff0000) Built 1 zonelists. Total pages: 113771 Kernel command line: root=/dev/disk/by-id/scsi-SATA_IC25N040ATCS04-_CSH406DDJ5EH2B-part6 vga=0x317 resume=/dev/sda5 splash=silent bootsplash: silent mode. Local APIC disabled by BIOS -- you can enable it with "lapic" mapped APIC to ffffd000 (0138d000) 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) Detected 1874.739 MHz processor. 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: 446696k/458664k available (1825k kernel code, 11424k reserved, 765k data, 228k init, 0k highmem) virtual kernel memory layout: fixmap : 0xffdf4000 - 0xfffff000 (2092 kB) pkmap : 0xff800000 - 0xffc00000 (4096 kB) vmalloc : 0xdc800000 - 0xff7fe000 ( 559 MB) lowmem : 0xc0000000 - 0xdbfea000 ( 447 MB) .init : 0xc038e000 - 0xc03c7000 ( 228 kB) .data : 0xc02c844b - 0xc0387964 ( 765 kB) .text : 0xc0100000 - 0xc02c844b (1825 kB) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 3751.61 BogoMIPS (lpj=7503226) Security Framework v1.0.0 initialized Mount-cache hash table entries: 512 CPU: After generic identify, caps: 0383f9ff c1cbf9ff 00000000 00000000 00000000 00000000 00000000 CPU: CLK_CTL MSR was 60071263. Reprogramming to 20071263 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU: After all inits, caps: 0383f9ff c1cbf9ff 00000000 00000420 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: 12k freed Unpacking initramfs... done Freeing initrd memory: 4034k freed ACPI: Core revision 20070126 Parsing all Control Methods: Table [DSDT](id 0001) - 558 Objects with 54 Devices 196 Methods 22 Regions tbxface-0587 [00] tb_load_namespace : ACPI Tables successfully acquired ACPI: setting ELCR to 0200 (from 0a20) evxfevnt-0091 [00] enable : Transition to ACPI mode successful CPU0: AMD mobile AMD Athlon(tm) XP-M 2500+ stepping 00 SMP motherboard not detected. Local APIC not detected. Using dummy APIC emulation. Brought up 1 CPUs Booting paravirtualized kernel on bare hardware NET: Registered protocol family 16 ACPI: bus type pci registered PCI: PCI BIOS revision 2.10 entry at 0xf1050, last bus=1 Setting up standard PCI resources evgpeblk-0956 [00] ev_create_gpe_block : GPE 00 to 0F [_GPE] 2 regs on int 0x9 evgpeblk-0956 [00] ev_create_gpe_block : GPE 10 to 1F [_GPE] 2 regs on int 0x9 evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 4 Wake, Enabled 4 Runtime GPEs in this block evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 1 Wake, Enabled 2 Runtime GPEs in this block ACPI: EC: Look up EC in DSDT Completing Region/Field/Buffer/Package initialization:.......................................................... Initialized 16/22 Regions 0/0 Fields 21/21 Buffers 21/25 Packages (567 nodes) Initializing Device/Processor/Thermal objects by executing _INI methods:.. Executed 2 _INI methods requiring 0 _STA executions (examined 58 objects) ACPI: Interpreter enabled ACPI: (supports S0 S1 S3 S4 S5) ACPI: Using PIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) Enabling SiS 96x SMBus. ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 11 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 11 14 15) *9 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11 14 15) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 11 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 11 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 11 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 11 14 15) ACPI: Power Resource [FN0] (on) Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered pnp: PnP ACPI: found 15 devices ACPI: ACPI bus type pnp unregistered PnPBIOS: Disabled by ACPI PNP PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report ACPI: RTC can wake from S4 pnp: 00:00: iomem range 0x0-0x9ffff could not be reserved pnp: 00:00: iomem range 0xf0000-0xfffff could not be reserved pnp: 00:00: iomem range 0x100000-0x1bffffff could not be reserved pnp: 00:00: iomem range 0xfff00000-0xfffdffff has been reserved pnp: 00:02: ioport range 0xe400-0xe47f has been reserved pnp: 00:02: ioport range 0xe480-0xe4ff has been reserved pnp: 00:02: ioport range 0xe800-0xe87f could not be reserved pnp: 00:02: ioport range 0x480-0x48f has been reserved pnp: 00:02: iomem range 0xffee0000-0xffefffff has been reserved pnp: 00:03: iomem range 0xffc00000-0xffedffff has been reserved pnp: 00:03: iomem range 0xfffe0000-0xffffffff could not be reserved Time: tsc clocksource has been installed. PCI: Bridge: 0000:00:01.0 IO window: d000-dfff MEM window: e7800000-e7ffffff PREFETCH window: f0000000-febfffff PCI: Bus 2, cardbus bridge: 0000:00:0a.0 IO window: 00001000-000010ff IO window: 00001400-000014ff PREFETCH window: 20000000-23ffffff MEM window: 24000000-27ffffff PCI: Bus 6, cardbus bridge: 0000:00:0a.1 IO window: 00001800-000018ff IO window: 00001c00-00001cff PREFETCH window: 28000000-2bffffff MEM window: 2c000000-2fffffff PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5 PCI: setting IRQ 5 as level-triggered ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5 ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 PCI: setting IRQ 11 as level-triggered ACPI: PCI Interrupt 0000:00:0a.1[B] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 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: 16384 (order: 5, 131072 bytes) TCP: Hash tables configured (established 16384 bind 16384) TCP reno registered Simple Boot Flag at 0x3a set to 0x1 Machine check exception polling timer started. audit: initializing netlink socket (disabled) audit(1198859138.372:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) Boot video device is 0000:01:00.0 vesafb: framebuffer at 0xf0000000, mapped to 0xdc880000, using 6144k, total 65472k vesafb: mode is 1024x768x16, linelength=2048, pages=4 vesafb: protected mode interface info at cbc7:0004 vesafb: pmi: set display start = c00cbcae, set palette = c00cbd04 vesafb: scrolling: redraw vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0 bootsplash 3.1.6-2004/03/31: looking for picture... bootsplash: silentjpeg size 78436 bytes bootsplash: ...found (1024x768, 28133 bytes, v3). Console: switching to colour frame buffer device 124x44 fb0: VESA VGA frame buffer device isapnp: Scanning for PnP cards... Switched to NOHz mode on CPU #0 isapnp: No Plug & Play device found Real Time Clock Driver v1.12ac Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A ACPI: PCI Interrupt 0000:00:02.6[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI interrupt for device 0000:00:02.6 disabled Floppy drive(s): fd0 is 1.44M FDC 0 is a National Semiconductor PC87306 PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 KBD port at 0x60,0x64 irq 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 mice: PS/2 mouse device common for all mice input: PC Speaker as /class/input/input0 NET: Registered protocol family 1 Using IPI No-Shortcut mode Freeing unused kernel memory: 228k freed ACPI: Invalid PBLK length [5] ACPI: Thermal Zone [THRM] (53 C) SCSI subsystem initialized libata version 3.00 loaded. pata_sis 0000:00:02.5: version 0.5.2 scsi0 : pata_sis scsi1 : pata_sis ata1: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001b800 irq 14 ata2: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001b808 irq 15 ata1.00: ATA-5: IC25N040ATCS04-0, CA4OA71A, max UDMA/100 ata1.00: 78140160 sectors, multi 16: LBA ata1.00: configured for UDMA/100 ata2.00: ATAPI: TOSHIBA DVD-ROM SD-R2312, 1708, max UDMA/33 Synaptics Touchpad, model: 1, fw: 4.6, id: 0x925ea1, caps: 0x80471b/0x0 input: SynPS/2 Synaptics TouchPad as /class/input/input1 input: AT Translated Set 2 keyboard as /class/input/input2 ata2.00: configured for UDMA/33 scsi 0:0:0:0: Direct-Access ATA IC25N040ATCS04-0 CA4O PQ: 0 ANSI: 5 scsi 1:0:0:0: CD-ROM TOSHIBA DVD-ROM SD-R2312 1708 PQ: 0 ANSI: 5 ACPI: Fan [FAN0] (on) BIOS EDD facility v0.16 2004-Jun-25, 1 devices found usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda:<6>usbcore: registered new device driver usb ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9 PCI: setting IRQ 9 as level-triggered ACPI: PCI Interrupt 0000:00:03.0[A] -> Link [LNKE] -> GSI 9 (level, low) -> IRQ 9 sda1 sda2 <<6>ohci_hcd 0000:00:03.0: OHCI Host Controller ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1 ohci_hcd 0000:00:03.0: irq 9, io mem 0xe7000000 sda5 sda6 > usb usb1: new device found, idVendor=0000, idProduct=0000 usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: OHCI Host Controller usb usb1: Manufacturer: Linux 2.6.22.13-0.3-default ohci_hcd usb usb1: SerialNumber: 0000:00:03.0 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected sd 0:0:0:0: [sda] Attached SCSI disk ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9 ACPI: PCI Interrupt 0000:00:03.3[D] -> Link [LNKH] -> GSI 9 (level, low) -> IRQ 9 ehci_hcd 0000:00:03.3: EHCI Host Controller ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 2 PCI: cache line size of 64 is not supported by device 0000:00:03.3 ehci_hcd 0000:00:03.3: irq 9, io mem 0xe5800000 ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: new device found, idVendor=0000, idProduct=0000 usb usb2: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: EHCI Host Controller usb usb2: Manufacturer: Linux 2.6.22.13-0.3-default ehci_hcd usb usb2: SerialNumber: 0000:00:03.3 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9 ACPI: PCI Interrupt 0000:00:03.1[B] -> Link [LNKF] -> GSI 9 (level, low) -> IRQ 9 ohci_hcd 0000:00:03.1: OHCI Host Controller ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3 ohci_hcd 0000:00:03.1: irq 9, io mem 0xe6800000 usb usb3: new device found, idVendor=0000, idProduct=0000 usb usb3: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb3: Product: OHCI Host Controller usb usb3: Manufacturer: Linux 2.6.22.13-0.3-default ohci_hcd usb usb3: SerialNumber: 0000:00:03.1 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 Link [LNKG] enabled at IRQ 9 ACPI: PCI Interrupt 0000:00:03.2[C] -> Link [LNKG] -> GSI 9 (level, low) -> IRQ 9 ohci_hcd 0000:00:03.2: OHCI Host Controller ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4 ohci_hcd 0000:00:03.2: irq 9, io mem 0xe6000000 usb usb4: new device found, idVendor=0000, idProduct=0000 usb usb4: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: OHCI Host Controller usb usb4: Manufacturer: Linux 2.6.22.13-0.3-default ohci_hcd usb usb4: SerialNumber: 0000:00:03.2 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected usb 2-6: new high speed USB device using ehci_hcd and address 3 usb 2-6: new device found, idVendor=0781, idProduct=5406 usb 2-6: new device strings: Mfr=1, Product=2, SerialNumber=3 usb 2-6: Product: U3 Cruzer Micro usb 2-6: Manufacturer: SanDisk usb 2-6: SerialNumber: 00001851947454D4 usb 2-6: configuration #1 chosen from 1 choice swsusp: Basic memory bitmaps created swsusp: Basic memory bitmaps freed Attempting manual resume usb 3-2: new low speed USB device using ohci_hcd and address 2 usb 3-2: new device found, idVendor=046d, idProduct=c016 usb 3-2: new device strings: Mfr=1, Product=2, SerialNumber=0 usb 3-2: Product: Optical USB Mouse usb 3-2: Manufacturer: Logitech usb 3-2: configuration #1 chosen from 1 choice usbcore: registered new interface driver hiddev input: Logitech Optical USB Mouse as /class/input/input3 input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:03.1-2 usbcore: registered new interface driver usbhid drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver kjournald starting. Commit interval 5 seconds EXT3 FS on sda6, internal journal EXT3-fs: mounted filesystem with ordered data mode. sd 0:0:0:0: Attached scsi generic sg0 type 0 scsi 1:0:0:0: Attached scsi generic sg1 type 5 NET: Registered protocol family 23 rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 rtc_cmos: probe of 00:06 failed with error -16 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx pci_hotplug: PCI Hot Plug PCI Core version: 0.5 sis900.c: v1.08.10 Apr. 2 2006 ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 0000:00:04.0: ICS LAN PHY transceiver found at address 1. 0000:00:04.0: Using transceiver found at address 1 as default eth0: SiS 900 PCI Fast Ethernet at 0xa000, IRQ 11, 00:0c:6e:bd:08:6e. Yenta: CardBus bridge found at 0000:00:0a.0 [1043:1654] Initializing USB Mass Storage driver... Yenta: ISA IRQ mask 0x0498, PCI irq 5 Socket status: 30000006 Yenta: CardBus bridge found at 0000:00:0a.1 [1043:1654] scsi2 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 3 usb-storage: waiting for device to settle before scanning usbcore: registered new interface driver usb-storage USB Mass Storage support registered. input: Power Button (FF) as /class/input/input4 Yenta: ISA IRQ mask 0x0498, PCI irq 11 Socket status: 30000006 ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /class/input/input5 ACPI: Power Button (CM) [PWRB] input: Sleep Button (CM) as /class/input/input6 ACPI: Sleep Button (CM) [SLPB] input: Lid Switch as /class/input/input7 ACPI: Lid Switch [LID] ACPI: AC Adapter [AC] (on-line) ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 ACPI: PCI Interrupt 0000:00:0a.2[C] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11 ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11] MMIO=[e0800000-e08007ff] Max Packet=[2048] IR/IT contexts=[4/4] Linux agpgart interface v0.102 (c) Dave Jones ACPI: Battery Slot [BAT0] (battery absent) nsc-ircc, chip->init nsc-ircc, Found chip at base=0x02e nsc-ircc, driver loaded (Dag Brattli) nsc_ircc_open(), can't get iobase of 0x2f8 nsc-ircc, Found chip at base=0x02e nsc-ircc, driver loaded (Dag Brattli) nsc_ircc_open(), can't get iobase of 0x2f8 pnp: Device 00:0c disabled. shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 agpgart: Detected SiS chipset - id:1856 agpgart: AGP aperture is 64M @ 0xe8000000 scsi 2:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 4.04 PQ: 0 ANSI: 2 sd 2:0:0:0: [sdb] 8013457 512-byte hardware sectors (4103 MB) sd 2:0:0:0: [sdb] Write Protect is off sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 sd 2:0:0:0: [sdb] Assuming drive cache: write through sd 2:0:0:0: [sdb] 8013457 512-byte hardware sectors (4103 MB) sd 2:0:0:0: [sdb] Write Protect is off sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00 sd 2:0:0:0: [sdb] Assuming drive cache: write through sdb: sdb1 sd 2:0:0:0: [sdb] Attached SCSI removable disk sd 2:0:0:0: Attached scsi generic sg2 type 0 parport_pc 00:0a: reported by Plug and Play ACPI parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 usb-storage: device scan complete sr 1:0:0:0: Attached scsi CD-ROM sr0 ACPI: PCI Interrupt 0000:00:02.6[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 ACPI: PCI Interrupt 0000:00:02.7[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11 asus-laptop: Asus Laptop Support version 0.42 asus-laptop: L3D model detected ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e018000310b281] intel8x0_measure_ac97_clock: measured 55325 usecs intel8x0: clocking to 48000 sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0xe800 cs: IO port probe 0x100-0x3af: clean. cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x820-0x8ff: clean. cs: IO port probe 0xc00-0xcf7: clean. cs: IO port probe 0xa00-0xaff: clean. cs: IO port probe 0x100-0x3af: clean. cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x820-0x8ff: clean. cs: IO port probe 0xc00-0xcf7: clean. cs: IO port probe 0xa00-0xaff: clean. Adding 570268k swap on /dev/sda5. Priority:-1 extents:1 across:570268k device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@xxxxxxxxxx loop: module loaded AppArmor: AppArmor initialized audit(1198859156.373:2): type=1505 info="AppArmor initialized" pid=1951 ttyS1: LSR safety check engaged! powernow-k8: Processor cpuid 6a0 not supported powernow: PowerNOW! Technology present. Can scale: frequency and voltage. powernow: SGTC: 13333 powernow: Minimum speed 535 MHz. Maximum speed 1874 MHz. Marking TSC unstable due to: cpufreq changes. Time: acpi_pm clocksource has been installed. Clocksource tsc unstable (delta = -125597115 ns) ttyS1: LSR safety check engaged! eth0: Media Link Off PPP generic driver version 2.4.2 NET: Registered protocol family 17 NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth0: link is not ready Mobile IPv6 ip6_tables: (C) 2000-2006 Netfilter Core Team ip_tables: (C) 2000-2006 Netfilter Core Team audit(1198855596.514:3): audit_pid=3496 old=0 by auid=4294967295 input: /usr/sbin/acpi-keys as /class/input/input8 bootsplash: status on console 0 changed to on CPU0 0: 186702 XT-PIC-XT timer 1: 501 XT-PIC-XT i8042 2: 0 XT-PIC-XT cascade 5: 0 XT-PIC-XT yenta 6: 5 XT-PIC-XT floppy 7: 3 XT-PIC-XT parport0 8: 2 XT-PIC-XT rtc 9: 15126 XT-PIC-XT acpi, ohci_hcd:usb1, ehci_hcd:usb2, ohci_hcd:usb3, ohci_hcd:usb4 11: 67964 XT-PIC-XT yenta, ohci1394, SiS SI7013 Modem, SiS SI7012, eth0 12: 125 XT-PIC-XT i8042 14: 28775 XT-PIC-XT libata 15: 18149 XT-PIC-XT libata NMI: 0 LOC: 0 ERR: 0 MIS: 0