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

Thread: No wireless on my Dell Inspiron 1545

  1. #1
    Join Date
    Jun 2013
    Beans
    5

    No wireless on my Dell Inspiron 1545

    I have installed ubuntu 12.10 on my Dell inpiron 1545. My wireless does not seem to be working. Here's the snapshot


    2013-06-08 14.01.28.jpg

    I dont see any wireless option on there. I have googled enough and this seems to be my last resort. Since not much familiar with the command line tool of ubuntu, kindly take me through it step by step. I'll keep updating.

    Also, I tried
    sudo lshw -C network
    and the output is

    sudo lshw -C network
    *-network
    description: Ethernet interface
    product: 88E8040 PCI-E Fast Ethernet Controller
    vendor: Marvell Technology Group Ltd.
    physical id: 0
    bus info: pci@0000:09:00.0
    logical name: eth0
    version: 13
    serial: 00:23:ae:34:46:d2
    capacity: 100Mbit/s
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
    resources: irq:45 memory:f69fc000-f69fffff ioport:de00(size=256)


    Kindly help.

  2. #2
    Join Date
    Feb 2013
    Beans
    22

    Re: No wireless on my Dell Inspiron 1545

    for knowing the wifi card do:
    lspci | grep -i network
    it must be Broadcom BCM4312, then look for the driver and install it

  3. #3
    Join Date
    Jun 2013
    Beans
    5

    Re: No wireless on my Dell Inspiron 1545

    lspci | grep -i network

    It does not output anything.

  4. #4
    Join Date
    Feb 2013
    Beans
    22

    Re: No wireless on my Dell Inspiron 1545

    Check in the bios for a hardware switch like "Wireless enabled".

  5. #5
    Join Date
    Jun 2013
    Beans
    5

    Re: No wireless on my Dell Inspiron 1545

    How do I do that?

  6. #6
    Join Date
    Jun 2013
    Beans
    5

    Re: No wireless on my Dell Inspiron 1545

    So i restarted and wireless enable was already checked in BIOS.

  7. #7
    Join Date
    Feb 2013
    Beans
    22

    Re: No wireless on my Dell Inspiron 1545

    Restart the computer. At the very beginning you must see press "F2 to enter setup" and then change the option CAREFULLY.

  8. #8
    Join Date
    Feb 2013
    Beans
    22

    Re: No wireless on my Dell Inspiron 1545

    Other hardware switch is with fn key. Check the manual of your laptop on how to enable/disable Wifi with the fn key.

  9. #9
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: No wireless on my Dell Inspiron 1545

    Please show the outputs of:
    Code:
    lspci -nnk | grep -iA2 net
    lsusb
    pccardctl info
    lsmod
    iwconfig
    rfkill list

  10. #10
    Join Date
    Jun 2013
    Beans
    4

    Re: No wireless on my Dell Inspiron 1545

    check uncheck enable networking.. usually Broadcom need u to install d driver manually http://packages.debian.org/squeeze/a...ommon/download

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •