Announcement

Collapse
No announcement yet.

Installed nvidia driver and now and wireless is gone!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installed nvidia driver and now and wireless is gone!

    Hi all,

    I've been using kubuntu and wireless happily for some months now. Today I installed a new video driver, nvidia, so that my laptop could communicate with an external monitor. Bumpy road but eventually got it working. Later that day I when I got home I was horrified to find that I could not connect to my wireless network and when I checked under Network Interfaces in System Settings I saw that my wireless card was no longer listed. I have no idea what nvdia could have done to my wireless driver but I presume something has been messed up somewhere. Can anyone please help!

    Here are some basic commands for more info:

    [shadroth@box ~]$ uname -a
    Linux wraith 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux

    [shadroth@box ~]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:13:A9:8D:A6:38
    inet addr:134.4.90.156 Bcast:134.4.90.255 Mask:255.255.255.0
    inet6 addr: fe80::213:a9ff:fe8d:a638/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1419 errors:0 dropped:0 overruns:0 frame:0
    TX packets:866 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:979348 (956.3 KB) TX bytes:188514 (184.0 KB)
    Interrupt:18

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    [shadroth@box ~]$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    cipsec0 no wireless extensions.

    I have seen other forums on this topic, such as http://kubuntuforums.net/forums/inde...ost;board=29.0
    but none of them have solved the problem for me.

    Thanks in advance.

    Shadroth

    #2
    Re: Installed nvidia driver and now and wireless is gone!

    I've been doing more investigation into this. The driver seems to still be there:
    /lib/firmware/2.6.22-14-generic/iwlwifi-3945-1.ucode
    /lib/firmware/2.6.22-14-generic/iwlwifi-3945.ucode
    But I don't see a /etc/hotplug/firmware.agent file which, according to my limited understanding, specifies where the firmware directory is.

    Please help!

    Comment


      #3
      Re: Installed nvidia driver and now and wireless is gone!

      Hmmm -- that is a strange result.

      Is networking (via ethernet) working? If not, maybe a
      Code:
      sudo /etc/init.d/networking restart
      would get both ethernet and wireless going again.

      Otherwise, if you're happy with the video performance, I'd say pretend you never had wireless before, and follow the procedure to install the firmware, install the driver, and configure the interfaces for wireless.

      Comment

      Working...
      X