Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
I have recently upgraded to Ubuntu 10.4 on a Toshiba A135-S4527. It uses a Atheros 5BXB61 Wireless card. The laptop is partitioned and it works in windows, but will not ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7

    Wireless trouble with Ubuntu 10.04 and Toshiba Satellite A135-S5427



    I have recently upgraded to Ubuntu 10.4 on a Toshiba A135-S4527. It uses a Atheros 5BXB61 Wireless card. The laptop is partitioned and it works in windows, but will not connect in Ubuntu. Any suggestions on how to get this wireless card working?

    Thanks in advance.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,912
    Hello and Welcome!
    I suggest that you start here and post your results back into this thread.
    http://www.linuxforums.org/forum/wir...tart-here.html
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this. and the Forum FAQS.

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7

    moving forward

    I ran the code for a built in wireless card and this is what I got:

    Code:
    everette@ubuntu:~$ lspci -knn
    00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
    	Kernel driver in use: agpgart-intel
    	Kernel modules: intel-agp
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
    	Kernel driver in use: i915
    	Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
    	Kernel driver in use: ata_piix
    00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
    	Kernel modules: i2c-i801
    04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    	Kernel modules: ath5k
    05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
    	Kernel driver in use: r8169
    	Kernel modules: r8169
    06:04.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    06:04.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    	Kernel driver in use: ohci1394
    	Kernel modules: firewire-ohci, ohci1394
    06:04.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    	Kernel driver in use: tifm_7xx1
    	Kernel modules: tifm_7xx1
    06:04.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    	Kernel driver in use: sdhci-pci
    	Kernel modules: sdhci-pci

    Thanks for all the help and advice.
    Last edited by MikeTbob; 09-02-2010 at 02:30 AM. Reason: added code tags

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,912
    Eh, okay then we'll also need the output of these commands as root or use sudo please.
    Code:
    ifconfig wlan0
    Code:
    iwlist wlan0 scan
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this. and the Forum FAQS.

  5. #5
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7

    Struggling here

    Okay, so I am trying to make sense of this, I do appreciate the help. I created the wireless setup txt. file as described in the "Wireless Setup - Start Here" I have pasted it below.

    ============ lspci ============
    Code:
    00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
    	Kernel driver in use: agpgart-intel
    	Kernel modules: intel-agp
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
    	Kernel driver in use: i915
    	Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
    	Kernel driver in use: ata_piix
    00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
    	Kernel modules: i2c-i801
    04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    	Kernel modules: ath5k
    05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
    	Kernel driver in use: r8169
    	Kernel modules: r8169
    06:04.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    06:04.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    	Kernel driver in use: ohci1394
    	Kernel modules: firewire-ohci, ohci1394
    06:04.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    	Kernel driver in use: tifm_7xx1
    	Kernel modules: tifm_7xx1
    06:04.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    	Kernel driver in use: sdhci-pci
    	Kernel modules: sdhci-pci
    ============ lsusb ============
    Code:
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 1241:1111 Belkin Mouse
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    ============ lsmod ============
    Code:
    Module                  Size  Used by
    nls_utf8                1069  1 
    isofs                  29250  1 
    binfmt_misc             6587  1 
    ppdev                   5259  0 
    snd_hda_codec_realtek   203310  1 
    fbcon                  35102  71 
    tileblit                2031  1 fbcon
    font                    7557  1 fbcon
    bitblit                 4707  1 fbcon
    softcursor              1189  1 bitblit
    vga16fb                11385  0 
    vgastate                8961  1 vga16fb
    snd_hda_intel          21941  2 
    snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               5412  1 snd_hda_codec
    snd_pcm_oss            35308  0 
    snd_mixer_oss          13746  1 snd_pcm_oss
    snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq_dummy           1338  0 
    snd_seq_oss            26726  0 
    joydev                  8708  0 
    snd_seq_midi            4557  0 
    snd_rawmidi            19056  1 snd_seq_midi
    snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
    pcmcia                 33024  0 
    snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_timer              19098  2 snd_pcm,snd_seq
    i915                  285076  3 
    snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    drm_kms_helper         29297  1 i915
    yenta_socket           20408  1 
    sdhci_pci               5470  0 
    snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    drm                   162409  4 i915,drm_kms_helper
    rsrc_nonstatic         10015  1 yenta_socket
    tifm_7xx1               3690  0 
    intel_agp              24119  2 i915
    sdhci                  15462  1 sdhci_pci
    psmouse                63245  0 
    sbp2                   19448  0 
    i2c_algo_bit            5028  1 i915
    tifm_core               6045  1 tifm_7xx1
    led_class               2864  1 sdhci
    pcmcia_core            32964  3 pcmcia,yenta_socket,rsrc_nonstatic
    soundcore               6620  1 snd
    serio_raw               3978  0 
    agpgart                31724  2 drm,intel_agp
    snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
    lp                      7028  0 
    video                  17375  1 i915
    output                  1871  1 video
    parport                32635  2 ppdev,lp
    usbhid                 36110  0 
    hid                    67032  1 usbhid
    ohci1394               26950  0 
    ieee1394               81181  2 sbp2,ohci1394
    r8169                  34076  0 
    mii                     4381  1 r8169
    ============ dmesg-firmware ============

    ============ kernel version ============
    Code:
    2.6.32-24-generic
    ============ ifconfig ============
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:16:d4:fd:9e:2b  
              inet addr:192.168.1.27  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:d4ff:fefd:9e2b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:78822 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52932 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:86602532 (86.6 MB)  TX bytes:6566657 (6.5 MB)
              Interrupt:27 Base address:0x6000 
    
    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:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:480 (480.0 B)  TX bytes:480 (480.0 B)

    ============ iwconfig ============
    ============ lspci ============
    Code:
    00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
    	Kernel driver in use: agpgart-intel
    	Kernel modules: intel-agp
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
    	Kernel driver in use: i915
    	Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
    	Kernel driver in use: ata_piix
    00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
    	Kernel modules: i2c-i801
    04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    	Kernel modules: ath5k
    05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
    	Kernel driver in use: r8169
    	Kernel modules: r8169
    06:04.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    06:04.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    	Kernel driver in use: ohci1394
    	Kernel modules: firewire-ohci, ohci1394
    06:04.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    	Kernel driver in use: tifm_7xx1
    	Kernel modules: tifm_7xx1
    06:04.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    	Kernel driver in use: sdhci-pci
    	Kernel modules: sdhci-pci
    ============ lsusb ============
    Code:
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 1241:1111 Belkin Mouse
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    ============ lsmod ============
    Code:
    Module                  Size  Used by
    nls_utf8                1069  1 
    isofs                  29250  1 
    binfmt_misc             6587  1 
    ppdev                   5259  0 
    snd_hda_codec_realtek   203310  1 
    fbcon                  35102  71 
    tileblit                2031  1 fbcon
    font                    7557  1 fbcon
    bitblit                 4707  1 fbcon
    softcursor              1189  1 bitblit
    vga16fb                11385  0 
    vgastate                8961  1 vga16fb
    snd_hda_intel          21941  2 
    snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               5412  1 snd_hda_codec
    snd_pcm_oss            35308  0 
    snd_mixer_oss          13746  1 snd_pcm_oss
    snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq_dummy           1338  0 
    snd_seq_oss            26726  0 
    joydev                  8708  0 
    snd_seq_midi            4557  0 
    snd_rawmidi            19056  1 snd_seq_midi
    snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
    pcmcia                 33024  0 
    snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_timer              19098  2 snd_pcm,snd_seq
    i915                  285076  3 
    snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    drm_kms_helper         29297  1 i915
    yenta_socket           20408  1 
    sdhci_pci               5470  0 
    snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    drm                   162409  4 i915,drm_kms_helper
    rsrc_nonstatic         10015  1 yenta_socket
    tifm_7xx1               3690  0 
    intel_agp              24119  2 i915
    sdhci                  15462  1 sdhci_pci
    psmouse                63245  0 
    sbp2                   19448  0 
    i2c_algo_bit            5028  1 i915
    tifm_core               6045  1 tifm_7xx1
    led_class               2864  1 sdhci
    pcmcia_core            32964  3 pcmcia,yenta_socket,rsrc_nonstatic
    soundcore               6620  1 snd
    serio_raw               3978  0 
    agpgart                31724  2 drm,intel_agp
    snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
    lp                      7028  0 
    video                  17375  1 i915
    output                  1871  1 video
    parport                32635  2 ppdev,lp
    usbhid                 36110  0 
    hid                    67032  1 usbhid
    ohci1394               26950  0 
    ieee1394               81181  2 sbp2,ohci1394
    r8169                  34076  0 
    mii                     4381  1 r8169
    ============ dmesg-firmware ============

    ============ kernel version ============
    Code:
    2.6.32-24-generic
    ============ ifconfig ============
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:16:d4:fd:9e:2b  
              inet addr:192.168.1.27  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:d4ff:fefd:9e2b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:78921 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52969 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:86609648 (86.6 MB)  TX bytes:6572919 (6.5 MB)
              Interrupt:27 Base address:0x6000 
    
    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:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:480 (480.0 B)  TX bytes:480 (480.0 B)

    ============ iwconfig ============
    ============ lspci ============
    Code:
    00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
    	Kernel driver in use: agpgart-intel
    	Kernel modules: intel-agp
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
    	Kernel driver in use: i915
    	Kernel modules: i915
    00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
    	Kernel driver in use: ata_piix
    00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
    	Kernel modules: i2c-i801
    04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    	Kernel modules: ath5k
    05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
    	Kernel driver in use: r8169
    	Kernel modules: r8169
    06:04.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    06:04.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    	Kernel driver in use: ohci1394
    	Kernel modules: firewire-ohci, ohci1394
    06:04.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    	Kernel driver in use: tifm_7xx1
    	Kernel modules: tifm_7xx1
    06:04.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    	Kernel driver in use: sdhci-pci
    	Kernel modules: sdhci-pci
    ============ lsusb ============
    Code:
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 1241:1111 Belkin Mouse
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    ============ lsmod ============
    Code:
    Module                  Size  Used by
    nls_utf8                1069  1 
    isofs                  29250  1 
    binfmt_misc             6587  1 
    ppdev                   5259  0 
    snd_hda_codec_realtek   203310  1 
    fbcon                  35102  71 
    tileblit                2031  1 fbcon
    font                    7557  1 fbcon
    bitblit                 4707  1 fbcon
    softcursor              1189  1 bitblit
    vga16fb                11385  0 
    vgastate                8961  1 vga16fb
    snd_hda_intel          21941  2 
    snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               5412  1 snd_hda_codec
    snd_pcm_oss            35308  0 
    snd_mixer_oss          13746  1 snd_pcm_oss
    snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq_dummy           1338  0 
    snd_seq_oss            26726  0 
    joydev                  8708  0 
    snd_seq_midi            4557  0 
    snd_rawmidi            19056  1 snd_seq_midi
    snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
    pcmcia                 33024  0 
    snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_timer              19098  2 snd_pcm,snd_seq
    i915                  285076  3 
    snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    drm_kms_helper         29297  1 i915
    yenta_socket           20408  1 
    sdhci_pci               5470  0 
    snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    drm                   162409  4 i915,drm_kms_helper
    rsrc_nonstatic         10015  1 yenta_socket
    tifm_7xx1               3690  0 
    intel_agp              24119  2 i915
    sdhci                  15462  1 sdhci_pci
    psmouse                63245  0 
    sbp2                   19448  0 
    i2c_algo_bit            5028  1 i915
    tifm_core               6045  1 tifm_7xx1
    led_class               2864  1 sdhci
    pcmcia_core            32964  3 pcmcia,yenta_socket,rsrc_nonstatic
    soundcore               6620  1 snd
    serio_raw               3978  0 
    agpgart                31724  2 drm,intel_agp
    snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
    lp                      7028  0 
    video                  17375  1 i915
    output                  1871  1 video
    parport                32635  2 ppdev,lp
    usbhid                 36110  0 
    hid                    67032  1 usbhid
    ohci1394               26950  0 
    ieee1394               81181  2 sbp2,ohci1394
    r8169                  34076  0 
    mii                     4381  1 r8169
    ============ dmesg-firmware ============

    ============ kernel version ============
    Code:
    2.6.32-24-generic
    ============ ifconfig ============
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:16:d4:fd:9e:2b  
              inet addr:192.168.1.27  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:d4ff:fefd:9e2b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:78962 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52982 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:86613350 (86.6 MB)  TX bytes:6575770 (6.5 MB)
              Interrupt:27 Base address:0x6000 
    
    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:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:480 (480.0 B)  TX bytes:480 (480.0 B)

    ============ iwconfig ============
    Last edited by MikeTbob; 09-02-2010 at 02:33 AM. Reason: added code tags

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    Here is your wireless:
    Code:
    04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 Wireless Network Adapter [168c:001c] (rev 01)
    Kernel modules: ath5k
    Although it says that it is using the ath5k driver module, I don't see it in the output of lsmod. Enter this command, to load that module, and see if the wireless now works.
    Code:
    sudo modprobe ath5k
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7
    I ran "sudo modprobe ath5k" but my wireless will not connect.

    Question, should it connect automatically, or does all the info from the router (wep, mac, ssid, etc..) need to be entered? Hope this makes sense?

    EHix

  8. #8
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    There were no error messages when running that command?

    We need to dig deeper, and look at the system messages for more info. Post the complete output of this command. It is big, so use code tags.
    Code:
    dmesg
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  9. #9
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    Quote Originally Posted by EHix View Post
    Question, should it connect automatically, or does all the info from the router (wep, mac, ssid, etc..) need to be entered? Hope this makes sense?
    The first time you try to connect, it will ask for the password. After that, it usually will connect automatically.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  10. #10
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7

    running dmesg

    running dmesg gives me this:

    Code:
    [    0.244359] pci 0000:00:1c.1: bridge 32bit mmio: [0xd8000000-0xd9ffffff]
    [    0.244369] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xd2000000-0xd3ffffff]
    [    0.244452] pci 0000:05:00.0: reg 10 io port: [0x4000-0x40ff]
    [    0.244485] pci 0000:05:00.0: reg 18 64bit mmio: [0xda000000-0xda000fff]
    [    0.244516] pci 0000:05:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff]
    [    0.244585] pci 0000:05:00.0: supports D1 D2
    [    0.244588] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
    [    0.244596] pci 0000:05:00.0: PME# disabled
    [    0.244682] pci 0000:00:1c.2: bridge io port: [0x4000-0x4fff]
    [    0.244688] pci 0000:00:1c.2: bridge 32bit mmio: [0xda000000-0xdbffffff]
    [    0.244697] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xd4000000-0xd5ffffff]
    [    0.244761] pci 0000:06:04.0: reg 10 32bit mmio: [0x000000-0x000fff]
    [    0.244792] pci 0000:06:04.0: supports D1 D2
    [    0.244795] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.244801] pci 0000:06:04.0: PME# disabled
    [    0.244856] pci 0000:06:04.1: reg 10 32bit mmio: [0xdc005000-0xdc0057ff]
    [    0.244867] pci 0000:06:04.1: reg 14 32bit mmio: [0xdc000000-0xdc003fff]
    [    0.244939] pci 0000:06:04.1: supports D1 D2
    [    0.244942] pci 0000:06:04.1: PME# supported from D0 D1 D2 D3hot
    [    0.244949] pci 0000:06:04.1: PME# disabled
    [    0.245002] pci 0000:06:04.2: reg 10 32bit mmio: [0xdc004000-0xdc004fff]
    [    0.245077] pci 0000:06:04.2: supports D1 D2
    [    0.245080] pci 0000:06:04.2: PME# supported from D0 D1 D2 D3hot
    [    0.245086] pci 0000:06:04.2: PME# disabled
    [    0.245139] pci 0000:06:04.3: reg 10 32bit mmio: [0xdc005800-0xdc0058ff]
    [    0.245213] pci 0000:06:04.3: supports D1 D2
    [    0.245216] pci 0000:06:04.3: PME# supported from D0 D1 D2 D3hot
    [    0.245222] pci 0000:06:04.3: PME# disabled
    [    0.245294] pci 0000:00:1e.0: transparent bridge
    [    0.245303] pci 0000:00:1e.0: bridge 32bit mmio: [0xdc000000-0xdc0fffff]
    [    0.245367] pci_bus 0000:00: on NUMA node 0
    [    0.245379] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.245651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [    0.245747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [    0.245844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    [    0.245963] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    [    0.254041] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
    [    0.254171] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [    0.254294] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [    0.254422] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [    0.254545] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [    0.254670] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [    0.254799] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [    0.254924] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [    0.255079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.255098] vgaarb: loaded
    [    0.255259] SCSI subsystem initialized
    [    0.255385] libata version 3.00 loaded.
    [    0.255478] usbcore: registered new interface driver usbfs
    [    0.255495] usbcore: registered new interface driver hub
    [    0.255535] usbcore: registered new device driver usb
    [    0.255718] ACPI: WMI: Mapper loaded
    [    0.255721] PCI: Using ACPI for IRQ routing
    [    0.255961] NetLabel: Initializing
    [    0.255964] NetLabel:  domain hash size = 128
    [    0.255966] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.255982] NetLabel:  unlabeled traffic allowed by default
    [    0.256047] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [    0.256055] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [    0.260035] Switching to clocksource tsc
    [    0.262633] AppArmor: AppArmor Filesystem Enabled
    [    0.262661] pnp: PnP ACPI init
    [    0.262686] ACPI: bus type pnp registered
    [    0.287733] pnp: PnP ACPI: found 10 devices
    [    0.287737] ACPI: ACPI bus type pnp unregistered
    [    0.287742] PnPBIOS: Disabled by ACPI PNP
    [    0.287763] system 00:01: ioport range 0xfe00-0xfe7f has been reserved
    [    0.287767] system 00:01: ioport range 0xfe80-0xfeff has been reserved
    [    0.287771] system 00:01: ioport range 0xff00-0xff7f has been reserved
    [    0.287776] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
    [    0.287780] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
    [    0.287785] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
    [    0.287789] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
    [    0.287793] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
    [    0.287797] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
    [    0.287801] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved
    [    0.287805] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved
    [    0.287815] system 00:04: iomem range 0xfed00000-0xfed003ff has been reserved
    [    0.287825] system 00:06: ioport range 0x800-0x80f has been reserved
    [    0.287829] system 00:06: ioport range 0x1000-0x107f has been reserved
    [    0.287833] system 00:06: ioport range 0x1180-0x11bf has been reserved
    [    0.322683] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
    [    0.322690] pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
    [    0.322698] pci 0000:00:1c.0:   MEM window: 0xd6000000-0xd7ffffff
    [    0.322705] pci 0000:00:1c.0:   PREFETCH window: 0x000000d0000000-0x000000d1ffffff
    [    0.322714] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04
    [    0.322719] pci 0000:00:1c.1:   IO window: 0x3000-0x3fff
    [    0.322727] pci 0000:00:1c.1:   MEM window: 0xd8000000-0xd9ffffff
    [    0.322733] pci 0000:00:1c.1:   PREFETCH window: 0x000000d2000000-0x000000d3ffffff
    [    0.322743] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:05
    [    0.322748] pci 0000:00:1c.2:   IO window: 0x4000-0x4fff
    [    0.322755] pci 0000:00:1c.2:   MEM window: 0xda000000-0xdbffffff
    [    0.322762] pci 0000:00:1c.2:   PREFETCH window: 0x000000d4000000-0x000000d5ffffff
    [    0.322777] pci 0000:06:04.0: CardBus bridge, secondary bus 0000:07
    [    0.322780] pci 0000:06:04.0:   IO window: 0x005000-0x0050ff
    [    0.322787] pci 0000:06:04.0:   IO window: 0x005400-0x0054ff
    [    0.322794] pci 0000:06:04.0:   PREFETCH window: 0x40000000-0x43ffffff
    [    0.322801] pci 0000:06:04.0:   MEM window: 0x44000000-0x47ffffff
    [    0.322808] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:06
    [    0.322813] pci 0000:00:1e.0:   IO window: 0x5000-0x5fff
    [    0.322820] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
    [    0.322827] pci 0000:00:1e.0:   PREFETCH window: 0x40000000-0x43ffffff
    [    0.322855]   alloc irq_desc for 17 on node -1
    [    0.322857]   alloc kstat_irqs on node -1
    [    0.322867] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [    0.322875] pci 0000:00:1c.0: setting latency timer to 64
    [    0.322887]   alloc irq_desc for 16 on node -1
    [    0.322889]   alloc kstat_irqs on node -1
    [    0.322894] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [    0.322900] pci 0000:00:1c.1: setting latency timer to 64
    [    0.322912]   alloc irq_desc for 18 on node -1
    [    0.322914]   alloc kstat_irqs on node -1
    [    0.322919] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [    0.322925] pci 0000:00:1c.2: setting latency timer to 64
    [    0.322935] pci 0000:00:1e.0: setting latency timer to 64
    [    0.322949] pci 0000:06:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.322959] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    [    0.322962] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    [    0.322966] pci_bus 0000:02: resource 0 io:  [0x2000-0x2fff]
    [    0.322969] pci_bus 0000:02: resource 1 mem: [0xd6000000-0xd7ffffff]
    [    0.322973] pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xd1ffffff]
    [    0.322976] pci_bus 0000:04: resource 0 io:  [0x3000-0x3fff]
    [    0.322980] pci_bus 0000:04: resource 1 mem: [0xd8000000-0xd9ffffff]
    [    0.322983] pci_bus 0000:04: resource 2 pref mem [0xd2000000-0xd3ffffff]
    [    0.322987] pci_bus 0000:05: resource 0 io:  [0x4000-0x4fff]
    [    0.322990] pci_bus 0000:05: resource 1 mem: [0xda000000-0xdbffffff]
    [    0.322994] pci_bus 0000:05: resource 2 pref mem [0xd4000000-0xd5ffffff]
    [    0.322997] pci_bus 0000:06: resource 0 io:  [0x5000-0x5fff]
    [    0.323000] pci_bus 0000:06: resource 1 mem: [0xdc000000-0xdc0fffff]
    [    0.323004] pci_bus 0000:06: resource 2 pref mem [0x40000000-0x43ffffff]
    [    0.323007] pci_bus 0000:06: resource 3 io:  [0x00-0xffff]
    [    0.323010] pci_bus 0000:06: resource 4 mem: [0x000000-0xffffffff]
    [    0.323014] pci_bus 0000:07: resource 0 io:  [0x5000-0x50ff]
    [    0.323017] pci_bus 0000:07: resource 1 io:  [0x5400-0x54ff]
    [    0.323020] pci_bus 0000:07: resource 2 pref mem [0x40000000-0x43ffffff]
    [    0.323024] pci_bus 0000:07: resource 3 mem: [0x44000000-0x47ffffff]
    [    0.323075] NET: Registered protocol family 2
    [    0.323207] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.323640] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.324481] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.324884] TCP: Hash tables configured (established 131072 bind 65536)
    [    0.324888] TCP reno registered
    [    0.325049] NET: Registered protocol family 1
    [    0.325077] pci 0000:00:02.0: Boot video device
    [    0.325240] Simple Boot Flag at 0x36 set to 0x1
    [    0.325474] cpufreq-nforce2: No nForce2 chipset.
    [    0.325511] Scanning for low memory corruption every 60 seconds
    [    0.325679] audit: initializing netlink socket (disabled)
    [    0.325694] type=2000 audit(1283363942.323:1): initialized
    [    0.337853] highmem bounce pool size: 64 pages
    [    0.337860] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [    0.339942] VFS: Disk quotas dquot_6.5.2
    [    0.340028] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.340826] fuse init (API version 7.13)
    [    0.340941] msgmni has been set to 1715
    [    0.341241] alg: No test for stdrng (krng)
    [    0.341317] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.341322] io scheduler noop registered
    [    0.341325] io scheduler anticipatory registered
    [    0.341327] io scheduler deadline registered
    [    0.341383] io scheduler cfq registered (default)
    [    0.341595]   alloc irq_desc for 24 on node -1
    [    0.341598]   alloc kstat_irqs on node -1
    [    0.341612] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    [    0.341625] pcieport 0000:00:1c.0: setting latency timer to 64
    [    0.341804]   alloc irq_desc for 25 on node -1
    [    0.341807]   alloc kstat_irqs on node -1
    [    0.341817] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    [    0.341829] pcieport 0000:00:1c.1: setting latency timer to 64
    [    0.342004]   alloc irq_desc for 26 on node -1
    [    0.342006]   alloc kstat_irqs on node -1
    [    0.342016] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
    [    0.342028] pcieport 0000:00:1c.2: setting latency timer to 64
    [    0.342154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    0.342289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    0.342463] ACPI: AC Adapter [ACAD] (on-line)
    [    0.342557] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    [    0.342608] ACPI: Lid Switch [LID0]
    [    0.342668] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    [    0.342672] ACPI: Power Button [PWRB]
    [    0.342744] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [    0.342747] ACPI: Power Button [PWRF]
    [    0.343604] ACPI: SSDT 3f689648 00238 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
    [    0.344239] ACPI: SSDT 3f689101 004C2 (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
    [    0.347027] Marking TSC unstable due to TSC halts in idle
    [    0.347207] processor LNXCPU:00: registered as cooling_device0
    [    0.347736] ACPI: SSDT 3f689880 000C8 (v01  PmRef  Cpu1Ist 00003000 INTL 20050624)
    [    0.348174] ACPI: SSDT 3f6895c3 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20050624)
    [    0.348793] Switching to clocksource hpet
    [    0.349213] processor LNXCPU:01: registered as cooling_device1
    [    0.375439] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.377189] brd: module loaded
    [    0.377801] loop: module loaded
    [    0.377925] input: Macintosh mouse button emulation as /devices/virtual/input/input3
    [    0.378069] ata_piix 0000:00:1f.2: version 2.13
    [    0.378098]   alloc irq_desc for 19 on node -1
    [    0.378100]   alloc kstat_irqs on node -1
    [    0.378109] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    0.378119] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [    0.378378] isapnp: Scanning for PnP cards...
    [    0.449973] Freeing initrd memory: 8096k freed
    [    0.526003] ACPI: Battery Slot [BAT1] (battery present)
    [    0.536041] ata_piix 0000:00:1f.2: setting latency timer to 64
    [    0.536174] scsi0 : ata_piix
    [    0.536312] scsi1 : ata_piix
    [    0.537487] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x18b0 irq 14
    [    0.537491] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18b8 irq 15
    [    0.537952] Fixed MDIO Bus: probed
    [    0.537999] PPP generic driver version 2.4.2
    [    0.538086] tun: Universal TUN/TAP device driver, 1.6
    [    0.538088] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    0.538207] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.538238]   alloc irq_desc for 23 on node -1
    [    0.538241]   alloc kstat_irqs on node -1
    [    0.538249] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    0.538271] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [    0.538276] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [    0.538327] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [    0.538355] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [    0.538370] ehci_hcd 0000:00:1d.7: debug port 1
    [    0.542262] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [    0.542521] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xdc444000
    [    0.556019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [    0.556155] usb usb1: configuration #1 chosen from 1 choice
    [    0.556199] hub 1-0:1.0: USB hub found
    [    0.556209] hub 1-0:1.0: 8 ports detected
    [    0.556299] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.556318] uhci_hcd: USB Universal Host Controller Interface driver
    [    0.556355] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [    0.556364] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [    0.556368] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [    0.556410] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [    0.556442] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    [    0.556550] usb usb2: configuration #1 chosen from 1 choice
    [    0.556582] hub 2-0:1.0: USB hub found
    [    0.556591] hub 2-0:1.0: 2 ports detected
    [    0.556653] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [    0.556661] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [    0.556665] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [    0.556703] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [    0.556741] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    [    0.556846] usb usb3: configuration #1 chosen from 1 choice
    [    0.556881] hub 3-0:1.0: USB hub found
    [    0.556891] hub 3-0:1.0: 2 ports detected
    [    0.556952] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [    0.556959] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [    0.556963] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [    0.557000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [    0.557041] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    [    0.557156] usb usb4: configuration #1 chosen from 1 choice
    [    0.557192] hub 4-0:1.0: USB hub found
    [    0.557200] hub 4-0:1.0: 2 ports detected
    [    0.557251] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [    0.557259] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [    0.557263] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [    0.557301] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [    0.557340] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    [    0.557458] usb usb5: configuration #1 chosen from 1 choice
    [    0.557490] hub 5-0:1.0: USB hub found
    [    0.557499] hub 5-0:1.0: 2 ports detected
    [    0.557618] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [    0.557955] i8042.c: Detected active multiplexing controller, rev 1.1.
    [    0.558048] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    0.558059] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [    0.558101] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [    0.558129] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [    0.558158] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [    0.558303] mice: PS/2 mouse device common for all mice
    [    0.558472] rtc_cmos 00:07: RTC can wake from S4
    [    0.558522] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [    0.558558] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [    0.558693] device-mapper: uevent: version 1.0.3
    [    0.558855] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
    [    0.558960] device-mapper: multipath: version 1.1.0 loaded
    [    0.558963] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    0.559120] EISA: Probing bus 0 at eisa.0
    [    0.559127] Cannot allocate resource for EISA slot 1
    [    0.559131] Cannot allocate resource for EISA slot 2
    [    0.559134] Cannot allocate resource for EISA slot 3
    [    0.559136] Cannot allocate resource for EISA slot 4
    [    0.559139] Cannot allocate resource for EISA slot 5
    [    0.559154] EISA: Detected 0 cards.
    [    0.559346] cpuidle: using governor ladder
    [    0.559499] cpuidle: using governor menu
    [    0.560075] TCP cubic registered
    [    0.560288] NET: Registered protocol family 10
    [    0.560859] lo: Disabled Privacy Extensions
    [    0.561269] NET: Registered protocol family 17
    [    0.561702] Using IPI No-Shortcut mode
    [    0.561812] PM: Resume from disk failed.
    [    0.561827] registered taskstats version 1
    [    0.562347]   Magic number: 10:338:996
    [    0.562457] rtc_cmos 00:07: setting system clock to 2010-09-01 17:59:03 UTC (1283363943)
    [    0.562461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    0.562463] EDD information not available.
    [    0.564151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    0.708811] ata2.00: ATAPI: MATSHITADVD-RAM UJ-850S, 1.90, max UDMA/33
    [    0.708970] ata1.00: ATA-7: TOSHIBA MK1237GSX, DL130M, max UDMA/100
    [    0.708974] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [    0.728759] ata2.00: configured for UDMA/33
    [    0.728875] ata1.00: configured for UDMA/100
    [    0.732501] isapnp: No Plug & Play device found
    [    0.732658] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK1237GS DL13 PQ: 0 ANSI: 5
    [    0.732831] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    0.733052] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [    0.733115] sd 0:0:0:0: [sda] Write Protect is off
    [    0.733119] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    0.733152] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    0.733336]  sda:
    [    0.734682] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-850S  1.90 PQ: 0 ANSI: 5
    [    0.736544] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [    0.736548] Uniform CD-ROM driver Revision: 3.20
    [    0.736662] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [    0.736729] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [    0.760306]  sda1 sda2
    [    0.760609] sd 0:0:0:0: [sda] Attached SCSI disk
    [    0.760625] Freeing unused kernel memory: 660k freed
    [    0.761109] Write protecting the kernel text: 4680k
    [    0.761178] Write protecting the kernel read-only data: 1844k
    [    0.782727] udev: starting version 151
    [    0.887098] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [    0.887130] r8169 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    0.887192] r8169 0000:05:00.0: setting latency timer to 64
    [    0.887278]   alloc irq_desc for 27 on node -1
    [    0.887281]   alloc kstat_irqs on node -1
    [    0.887303] r8169 0000:05:00.0: irq 27 for MSI/MSI-X
    [    0.888126] eth0: RTL8101e at 0xf8076000, 00:16:d4:fd:9e:2b, XID 14000000 IRQ 27
    [    0.955148] ohci1394 0000:06:04.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    1.008101] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc005000-dc0057ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
    [    1.148049] usb 4-1: new low speed USB device using uhci_hcd and address 2
    [    1.313256] usb 4-1: configuration #1 chosen from 1 choice
    [    1.330892] usbcore: registered new interface driver hiddev
    [    1.349428] input: HID 1241:1111 as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input5
    [    1.349575] generic-usb 0003:1241:1111.0001: input,hidraw0: USB HID v1.00 Mouse [HID 1241:1111] on usb-0000:00:1d.2-1/input0
    [    1.349612] usbcore: registered new interface driver usbhid
    [    1.349615] usbhid: v2.6:USB HID core driver
    [    1.489058] kjournald starting.  Commit interval 5 seconds
    [    1.489077] EXT3-fs: mounted filesystem with ordered data mode.
    [    2.280496] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00023f75a8407c4d]
    [   27.484709] udev: starting version 151
    [   27.637227] acpi device:07: registered as cooling_device2
    [   27.637414] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
    [   27.637491] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
    [   27.680800] lp: driver loaded but no devices found
    [   27.735634] intel_rng: FWH not detected
    [   27.970800] Linux agpgart interface v0.103
    [   28.258840] sdhci: Secure Digital Host Controller Interface driver
    [   28.258845] sdhci: Copyright(c) Pierre Ossman
    [   28.264689] agpgart-intel 0000:00:00.0: Intel 945GM Chipset
    [   28.265180] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
    [   28.266450] tifm_7xx1 0000:06:04.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [   28.272300] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    [   28.552283] [drm] Initialized drm 1.1.0 20060810
    [   28.565347] sdhci-pci 0000:06:04.3: SDHCI controller found [104c:803c] (rev 0)
    [   28.565372] sdhci-pci 0000:06:04.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [   28.565558] Registered led device: mmc0::
    [   28.565677] mmc0: SDHCI controller on PCI [0000:06:04.3] using DMA
    [   28.567300] yenta_cardbus 0000:06:04.0: CardBus bridge found [1179:ff00]
    [   28.567325] yenta_cardbus 0000:06:04.0: Enabling burst memory read transactions
    [   28.567333] yenta_cardbus 0000:06:04.0: Using CSCINT to route CSC interrupts to PCI
    [   28.567336] yenta_cardbus 0000:06:04.0: Routing CardBus interrupts to PCI
    [   28.567344] yenta_cardbus 0000:06:04.0: TI: mfunc 0x10aa1b22, devctl 0x64
    [   28.797809] yenta_cardbus 0000:06:04.0: ISA IRQ mask 0x0cf8, PCI irq 16
    [   28.797817] yenta_cardbus 0000:06:04.0: Socket status: 30000006
    [   28.797822] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #06 to #0a
    [   28.797835] yenta_cardbus 0000:06:04.0: pcmcia: parent PCI bridge I/O window: 0x5000 - 0x5fff
    [   28.797840] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff: clean.
    [   28.798115] yenta_cardbus 0000:06:04.0: pcmcia: parent PCI bridge Memory window: 0xdc000000 - 0xdc0fffff
    [   28.798120] yenta_cardbus 0000:06:04.0: pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x43ffffff
    [   28.804230] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [   28.804238] i915 0000:00:02.0: setting latency timer to 64
    [   28.810901] [drm] set up 7M of stolen space
    [   28.861289] type=1505 audit(1283378371.797:2):  operation="profile_load" pid=611 name="/sbin/dhclient3"
    [   28.862012] type=1505 audit(1283378371.797:3):  operation="profile_load" pid=611 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   28.862405] type=1505 audit(1283378371.797:4):  operation="profile_load" pid=611 name="/usr/lib/connman/scripts/dhclient-script"
    [   28.873376] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa04713/0x0
    [   28.873384] synaptics: Toshiba Satellite A135 detected, limiting rate to 40pps.
    [   28.915258] [drm] initialized overlay support
    [   28.963736] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
    [   29.217347] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
    [   29.219430] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    [   29.220364] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
    [   29.221091] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
    [   29.222010] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
    [   29.486955] fb0: inteldrmfb frame buffer device
    [   29.486959] registered panic notifier
    [   29.486969] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [   29.487025]   alloc irq_desc for 22 on node -1
    [   29.487027]   alloc kstat_irqs on node -1
    [   29.487036] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [   29.487081] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [   29.623909] vga16fb: initializing
    [   29.623917] vga16fb: mapped to 0xc00a0000
    [   29.623923] vga16fb: not registering due to another framebuffer present
    [   29.675689] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    [   29.737874] Console: switching to colour frame buffer device 160x50
    [   35.735015] Adding 976552k swap on /host/ubuntu/disks/swap.disk.  Priority:-1 extents:1 across:976552k 
    [   35.827291] EXT3 FS on loop0, internal journal
    [   36.437181] type=1505 audit(1283378379.373:5):  operation="profile_load" pid=812 name="/usr/share/gdm/guest-session/Xsession"
    [   36.439519] type=1505 audit(1283378379.373:6):  operation="profile_replace" pid=813 name="/sbin/dhclient3"
    [   36.440247] type=1505 audit(1283378379.373:7):  operation="profile_replace" pid=813 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
    [   36.440643] type=1505 audit(1283378379.373:8):  operation="profile_replace" pid=813 name="/usr/lib/connman/scripts/dhclient-script"
    [   36.594961] type=1505 audit(1283378379.529:9):  operation="profile_load" pid=814 name="/usr/bin/evince"
    [   36.604400] type=1505 audit(1283378379.538:10):  operation="profile_load" pid=814 name="/usr/bin/evince-previewer"
    [   36.610318] type=1505 audit(1283378379.546:11):  operation="profile_load" pid=814 name="/usr/bin/evince-thumbnailer"
    [   36.704417] type=1505 audit(1283378379.641:12):  operation="profile_load" pid=815 name="/usr/lib/firefox-3.6.8/firefox-*bin"
    [   36.708447] type=1505 audit(1283378379.645:13):  operation="profile_load" pid=815 name="/usr/lib/firefox-3.6.8/firefox-*bin//firefox_java"
    [   36.710813] type=1505 audit(1283378379.645:14):  operation="profile_load" pid=815 name="/usr/lib/firefox-3.6.8/firefox-*bin//firefox_openjdk"
    [   37.254057] apm: BIOS not found.
    [   37.746629] ppdev: user-space parallel port driver
    [   37.956491] r8169: eth0: link up
    [   37.956502] r8169: eth0: link up
    [   45.012194] ISO 9660 Extensions: Microsoft Joliet Level 3
    [   45.092461] ISO 9660 Extensions: RRIP_1991A
    [   48.372046] eth0: no IPv6 routers present
    [12324.591871] cfg80211: Calling CRDA to update world regulatory domain
    [12325.066795] ath5k 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [12325.066818] ath5k 0000:04:00.0: setting latency timer to 64
    [12325.066903] ath5k 0000:04:00.0: registered as 'phy0'
    [12325.136916] cfg80211: World regulatory domain updated:
    [12325.136927] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [12325.136936] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [12325.136943] 	(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [12325.136951] 	(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [12325.136959] 	(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [12325.136966] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [12325.582485] ath: EEPROM regdomain: 0x64
    [12325.582490] ath: EEPROM indicates we should expect a direct regpair map
    [12325.582495] ath: Country alpha2 being used: 00
    [12325.582497] ath: Regpair used: 0x64
    [12325.781796] phy0: Selected rate control algorithm 'minstrel'
    [12325.783686] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa0, PHY: 0x61)
    [12326.090926] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [12351.195236] r8169: eth0: link down
    [12711.086604] __ratelimit: 9 callbacks suppressed
    [12711.086612] polkitd[1304]: segfault at 0 ip 0024d7a0 sp bf953818 error 4 in libc-2.11.1.so[1da000+153000]
    [12739.082657] r8169: eth0: link up
    Last edited by MikeTbob; 09-02-2010 at 03:01 AM. Reason: Added Code tags

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •