LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 06-12-2005, 08:16 PM   #1
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Rep: Reputation: 30
Question Mepis Live cd wireless setup


I've been looking at various live cd threads for an answer to this prob to little avail. I have a thinkpad t21 running a dlink dwl-g630 card. wlan0 is not detected upon boot and any attempt to 'ndiswrapper -i xxxx.inf' is met with something along the lines of 'cannot write to disk disk may be full.'

addistionally, i know it will become an issue but since it is a live cd there is no kernel src installed. is there anyone who is using mepis live cd and in fact has a network connection? if so, please for the love enlighten me.

As always, thanx in advance to an awesome community.

 
Old 06-13-2005, 12:16 AM   #2
Darkhack
Member
 
Registered: Mar 2005
Location: Kansas City
Distribution: Ubuntu 7.10
Posts: 47

Rep: Reputation: 15
Ignore that error you get. For the most part you should be able to get it to work with NDISWrapper despite that error. If not, then its because its a LiveCD and you might not be able to use it because of that. As for your kernel source, it will appear upon installation.

All I can say is ignore that message NDISWrapper does and continue as normal and see if you can get it to work. On my system I was able to install the driver despite that message.

edit: Sorry. The kernel source is NOT installed when you do an hd install of Mepis. You see, I am sort of new to Linux myself and I haven't done a whole lot of kernel stuff and I assumed that Mepis came with the kernel source. My apologizes, I wasn't intentually trying to give false info.

Last edited by Darkhack; 06-15-2005 at 12:33 PM.
 
Old 06-13-2005, 12:34 AM   #3
MikeZila
Member
 
Registered: Jul 2004
Location: Parts Unknown
Distribution: Arch
Posts: 377

Rep: Reputation: 30
Once you try to install the driver and get that error, do...
Code:
ndiswrapper -l
and see if it's installed.
 
Old 06-13-2005, 10:58 AM   #4
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
correction

The kernel source _does_not_ appear upon installation. It must be downloaded.
 
Old 06-13-2005, 01:56 PM   #5
jogi
LQ Newbie
 
Registered: Mar 2005
Location: London
Distribution: Kanotix 2005-03,Simply Mepis
Posts: 18

Rep: Reputation: 0
I have been able to run ndiswrapper from the live CD several times. The only time I get any form of error is if i try to do ndiswrapper -m.

After installing do, ndiswrapper -l to see if its installed. If it is, then do modprobe ndiswrapper to load it and you're good to go.
 
Old 06-13-2005, 06:02 PM   #6
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Original Poster
Rep: Reputation: 30
will the fact that there is no kernel source be an issue? what i mean is that i will not have a connection at all when running the live cd if i cant get the wireless to work. i suppose i could u name and then boot windows to use the wireless to grad the kernel src. but if i cant install on a live cd then there will be trouble. qtparted is new to me and the last time i tried it i wiped my hd.

advice?
 
Old 06-13-2005, 06:19 PM   #7
MikeZila
Member
 
Registered: Jul 2004
Location: Parts Unknown
Distribution: Arch
Posts: 377

Rep: Reputation: 30
You don't have to have kernel sources or anything if the LiveCD comes with ndiswrapper installed already. Just load your drivers, modprobe it, and setup your card using iwconfig.
 
Old 06-13-2005, 06:24 PM   #8
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
The kernel source would only be an issue if you wanted to install the native linux drivers (assuming that there are some for the dwl-g630). Either way, kernel source is useless without an hd install.
 
Old 06-13-2005, 07:04 PM   #9
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Original Poster
Rep: Reputation: 30
ok. i tried once again to no avail. here is the result:

root@1[root]# cd /mnt/hda5/
root@1[hda5]# ls
Adobe msdownld.tmp Program Files unzipped
Documents and Settings network utils Recycled WUTemp
Holding Tank pagefile.sys snort
root@1[hda5]# cd network\ utils/
root@1[network utils]# ls
absetup.exe asus-g630 avast.exe BW1301Setup.exe dwl-g630 ndiswrapper
root@1[network utils]# cd dwl-g630/
root@1[dwl-g630]# ls
data1.cab data2.cab engine32.cab setup.boot setup.ini
data1.hdr Drivers layout.bin Setup.exe setup.inx
root@1[dwl-g630]# cd Drivers/
root@1[Drivers]# ls
ar52119x.sys ar5211.sys net5211.cat net5211.inf
root@1[Drivers]# ndiswrapper -i net5211.inf
Installing net5211
cp: writing `/etc/ndiswrapper/net5211/ar5211.sys': No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
uniq: write error: No space left on device
cp: writing `/etc/ndiswrapper/net5211/net5211.inf': No space left on device
root@1[Drivers]# modprobe ndiswrapper
root@1[Drivers]# ndiswrapper -l
Installed ndis drivers:
airplus driver present
bcmwl5 driver present
lsbcmnds driver present
lstinds driver present
mrv8k51 driver present
net5211 driver present, hardware present
netr33x driver present
prismnic driver present
wlanuig driver present
wlipnds driver present
root@1[Drivers]# ndiswrapper -m
Adding "alias wlan0 ndiswrapper" to /etc/modprobe.d/ndiswrapper
cp: writing `/etc/modules.conf.old': No space left on device
root@1[Drivers]# dhcpcd wlan0
bash: dhcpcd: command not found
root@1[Drivers]# dhcpcd wlan0
bash: dhcpcd: command not found
root@1[Drivers]# iwconfig wlan0
wlan0 No such device

root@1[Drivers]#
 
Old 06-13-2005, 07:14 PM   #10
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
I've never had that problem before, but is it possible that you are running out of ramdisk?? I'm guessing that you don't have any kind of swap file or swap partition that Mepis can use?
 
Old 06-13-2005, 07:30 PM   #11
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Original Poster
Rep: Reputation: 30
unfortunately, no. i only have a small 11gig available hd that is setup with two partitions in an effort to minimize loss if windows goes down. i wasn't sure how to setup a swap partition for linux when i was installing windows. is there something recursive that i can do?
 
Old 06-13-2005, 07:33 PM   #12
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Original Poster
Rep: Reputation: 30
i have no apprehensions to installing linux onto the hd and firing windows. in fact, that is the ultimate goal here. however, so far, i do not feel confident that i can get the wireless conn up and running in linux....just yet.

thanx for the personal help, dping. i appreciate it greatly.
 
Old 06-13-2005, 07:40 PM   #13
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
How much ram do you have?
What filesystems are the two partitions?
 
Old 06-13-2005, 07:46 PM   #14
dauphinfay
Member
 
Registered: Jan 2004
Location: Earth
Distribution: Ubuntu
Posts: 301

Original Poster
Rep: Reputation: 30
392,688kb total physical mem

the file systems are fat32. and yes, i can write to each partition provided that i open the hda via konquerer. i guess that is necessary in order to mount (similar to knoppix). just for the record, i did in fact open / mount the proper partitions before attempting to install.
 
Old 06-13-2005, 07:56 PM   #15
dping
Member
 
Registered: Dec 2004
Location: Oregon, USA
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: 30
That should be enough memory, and I have heard that mepis will automatically create swap files on fat partitions, so that shouldn't be the problem.

hmmm...

fyi: I am leaving, will be back tomorrow / later tonight.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tried Mepis Live CD! Now, questions! Superion Linux - Newbie 6 08-23-2005 01:11 PM
Mepis Live CD Boot shinny Linux - Software 5 08-20-2005 03:50 AM
MEPIS Live CD won't boot ntworkMikey MEPIS 18 07-11-2005 11:55 PM
MEPIS Live CD SWAP ??? vivinuthappa MEPIS 4 06-11-2005 03:15 PM
Mouse pointer on Simply Mepis live cd setup is slow loninappleton Linux - Hardware 2 03-02-2005 11:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 04:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration