Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

  1. #1
    Join Date
    Jan 2013
    Beans
    20

    Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    sudo lshw -C network

    Code:
      *-network UNCLAIMED     
           description: Ethernet controller
           product: AR8162 Fast Ethernet
           vendor: Atheros Communications Inc.
           physical id: 0
           bus info: pci@0000:01:00.0
           version: 10
           width: 64 bits
           clock: 33MHz
           capabilities: pm pciexpress msi msix bus_master cap_list
           configuration: latency=0
           resources: memory:b8400000-b843ffff ioport:2000(size=128)
    I cannot even detect my wireless network, which I know is running (I have other devices connected).
    Last edited by bruti; March 27th, 2013 at 10:28 PM.

  2. #2
    Join Date
    Jan 2013
    Beans
    20

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    For what it's worth, I am coming from Linux Mint (cinnamon). I had this same issue when I tried installing Ubuntu 12.10, Fedora, and even just Debian. I eventually installed linux mint, and I could connect to the internet right off the bat. I would prefer to use ubuntu over linux mint, however, otherwise I would stay there (considering the wireless works without issue)

  3. #3
    Join Date
    Jan 2013
    Beans
    20

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    I hate to keep bumping my own thread -- but I hate to not be able to use my laptop at school even more

    As an update: I cannot connect to the internet through an ethernet cable either.

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    Your thread title refers to wireless however your details are for ethernet:
    -network UNCLAIMED
    description: Ethernet controller
    product: AR8162 Fast Ethernet
    vendor: Atheros Communications Inc.
    physical id: 0
    bus info: pci@0000:01:00.0
    version: 10
    width: 64 bits
    clock: 33MHz
    capabilities: pm pciexpress msi msix bus_master cap_list
    configuration: latency=0
    resources: memory:b8400000-b843ffff ioport:2000(size=128)
    Can you please run and post:
    Code:
    lspci -nn | grep 0280
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Jan 2013
    Beans
    20

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    Hello again, chili.

    I just found that command laying around on the forums so I used it in hopes that it'd help some how.

    Code:
    lspci -nn | grep 0280
    02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
    I have tried downloading the RTL8188CE from my PC, then installing on the laptop. It did not work.

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176]
    Your device is covered by the driver rtl8192ce in 12.10. Does the module exist in 12.04? Please run and post:
    Code:
    modinfo rtl8192ce | grep 8176
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Jan 2013
    Beans
    20

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    modinfo rtl8192ce | grep 8176
    alias: pci:v000010ECd00008176sv*sd*bc*sc*i*

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    Quote Originally Posted by bruti View Post
    modinfo rtl8192ce | grep 8176
    alias: pci:v000010ECd00008176sv*sd*bc*sc*i*
    That suggests you have a working driver that claims your device. Is an interface created, ideally wlan0?
    Code:
    iwconfig
    Is the switch on?
    Code:
    rfkill list all
    Are there any interesting messages in the logs?
    Code:
    dmesg | grep -e wlan -e rtl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Jan 2013
    Beans
    20

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    Code:
    iwconfig
    lo        no wireless extensions.
    Code:
    rfkill list all
    (no results)

    Code:
    dmesg | grep -e wlan -e rtl
    [   10.854222] rtl8192ce: ****** This B_CUT device may not work with kernels 3.6 and earlier
    [   10.854224] rtl8192ce: Using firmware rtlwifi/rtl8192cfwU_B.bin
    [   11.007679] rtlwifi: Firmware rtlwifi/rtl8192cfwU_B.bin not available

  10. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Toshiba Satellite C855 wireless not working on a clean install, Ubuntu 12.04 LTS

    rtlwifi/rtl8192cfwU_B.bin not available
    Please see post #20 here. You have the same problem and require the same fix. http://ubuntuforums.org/showthread.php?t=2123074&page=2
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 1 of 2 12 LastLast

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
  •