The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Ubuntu/XPS M1530 - WiFi Issues

    Discussion in 'Linux Compatibility and Software' started by AussieVesti, Aug 11, 2008.

  1. AussieVesti

    AussieVesti Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    0
    Trophy Points:
    5
    I'm currently running a dual boot with Windows Vista & Ubuntu 8.04 on a Dell XPS M1530. The laptop's wireless network driver is an Intel PRO/Wireless 3945ABG.

    I've previously been able to connect to a wireless network running Ubuntu twice but some how it is incapable of doing that at this time. One indicator which may help resolve the problem is the fact that the WiFi light on the top strip of the keyboard doesn't light up. Often this lights up when loading Windows, right after the BIOS.
     
  2. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Your wireless card might have an on/off switch, so you have to make sure that it is turned on when you shut down Windows so that linux can use it. I'm sure there's a way to use the switch in linux, but I don't know it.

    Also, you should make sure the proper module is loaded.

    Code:
    $ lsmod | grep 'ipw3945'
    If the above command does not output anything, you will have to load the module manually.

    Code:
    # modprobe ipw3945
     
  3. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    did you just do a recent kernel upgrade?

    if so, when you boot up and get the grub loader there should be something like this:

    ubuntu [new version]
    ubuntu recovery [new version]
    ubuntu [older version] <--- TRY THIS ONE and see if the wireless works
    ubuntu recovery [older version]

    unless you shut off the option that saves older kernel versions