![]() |
problem with wireless on dell d600
Hello. I bought a used dell d600. I initially installed debian lxde on it, and then tried to set up wicd. I was unable to get this to pick up wireless signals. So I installed the default (gnome) on it (speaking of newly installing the OS). I did manage to get this working (specifically network-manager-gnome).
I figured that I had accidentally pressed the Fn-F2 key deactivating the wireless when I was attempting to press Alt-F2 to use the run application box. So I once again re-installed the lxde option (a new install). However, this time, I was not given the option to install non-free options for the wireless hardware. This is an option during the install that I had been given in all previous installations. I had used a usb-stick with firmware files that had several debian files on it. The one that it specifically wanted was ipw2x00. So, I installed this later, but not during the initial install. I'm not sure if this makes a difference, but it seems to. I tried to set up wicd, and this failed. In doing so, I made sure that the Fn-F2 key was allowing wireless. Failing with wicd, I got rid of it, and install network-manager-gnome in lxde. However, this too is not working, even though in a previous install I had been able to get this to work. I'm really hoping to get wicd working, but at this point, I'll settle for getting network-manager-gnome working. Any suggestions? PS, when I initially set up wicd, I did follow the instructions at http://wiki.debian.org/WiFi/HowToUse#Wicd |
I have never seen Debian offer to install non-free soft ware on one of their install disks. Not saying it doesn't but find it hard to believe considering their removal of non-free stuff that is included in the Linux kernel.
If you have a wired connection, I assume you do as you installed the gnome package, you need to edit your sources list and install some things. A sample of what it needs to look like; Quote:
Code:
apt-get updateCode:
apt-get install firmware-linuxTry setting it up again and if it works mark this solved. If not try the command in terminal and post the output here. Someone that knows more about wireless than I do will undoubtedly know what to do. You need those non-free packages first of all. |
I have the packages "firmware-linux-free" and "firmware-linux-nonfree" installed. Still no luck. I also, as I mentioned, installed firmware-ipw2x00. Regarding the Debian install being "hard to believe", feel free to read about it here -- "Installation via Debian Installer". As the site mentions, it prompted me for the ipw2100-1.3.fw driver. So, I used a usb-stick with the debs from the non-free firmware tarball. This did work the first time, but as I mentioned, the installer did not give such a prompt the second time.
The result of iwconfig is this: Code:
root@debian:/home/mark# iwconfig |
Okay, just to add some further information. dmesg gives the following:
Code:
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection |
1) Connect to your router using an ethernet cable
2) Enable the non-free repo. 3) Install the package "firmware-ipw2x00" 4) Reload the module Code:
modprobe -r ipw2100 ; modprobe ipw2100If the output of "iwconfig" gives you, e.g, "wlan0" then install wicd go into "preferences" and manually enter the interface name (it's always blank). |
Well, I did a fresh install (gnome this time) and still no luck. I get much the same:
Code:
root@debian:/home/mark# iwconfig |
Quote:
Quote:
Quote:
Quote:
Quote:
|
Quote:
Have you checked output of Code:
dmesg | grep firmwareQuote:
|
Hello Caravell. Here's the dmesg:
Code:
root@debian:/home/mark# dmesg | grep firmwareAnyway, keep the ideas coming. |
Code:
apt-cache policy firmware-ipw2x00 |
Hello. Here's the result of the command you suggested, and some other exploratory commands I did:
Code:
root@debian:/media/usb# apt-cache policy firmware-ipw2x00 wireless-tools firmware-bnx2 firmware-bnx2x firmware-linux-nonfree firmware-linux-free wireless-tools:I had mentioned the install a while back. Interestingly, during the last install, it indicated that no network or ethernet cards were found, but gave me the chance to pick drivers to be installed from a list. So, I tried to pick tg3 (which was listed) and bnx2/x also listed, but it would not let me. I then tried to have it scan the usb-stick, which had all these files on it, but it said nothing was found. So, I continued, and it gave me an ominous warning about modules (the exact warning I can't offhand recall). Anyway, I also installed kernal headers and made sure the linux image was installed (it is). I think I'll submit a bug to the debian-install program. Anyway, hopefully this will give some information as to what I should do. I'm not going to attempt another install. I'll just try to fix it (and if I ever get it working, I'll definitely leave it this time.) |
Quote:
Perhaps the computer was overworked, and needed a rest. Anyway, it did work. So, this is now solved. |
| All times are GMT -5. The time now is 08:34 PM. |