Results 1 to 3 of 3

Thread: No wlan0

  1. #1
    Join Date
    Mar 2007
    Beans
    646

    No wlan0

    Ok for some reason I've lost wlan0
    Code:
    lshw -C network
    shows it
    Code:
      description: Network controller
           product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
           vendor: Broadcom Corporation
           physical id: 2
           bus info: pci@0000:06:02.0
           version: 02
           width: 32 bits
           clock: 33MHz
           capabilities: bus_master
           configuration: driver=b43-pci-bridge latency=64 module=ssb
    But yesterday wlan0 just dissapeared.
    How do I fix this?

  2. #2
    Join Date
    Mar 2005
    Location
    York, UK
    Beans
    1,811

    Re: No wlan0

    Your output suggests that the hardware has been found and a driver loaded, but you should also be seeing a second section with the configuration details such as the following.

    Code:
    *-network
           description: Wireless interface
           physical id: 2
           logical name: wlan0
           serial: 00:11:XX:XX:XX:XX
           capabilities: ethernet physical wireless
           configuration: broadcast=yes ip=192.168.0.2 multicast=yes wireless=IEEE 802.11g
    Have you tried looking at the dmesg log for error messages?
    UP Team member

  3. #3
    Join Date
    Mar 2007
    Beans
    646

    Re: No wlan0

    Quote Originally Posted by spd106 View Post
    Your output suggests that the hardware has been found and a driver loaded, but you should also be seeing a second section with the configuration details such as the following.

    Code:
    *-network
           description: Wireless interface
           physical id: 2
           logical name: wlan0
           serial: 00:11:XX:XX:XX:XX
           capabilities: ethernet physical wireless
           configuration: broadcast=yes ip=192.168.0.2 multicast=yes wireless=IEEE 802.11g
    Have you tried looking at the dmesg log for error messages?
    I seam to be missing logical name: wlan0, Not sure what I'm looking for in dmesg

Bookmarks

Posting Permissions

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