Just installed Antix 7.5 and am trying to set up the network. I clicked on the"enable WICD tray icon" and nothing happens. I click on" Set up WICD" and just get a blank white box.
Tried the Mepis Network Assistant and when I set the interface to wlan0, it will only allow to use the static IP, not the use DCHP.
Any suggestions.
- Posts: 7 smilliken
- Joined: 10 Sep 2008
- Posts: 452 Jerry
- Joined: 12 Sep 2007
#2
We need to know what you have in order to be able to help. Can you give us the output of these commands as root:If the first returns nothing, then just type lspci and look for the entry about your ethernet or network card.
BTW: The MEPIS Wiki is full of stuff on networking, wired as well as wireless.
Code: Select all
lspci | grep net
ndiswrapper -l
iwconfig
BTW: The MEPIS Wiki is full of stuff on networking, wired as well as wireless.
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#3
If you want to use wicd, make sure you do not use the fast boot option as it disables it.
To check that wicd is 'on' you'll see it mentioned in the boot just before slim starts.
To check that wicd is 'on' you'll see it mentioned in the boot just before slim starts.
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#4
As for the wiki, I've installed Mepis 6, 6.5, 7 and now 8 with the same wireless adapter(Linksys USB54G) with no problems.
Having trouble getting the info onto a jump driver to transfer to a computer with internet. Ndiswrapper -l recognizes the driver and the hardware. lsusb recognizes the adapter. Like I stated in the first post, Mepis Network Assistant will not allow me to select"use DCHP" on the interface tab. Always reverts back to the"use selected IP".Jerry wrote:We need to know what you have in order to be able to help. Can you give us the output of these commands as root:If the first returns nothing, then just type lspci and look for the entry about your ethernet or network card.Code: Select all
lspci | grep net ndiswrapper -l iwconfig
BTW: The MEPIS Wiki is full of stuff on networking, wired as well as wireless.
As for the wiki, I've installed Mepis 6, 6.5, 7 and now 8 with the same wireless adapter(Linksys USB54G) with no problems.
- Posts: 452 Jerry
- Joined: 12 Sep 2007
#5
OK, I guess I am not completely understanding what you did at the beginning: did you click (in Fluxbox) Menu --> Settings --> Control Centre --> Network --> Connect Wirelessly - Wicd? If that is what left you with a blank box, then I would suggest you try Ceni on that same tab (lurking behind the button with the wrong label"Set Wired Connection") to connect. It is pretty straightforward and pretty good.
After that, I turn to the CLI and run the commands where I can see the output.
After that, I turn to the CLI and run the commands where I can see the output.
- Posts: 1,520 eriefisher
- Joined: 07 Oct 2007
#6
Try"ndiswrapper -m" to load the driver and check /etc/modules to see that ndiswrapper is listed.
- Posts: 452 Jerry
- Joined: 12 Sep 2007
#7
Isn't that enuf?Ndiswrapper -l recognizes the driver and the hardware.
- Posts: 1,520 eriefisher
- Joined: 07 Oct 2007
#8
Ndiswrapper can have several drivers install but not all of them may be loaded especially if the driver was just installed.Jerry wrote:Isn't that enuf?
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#9
These are the commands that I follow in order to get my adapter to work in Mepis 6.5,7 and 8. I've used these commands on numerous other distros and had it work every time.
1. sudo ndiswrapper -i wusb54g.inf
2. ndiswrapper -l (show the driver is loaded and hardware detected)
3. sudo depmod -a
4. sudo modprobe ndiswrapper
5. sudo ndiswrapper -m
6. echo"ndiswrapper" | sudo tee -a /etc/modules
7. sudo shutdown -r now
In Mepis, I would set up the Mepis Network Assistant prior to the above and also use knemo to let me know the network was up and running once it connected.
Again, why does the interface tab not let me select"use DCHP"? Also way did in the other Mepis versions.
1. sudo ndiswrapper -i wusb54g.inf
2. ndiswrapper -l (show the driver is loaded and hardware detected)
3. sudo depmod -a
4. sudo modprobe ndiswrapper
5. sudo ndiswrapper -m
6. echo"ndiswrapper" | sudo tee -a /etc/modules
7. sudo shutdown -r now
In Mepis, I would set up the Mepis Network Assistant prior to the above and also use knemo to let me know the network was up and running once it connected.
Again, why does the interface tab not let me select"use DCHP"? Also way did in the other Mepis versions.
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#10
Yes, the white blank screen was as per your quote above. Ceni recognizes the adapter and I set it up for the network. Pardon my ignorance, but what is CLI?Jerry wrote:OK, I guess I am not completely understanding what you did at the beginning: did you click (in Fluxbox) Menu --> Settings --> Control Centre --> Network --> Connect Wirelessly - Wicd? If that is what left you with a blank box, then I would suggest you try Ceni on that same tab (lurking behind the button with the wrong label"Set Wired Connection") to connect. It is pretty straightforward and pretty good.
After that, I turn to the CLI and run the commands where I can see the output.
- Posts: 452 Jerry
- Joined: 12 Sep 2007
#11
What if you try to get a lease manually after you have done the rest:
CLI=command line interface, sorry
Not sure, but I have seen people complaining about that on MepisLovers too.why does the interface tab not let me select"use DCHP"?
What if you try to get a lease manually after you have done the rest:
Code: Select all
iwconfig NameOfInterface ESSID"NameOfNetwork"
dhclient NameOfInterface
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#12
Performed the above with no success. I switched to Icewm and I see there are two wicd tray icons and the CPU goes to 100% and stays there. I can't close either of the tray icons and the computer locks right up. Not sure if this has anything to do with the problem.Jerry wrote:What if you try to get a lease manually after you have done the rest:
CLI=command line interface, sorryCode: Select all
iwconfig NameOfInterface ESSID"NameOfNetwork" dhclient NameOfInterface
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#13
Nothing worked. I then installed Mepis"8" and within 30 minutes(including installation) I had internet and all working perfectly. Not sure why Antix won't work with the Linksys WUSB54G? Will probably be keeping Mepis on the computer.
- Posts: 1,081 OU812
- Joined: 29 Sep 2007
#14
Maybe mepis 8 is using a different kernel? If this is the problem, then maybe try installing the latest mepis kernel by enabling the mepis repos. I'm not an expert in this, but I think that sometimes the problem is that certain drivers are compiled with the kernel. And if not, you have to install them yourself.
john
john
- Posts: 7 smilliken
- Joined: 10 Sep 2008
#15
I don't think it is Mepis 8's kernel. I've no trouble getting Mepis 6.5 and 7, Sidux, Fedora 8 & 9, Ubuntu and the list goes on to work. Just not sold on Antix.