Announcement

Collapse
No announcement yet.

Wireless dies?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GreyGeek
    replied
    The suggestions I made in post #4 may work, since nothing else has been found to be of help.

    As far as modprobe.conf not existing under /etc/modprobe.d/ you can create it. It is just a text file. In a console open kate.

    kdesudo kate

    add the line suggested, and save it as modprobe.conf.

    Then reboot. (There are other ways but that is the easiest.)

    Leave a comment:


  • Jeremy_Ray
    replied
    Originally posted by SecretCode View Post
    And this same setup worked fine with 11.10 on the same hardware?
    Yessir.

    Originally posted by SecretCode View Post
    Did you upgrade or reinstall?
    New install from CD.

    Originally posted by SecretCode View Post
    Can you access the wireless if you boot from the Live CD of 12.04?
    I'll give it a try.


    Originally posted by SecretCode View Post
    Also, what OS and version is your laptop running (which you said works fine)?
    Ubuntu 8.04 is on the hard drive currently in the laptop. Wireless works fine.

    Leave a comment:


  • SecretCode
    replied
    And this same setup worked fine with 11.10 on the same hardware? That leads me to suspect an issue with the version of the driver.

    Did you upgrade or reinstall? Can you access the wireless if you boot from the Live CD of 12.04?

    Also, what OS and version is your laptop running (which you said works fine)?

    Leave a comment:


  • Jeremy_Ray
    replied
    Originally posted by SecretCode View Post
    by the way, [ CODE ] tags are better than [ QUOTE ] tags - they preserve formatting and avoid smilies being substituted!
    Code tags it is . . .

    Originally posted by SecretCode View Post
    I meant you should find out the ip address (or DNS name) of your router and substitute it! For example if it was 192.168.0.1 you would type
    Code:
    ping 192.168.0.1 -c 1 -M do -s 1472
    I'm not advanced enough with Linux to know better.

    Code:
    PING 192.168.2.4 (192.168.2.4) 1472(1500) bytes of data.
    1480 bytes from 192.168.2.4: icmp_req=1 ttl=64 time=0.047 ms
    
    --- 192.168.2.4 ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.047/0.047/0.047/0.000 ms
    Originally posted by SecretCode View Post

    I don't see anything odd in the iwlist output, except perhaps that "last beacon" time is much longer than what I see (never more than 32ms for me).
    There's a problem somewhere, it's driving me up the wall.

    Leave a comment:


  • SecretCode
    replied
    by the way, [ CODE ] tags are better than [ QUOTE ] tags - they preserve formatting and avoid smilies being substituted!

    Originally posted by Jeremy_Ray View Post
    Sounds like an error -
    Code:
    ping: unknown host ip.address
    I meant you should find out the ip address (or DNS name) of your router and substitute it! For example if it was 192.168.0.1 you would type
    Code:
    ping 192.168.0.1 -c 1 -M do -s 1472
    I don't see anything odd in the iwlist output, except perhaps that "last beacon" time is much longer than what I see (never more than 32ms for me).

    Leave a comment:


  • Jeremy_Ray
    replied
    Originally posted by dequire View Post
    There's a potantially relevant bug on launchpad: https://bugs.launchpad.net/ubuntu/+s...ux/+bug/995467
    I can't say this isn't the bug I have, but I didn't have a problem in 11.10.

    Leave a comment:


  • Jeremy_Ray
    replied
    Originally posted by SecretCode View Post
    Yes, I was using "card" rather loosely ... internally it must be wired into the USB system not PCI. And it ought to show up in lsusb.

    Anyway, since it works some of the time this may be academic.

    But one possibility occurs to me: since you found it originally only happening with Muon/apt, it could be related to large frames getting fragmented and the driver getting confused. Your MTU is 1500 (the default for Ethernet) but on some wireless networks I think it needs to be lower. If you know the IP address of your local gateway / router try this:
    Code:
    ping ip.address -c 1 -M do -s 1472
    (1472 corresponds to a 1500 byte packet size, including 28 bytes of header)
    If this gives an error (like "Frag needed and DF set") then your MTU needs to be set lower.

    This is just a thought though.
    Sounds like an error -

    ping: unknown host ip.address
    Originally posted by GreyGeek View Post
    In addition to what SecretCode asked, what does

    sudo ifconfig
    eth0 Link encap:Ethernet HWaddr 50:e5:49:c4:61:a0
    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:44 Base address:0xe000

    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:612 errors:0 dropped:0 overruns:0 frame:0
    TX packets:612 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:61452 (61.4 KB) TX bytes:61452 (61.4 KB)

    wlan0 Link encap:Ethernet HWaddr 00:1c:df:31:9b:b0
    inet addr:192.168.2.4 Bcast:192.168.2.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:dfff:fe31:9bb0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:3835 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2594 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:3709224 (3.7 MB) TX bytes:354605 (354.6 KB)
    Originally posted by GreyGeek View Post
    sudo iwlist scanning
    lo Interface doesn't support scanning.

    wlan0 Scan completed :
    Cell 01 - Address: 00:1CF:89:38:11
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=48/70 Signal level=-62 dBm
    Encryption keyff
    ESSID:"router"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
    18 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
    Mode:Master
    Extra:tsf=00000006901f848e
    Extra: Last beacon: 608ms ago
    IE: Unknown: 000B726F757465725F62656172
    IE: Unknown: 010882848B961224486C
    IE: Unknown: 030106
    IE: Unknown: 2A0104
    IE: Unknown: 32040C183060
    IE: Unknown: 2D1AEC0117FFFF0000000000000000000000000000000C0000 000000
    IE: Unknown: 3D1606000400000000000000000000000000000000000000
    IE: Unknown: 3E0100
    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F 00
    IE: Unknown: 7F0101
    IE: Unknown: DDA50050F204104A00011010440001021041000100103B0001 031047001000000000000000011000001CDF89381110210012 42656C6B696E20436F72706F726174696F6E102300114E2057 6972656C65737320526F7574657210240007332E30312E3130 1042000E313238303638323333303232353310540008000600 50F20400011011001B42656C6B696E20576972656C65737320 526F757465722857464129100800020004
    IE: Unknown: DD07000C4304000000
    IE: Unknown: 0706555320010B10
    IE: Unknown: DD1E00904C33EC0117FFFF0000000000000000000000000000 000C0000000000
    IE: Unknown: DD1A00904C3406000400000000000000000000000000000000 000000

    eth0 Interface doesn't support scanning.
    Originally posted by GreyGeek View Post
    sudo iwconfig
    lo no wireless extensions.

    wlan0 IEEE 802.11bgn ESSID:"router"
    Mode:Managed Frequency:2.437 GHz Access Point: 00:1CF:89:38:11
    Bit Rate=58.5 Mb/s Tx-Power=27 dBm
    Retry long limit:7 RTS thrff Fragment thrff
    Encryption keyff
    Power Managementn
    Link Quality=48/70 Signal level=-62 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:1 Invalid misc:2 Missed beacon:0

    eth0 no wireless extensions.

    Leave a comment:


  • dequire
    replied
    There's a potantially relevant bug on launchpad: https://bugs.launchpad.net/ubuntu/+s...ux/+bug/995467

    Leave a comment:


  • GreyGeek
    replied
    In addition to what SecretCode asked, what does

    sudo ifconfig

    and

    sudo iwlist scanning

    and

    sudo iwconfig

    show?

    Leave a comment:


  • SecretCode
    replied
    Yes, I was using "card" rather loosely ... internally it must be wired into the USB system not PCI. And it ought to show up in lsusb.

    Anyway, since it works some of the time this may be academic.

    But one possibility occurs to me: since you found it originally only happening with Muon/apt, it could be related to large frames getting fragmented and the driver getting confused. Your MTU is 1500 (the default for Ethernet) but on some wireless networks I think it needs to be lower. If you know the IP address of your local gateway / router try this:
    Code:
    ping ip.address -c 1 -M do -s 1472
    (1472 corresponds to a 1500 byte packet size, including 28 bytes of header)
    If this gives an error (like "Frag needed and DF set") then your MTU needs to be set lower.

    This is just a thought though.

    Leave a comment:


  • Jeremy_Ray
    replied
    Originally posted by SecretCode View Post
    What is the output of
    Code:
    ifconfig wlan0
    It's not a card per se but an antenna a couple inches long, like a Bluetooth antenna. 11.10 handled it automagically.

    wlan0 Link encap:Ethernet HWaddr 00:1c:df:31:9b:b0
    inet addr:192.168.2.4 Bcast:192.168.2.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:dfff:fe31:9bb0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:118035 errors:0 dropped:0 overruns:0 frame:0
    TX packets:75244 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:120323999 (120.3 MB) TX bytes:11657059 (11.6 MB)

    Leave a comment:


  • SecretCode
    replied
    OK, so it looks like a USB wireless card. That explains why it doesn't show up on lspci! But your lsusb listing also didn't show it, if I read correctly. That's odd.

    Maybe it's disconnecting or something.

    What is the output of
    Code:
    ifconfig wlan0

    Leave a comment:


  • Jeremy_Ray
    replied
    There's a Belkin antenna plugged into a USB port.

    Originally posted by SecretCode View Post
    Post the output of
    Code:
    sudo lshw -short
    O.K.

    H/W path Device Class Description
    ================================================== ==
    system GA-990FXA-UD3 ()
    /0 bus GA-990FXA-UD3
    /0/0 memory 128KiB BIOS
    /0/4 processor AMD FX(tm)-8120 Eight-Core Processor
    /0/4/a memory 128KiB L1 cache
    /0/4/c memory 2MiB L3 cache
    /0/b memory 128KiB L1 cache
    /0/29 memory 16GiB System Memory
    /0/29/0 memory 4GiB DIMM 1333 MHz (0.8 ns)
    /0/29/1 memory 4GiB DIMM 1333 MHz (0.8 ns)
    /0/29/2 memory 4GiB DIMM 1333 MHz (0.8 ns)
    /0/29/3 memory 4GiB DIMM 1333 MHz (0.8 ns)
    /0/100 bridge RD890 PCI to PCI bridge (external gfx0 port B)
    /0/100/2 bridge RD890 PCI to PCI bridge (PCI express gpp port B)
    /0/100/2/0 display Barts XT [ATI Radeon HD 6800 Series]
    /0/100/2/0.1 multimedia Barts HDMI Audio [Radeon HD 6800 Series]
    /0/100/9 bridge RD890 PCI to PCI bridge (PCI express gpp port H)
    /0/100/9/0 bus EJ168 USB 3.0 Host Controller
    /0/100/a bridge RD890 PCI to PCI bridge (external gfx1 port A)
    /0/100/a/0 storage 88SE9172 SATA 6Gb/s Controller
    /0/100/11 scsi0 storage SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
    /0/100/11/0 /dev/sda disk 60GB Corsair Force 3
    /0/100/11/0/1 /dev/sda1 volume 2860MiB EXT4 volume
    /0/100/11/0/2 /dev/sda2 volume 53GiB Extended partition
    /0/100/11/0/2/5 /dev/sda5 volume 2860MiB Linux filesystem partition
    /0/100/11/0/2/6 /dev/sda6 volume 4767MiB Linux filesystem partition
    /0/100/11/0/2/7 /dev/sda7 volume 9536MiB Linux filesystem partition
    /0/100/11/0/2/8 /dev/sda8 volume 36GiB Linux filesystem partition
    /0/100/11/1 /dev/sdb disk 1TB ST31000524AS
    /0/100/11/1/1 /dev/sdb1 volume 931GiB EXT4 volume
    /0/100/11/0.0.0 /dev/cdrom disk iHAS124 B
    /0/100/12 bus SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    /0/100/12.2 bus SB7x0/SB8x0/SB9x0 USB EHCI Controller
    /0/100/13 bus SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    /0/100/13.2 bus SB7x0/SB8x0/SB9x0 USB EHCI Controller
    /0/100/14 bus SBx00 SMBus Controller
    /0/100/14.2 multimedia SBx00 Azalia (Intel HDA)
    /0/100/14.3 bridge SB7x0/SB8x0/SB9x0 LPC host controller
    /0/100/14.4 bridge SBx00 PCI to PCI Bridge
    /0/100/14.4/e bus VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller
    /0/100/14.5 bus SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    /0/100/15 bridge SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
    /0/100/15/0 eth0 network RTL8111/8168B PCI Express Gigabit Ethernet controller
    /0/100/15.1 bridge SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
    /0/100/15.1/0 bus EJ168 USB 3.0 Host Controller
    /0/100/15.2 bridge SB900 PCI to PCI bridge (PCIE port 2)
    /0/100/15.3 bridge SB900 PCI to PCI bridge (PCIE port 3)
    /0/100/16 bus SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    /0/100/16.2 bus SB7x0/SB8x0/SB9x0 USB EHCI Controller
    /0/101 bridge Family 15h Processor Function 0
    /0/102 bridge Family 15h Processor Function 1
    /0/103 bridge Family 15h Processor Function 2
    /0/104 bridge Family 15h Processor Function 3
    /0/105 bridge Family 15h Processor Function 4
    /0/106 bridge Family 15h Processor Function 5
    /0/1 scsi8 storage
    /0/1/0.0.0 /dev/sdc disk 7803MB SCSI Disk
    /0/1/0.0.0/1 /dev/sdc1 volume 7437MiB Windows FAT volume
    /0/2 scsi11 storage
    /0/2/0.0.0 /dev/sdd disk 122GB SCSI Disk
    /0/2/0.0.0/1 /dev/sdd1 volume 111GiB Windows FAT volume
    /0/3 scsi10 storage
    /0/3/0.0.0 /dev/sde disk 250GB SCSI Disk
    /0/3/0.0.0/1 /dev/sde1 volume 232GiB Windows FAT volume
    /1 wlan0 network Wireless interface
    Originally posted by SecretCode View Post
    and
    Code:
    sudo lshw -class network
    and-

    *-network
    description: Ethernet interface
    product: RTL8111/8168B PCI Express Gigabit Ethernet controller
    vendor: Realtek Semiconductor Co., Ltd.
    physical id: 0
    bus info: pci@0000:05:00.0
    logical name: eth0
    version: 06
    serial: 50:e5:49:c4:61:a0
    size: 10Mbit/s
    capacity: 1Gbit/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
    resources: irq:44 ioport:ae00(size=256) memory:fd8ff000-fd8fffff memory:fd8f8000-fd8fbfff
    *-network
    description: Wireless interface
    physical id: 1
    bus info: usb@2:4
    logical name: wlan0
    serial: 00:1c:df:31:9b:b0
    capabilities: ethernet physical wireless
    configuration: broadcast=yes driver=rt2800usb driverversion=3.2.0-24-generic firmware=0.29 ip=192.168.2.4 link=yes multicast=yes wireless=IEEE 802.11bgn

    Leave a comment:


  • SecretCode
    replied
    Well, that's odd. You don't seem to have a wireless adapter on either PCI or USB.

    Maybe the adapter "disappears" after a while? Try
    Code:
    lspci | grep Network
    at different times, perhaps.


    Post the output of
    Code:
    sudo lshw -short
    and
    Code:
    sudo lshw -class network

    Leave a comment:


  • Jeremy_Ray
    replied
    lspci -


    00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
    00:09.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H)
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
    00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
    00:15.1 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
    00:15.2 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 2)
    00:15.3 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 3)
    00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 0
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 15h Processor Function 5
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Barts XT [ATI Radeon HD 6800 Series]
    01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Barts HDMI Audio [Radeon HD 6800 Series]
    02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    03:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11)
    04:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    06:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    lsusb -

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    I was wrong earlier when I said the problem only showed up when using apt or Muon. It's showing up constantly in regular internet surfing now. I've got to disconnect and reconnect every few minutes.

    Leave a comment:

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X