Page 1 of 3 123 LastLast
Results 1 to 10 of 35

Thread: help with wifi on acer switch notebook/tablet

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Beans
    339

    help with wifi on acer switch notebook/tablet

    Hoping you folks can help. I just installed 15.04 on my acer switch. Problem is wifi does not work and I can't seem to get any method for broadcom working (I'm assuming it's a broadcom but I'm actually unsure.

    It looks like my wifi card is the broadcom since my device ID says 0x4324 in the mmc1:0001:1/data file however, the vendor id in the same directory is 0x02d0 which as far as I can tell is not standard broadcom. probably why none of the standard drivers does not work. lspci does not show any broadcom device at all.

    Anyone have ideas on getting this working?

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: help with wifi on acer switch notebook/tablet

    Hi, please click on the wireless script in my signature and follow the directions for running the script and posting the results here.
    Thanks

  3. #3
    Join Date
    Mar 2007
    Beans
    339

    Re: help with wifi on acer switch notebook/tablet

    Thanks so much Wild Man, I posted the output to pastebin.

    http://paste.ubuntu.com/10977951/

    -J

  4. #4
    Join Date
    Mar 2007
    Beans
    339

    Re: help with wifi on acer switch notebook/tablet

    Here is another output after I cleaned some things up that I was messing with.

    http://paste.ubuntu.com/10980502/

    -J

  5. #5
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

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

    Re: help with wifi on acer switch notebook/tablet

    So far, we see no wireless device at all! Let's dig deeper. Please run and post:
    Code:
    lspci -nn
    sudo lshw -C network
    "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
    Mar 2007
    Beans
    339

    Re: help with wifi on acer switch notebook/tablet

    Yea, I'm not convinced it's a realtek chipset. I had installed the rtl8723bs driver and it didn't work. I never uninstalled it but I realized from Acer's support page they offer two drivers for windows. A broadcom and a realtek. I'm thinking it's a broadcom since the device ID in the mmc1:0001:1/data file says 0x4324 which is a broadcom ID. So I uninstalled the broadcom stuff and the realtek stuff and rebooted then ran the script again. That's the second pastebin link. I'll run the other commands for chilli555 in a min.
    -J
    Last edited by miatawnt2b; May 4th, 2015 at 12:11 AM.

  8. #8
    Join Date
    Mar 2007
    Beans
    339

    Re: help with wifi on acer switch notebook/tablet

    Code:
    root@switch:~# lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0f)
    00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0f)
    00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI [8086:0f35] (rev 0f)
    00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0f)
    00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0f)
    root@switch:~# sudo lshw -C network
      *-network               
           description: Ethernet interface
           physical id: 1
           logical name: eth0
           serial: 00:80:c8:38:7d:71
           size: 100Mbit/s
           capacity: 100Mbit/s
           capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=asix driverversion=22-Dec-2011 duplex=full firmware=ASIX AX88772 USB 2.0 Ethernet ip=192.168.1.141 link=yes multicast=yes port=MII speed=100Mbit/s
    root@switch:~#
    It does seem strange ubuntu sees nothing. It definitely works in windows, though I don't have the windows install on it anymore to see exactly what driver it's using (well I do, but I'd have to restore the whole maching from USB stick wiping my ubuntu load.)
    Last edited by miatawnt2b; May 4th, 2015 at 12:13 AM.

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

    Re: help with wifi on acer switch notebook/tablet

    Grasping at straws a bit here, but may I see:
    Code:
    ls /sys/bus/sdio/devices/
    I am running out of ideas.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Mar 2007
    Beans
    339

    Re: help with wifi on acer switch notebook/tablet

    Code:
    root@switch:~# ls /sys/bus/sdio/devices/
    mmc1:0001:1  mmc1:0001:2

Page 1 of 3 123 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
  •