Go Back   MEPISlovers Forum > Help > Networking-Lan-Modems
Register FAQTop Statistics Today's Posts Donate Gallery
Gallery
Mepis Art Gallery
My images
Upload an image
View all users images
Post New Thread  Reply
Solved - Wireless won't start at boot

 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-27-2007, 11:25 AM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default Solved - Wireless won't start at boot

Hi Folks,
I am using Antix 6.5 Final on a Dell C600 laptop. I connenct to the internet via NIC card which works well via ndiswrapper. My only problem (frustration) is that I have to enter the interface section of mnetwork and use the "Start/restart on Apply" function to connect to the internet. Wlan0 is set to "Start at boot" but it does not. No other interfaces are used on this machine and
they, of course, are not set to "Start at boot." This is not so much a problem as it is a frustration since I log on / off frequently during the course of my day. I would really appreciate it if someone could tell me how to get this connection to start at boot up. Thanks.

Last edited by littlemac : 07-29-2007 at 05:35 PM.
Reply With Quote
  #2  
Old 07-27-2007, 11:57 AM
Jerry3904's Avatar
Jerry3904 Jerry3904 is offline
High up in Userspace
 
Join Date: Jul 2006
Location: Geneva NY
Gender: Male
Posts: 4,915
Thanks: 2,561
Thanked 1,934 Times in 1,162 Posts
Rep Power: 210
Reputation: 11126
Jerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond repute
Default Interference

This problem may be due to interference between a native driver and the Windows driver you are using with Ndiswrapper. The Dell D600 apparently has a bcm4309 chipset, making such a conflict more than likely: knetworkmanager might be trying to set up on another interface such as eth0.
Can you give us the output of entering the following into a terminal as root:
Code:
iwconfig
lspci | grep -i network (or: lsusb | grep -i network, for a usb adapter)
ndiswrapper -l
If there is indeed interference, you will need to suppress the native driver if you want to continue using ndiswrapper. See this page.
__________________
A Wiki only works when many eyes are on it.
Reply With Quote
The Following User Says Thank You to Jerry3904 For This Useful Post:
  #3  
Old 07-27-2007, 12:39 PM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default

Thanks jerry3904,
Here's the info:

iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:"*******" Nickname:"default"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0F:B5:63:1C:64
Bit Rate=54 Mb/s Sensitivity=-200 dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:1418-4632-DF48-96AA-2F74-D039-99 Security mode:open
Power Management:off
Link Quality:56/100 Signal level:-60 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


ndiswrapper -l
mrv8000c : driver installed
device (11AB:1FAA) present

lspci | grep -i network returns no information, however . . .

lspci
0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:03.0 CardBus bridge: Texas Instruments PCI1420
0000:00:03.1 CardBus bridge: Texas Instruments PCI1420
0000:00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
0000:00:08.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio Accelerator (rev 10)
0000:00:10.0 Ethernet controller: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] (rev 10)
0000:00:10.1 Communication controller: 3Com Corporation Mini PCI 56k Winmodem (rev 10)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02)
0000:06:00.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
Reply With Quote
  #4  
Old 07-27-2007, 01:28 PM
Jerry3904's Avatar
Jerry3904 Jerry3904 is offline
High up in Userspace
 
Join Date: Jul 2006
Location: Geneva NY
Gender: Male
Posts: 4,915
Thanks: 2,561
Thanked 1,934 Times in 1,162 Posts
Rep Power: 210
Reputation: 11126
Jerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond reputeJerry3904 has a reputation beyond repute
Default Google is not God

Not the bcm4309, huh? OK, my bad.

There is a native driver for the 88w8335 Libertas chipset in the kernel, according to the ndiswrapper wiki. Let's try getting that out of the way:
Code:
rmmod mrv8k
Let me know what happens.
Reply With Quote
  #5  
Old 07-27-2007, 02:22 PM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default

No luck, Jerry3904.
Reply With Quote
  #6  
Old 07-27-2007, 11:17 PM
handydan918 handydan918 is offline
I want my Mepis-sickle!
 
Join Date: Aug 2006
Location: moorpark, california
Posts: 1,489
Thanks: 207
Thanked 355 Times in 275 Posts
Rep Power: 81
Reputation: 1841
handydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud ofhandydan918 has much to be proud of
Default this may be way off,

but my experience with ndiswrapper was that I had to delete all other ndiswrapper drivers except for the one I wanted to use. Actually, I probably only had to delete one or two of them, but who knows which ones?
__________________
Registered Linux User #386750

chown -R us base

Code:
p3x2:/home/daniel# apt-get install a-clue
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package a-clue
The battlefields of history are littered with the bones of those, who, at the dawn of victory, sat down to rest; and, resting, died.
Reply With Quote
The Following User Says Thank You to handydan918 For This Useful Post:
  #7  
Old 07-28-2007, 07:54 AM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default

Thanks, handydan918, for the input. I deleted all other drivers in ndiswrapper before installing the one for my card. I was running Mepis 6.0 on this laptop a while back and did not have the problem. It only started after installing 6.5. Mepis 6.5 worked well but a bit slow on this machine which is why I moved to Antix. I like it quite a bit but would really like to solve this issue. Please post any other thoughts you might have on it. That goes for everybody! Thanks again.
Reply With Quote
  #8  
Old 07-28-2007, 11:18 AM
carlops carlops is offline
Administrator
 
Join Date: Jul 2006
Posts: 4,240
Thanks: 225
Thanked 1,448 Times in 953 Posts
Rep Power: 174
Reputation: 8258
carlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond reputecarlops has a reputation beyond repute
Default

I recently discovered wicd (stevenp pointed it out at the mepis.org forum), it is a great front end for detection of wifi lans and automatically connecting. So far it works great for me, without the Knetworkmanager quirks.

You can add this line to the repos:
deb http://wicd.longren.org dapper all

Homepage is wicd.sourceforge.net

Just install via synaptic. Set the MEPIS assistant to manual and ESSID to any. Then reboot. Start the GUI by issuing /opt/wicd/gui.py in a console or create a menu entry for it.

It requires python, so if Antix does not have that, it needs to be installed as well.
__________________
Sometimes, a good life is just a succession of successful clicks...
Reply With Quote
  #9  
Old 07-28-2007, 03:25 PM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default

Hi Carlops and thanks for responding. I installed wicd via synaptic and gave it a shot but ran into problems. First, I still had to manually start the network even though I had the automatic connect option enabled. Second, the internet slowed to a crawl using wicd. Third, when running a speed test (timed out) the wrong ip address was displayed. Fourth, connection was spuratic (on / dropped / on / dropped and so on). I tried the .deb package from sourceforge and got the same result. Any ideas on any of this? By the way, Python is installed in Antix. Thanks.
Reply With Quote
  #10  
Old 07-28-2007, 03:28 PM
littlemac littlemac is offline
MEPIS is cool!
 
Join Date: Jul 2007
Gender: Male
Posts: 29
Thanks: 61
Thanked 1 Time in 1 Post
Rep Power: 0
Reputation: 15
littlemac is on a distinguished road
Default

I might add that I am using the default fluxbox WM -- not sure if that would matter or not. Thanks again.
Reply With Quote
Post New Thread  Reply

  MEPISlovers Forum > Help > Networking-Lan-Modems


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 10:58 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007-2010 MEPISlovers.org