Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting up an internet connection with a Wireless LAN Card.
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 1:16 am    Post subject: Reply with quote

Zaron wrote:
I meant the lspci command, sorry. I booted the live cd and did that command when I got the root promt. that's what I got.


What do you do next with that information?
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Mar 27, 2005 1:30 am    Post subject: Reply with quote

the lspci command wil give info about your pci hardware ( about your wireless nic also, so in that way you can see which card you exactly have)
Still try that ndiswrapper -l command, that will give also usefull info
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 1:33 am    Post subject: Reply with quote

But the question here is how do we get our wireless LANs to work? I already know the name of my Wireless LAN. Has anyone ever installed Gentoo with a wireless LAN. Ever??
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 1:33 am    Post subject: Reply with quote

I am not sure what you do next with that info Meto.
Sith_Happens and feminista both suggested that we use it and tell them the result. so I did. I hope they are still monitoring this subject.
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Mar 27, 2005 1:42 am    Post subject: Reply with quote

@Metolinuxnoob
why don't you try the command I asked,it will give the information if ndiswrapper is installed correctly
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Sun Mar 27, 2005 1:44 am    Post subject: Reply with quote

Zaron wrote:
I am not sure what you do next with that info Meto.
Sith_Happens and feminista both suggested that we use it and tell them the result. so I did. I hope they are still monitoring this subject.
I see all. 8) :lol:

Well, for the Broadcom BCM94306, your best bet is to use ndiswrapper with the Win XP drivers from broadcom's website. As far as ATi drivers go, ATi has put together a new team to write their linux drivers (in Canada this time :wink: ), and I'm using them right now. Just run these commands as root:
Code:
emerge ati-drivers
modprobe fglrx
# For the 2.6 kernel
echo "fglrx" >> /etc/modules.autoload.d/kernel-2.6
# For the 2.4 kernel
echo "fglrx" >> /etc/modules.autoload.d/kernel-2.4
# Backup your old xorg.conf
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
# Configure Xorg to use your ATi card
/usr/X11R6/bin/fglrxconfig
# Tell xorg to use ATi as your new opengl driver
opengl-update ati
Then run /usr/X11/bin/glxgears in Xorg to check your new performance. It runs on my P4 with a Radeon 9800 pro at 4566 fps. 8)
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 1:52 am    Post subject: Reply with quote

Thanx Sith. So what is ndiswrapper anyway? what does it do? or did you already post that? I didn't read all the posts yet, just the first few, and then replied with the lspci info. I am a complete noob to linux, but my friend uses it quite often and tells me gentoo is very powerful, so I am giving it a try. the istall has been relativly easy, except for the network card thing of course.
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Sun Mar 27, 2005 2:39 am    Post subject: Reply with quote

polle wrote:
No, you have to boot from knoppix cd:
http://www.gentoo.org/doc/en/altinstall.xml
(see point3)
After booting knoppix in a shell as root do this:
1. Type: ndiswrapper -i />path-to-your-windrivers>/<name-of-driver-file.inf>
2. Type: modprobe ndiswrapper
3. Type: iwconfig wlan0 essid <any>
4. Type: iwconfig wlan0 channel 11
5. Type: ifconfig wlan0 up
6. Type: pump -i wlan0

(i'm not sure if 4 is needed)
then proceed as described in the althernative guide
This is probably what you'll want to do. ndiswrapper is a kernel module that loads and runs the windows network drivers in Linux.
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
feminista
Apprentice
Apprentice


Joined: 25 Mar 2005
Posts: 182

PostPosted: Sun Mar 27, 2005 2:53 am    Post subject: Reply with quote

It looks like wlan0 isn't actually your interface. Depends on the card, you know. I'm trying to think how I figured it out on my box. I'm thinking it may have been iwconfig, but gentoo LiveCDs don't come with that. Knoppix might, though.
Back to top
View user's profile Send private message
Sith_Happens
Veteran
Veteran


Joined: 15 Dec 2004
Posts: 1807
Location: The University of Maryland at College Park

PostPosted: Sun Mar 27, 2005 3:02 am    Post subject: Reply with quote

feminista wrote:
I'm thinking it may have been iwconfig, but gentoo LiveCDs don't come with that.
Are you sure about this? I could have sworn they did.

EDIT: Yes they do, the catalyst specfiles for the livecd's say that they are compiled with the wireless-tools package, which includes, among other things, iwconfig.
_________________
"That question was less stupid; though you asked it in a profoundly stupid way."
I'm the brains behind Jackass! | Tutorials: Shorewall
Back to top
View user's profile Send private message
feminista
Apprentice
Apprentice


Joined: 25 Mar 2005
Posts: 182

PostPosted: Sun Mar 27, 2005 3:12 am    Post subject: Reply with quote

Oh, silly me. I'm using the RR4 CD, which didn't have it, so I assumed it wasn't on the official ones, which was a silly assumption.
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 4:20 am    Post subject: Reply with quote

Sith_Happens wrote:
polle wrote:
No, you have to boot from knoppix cd:
http://www.gentoo.org/doc/en/altinstall.xml
(see point3)
After booting knoppix in a shell as root do this:
1. Type: ndiswrapper -i />path-to-your-windrivers>/<name-of-driver-file.inf>
2. Type: modprobe ndiswrapper
3. Type: iwconfig wlan0 essid <any>
4. Type: iwconfig wlan0 channel 11
5. Type: ifconfig wlan0 up
6. Type: pump -i wlan0

(i'm not sure if 4 is needed)
then proceed as described in the althernative guide
This is probably what you'll want to do. ndiswrapper is a kernel module that loads and runs the windows network drivers in Linux.


But whenever I do this at root in Knoppix, I get this..(after confirming that the driver is installed).

Code:
iwconfig wlan0 essid

-Error for wireless request. "Set ESSID" (8B1A) : too few arguments


Code:
iwconfig wlan0 channel 6

-Error for wireless request "Set frequency" (8B04) : SET failed on device wlan0; no such device


Code:
iwconfig wlan0 up

-wlan0 : Error while getting interface flags: No such device.


Code:
pump -i wlan0

-operation failed.

What should I do. I have installed the drivers using knoppix but it won't let me configure wlan0...
Hasn't anyone ever installed Gentoo with a wireless LAN card before?
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
feminista
Apprentice
Apprentice


Joined: 25 Mar 2005
Posts: 182

PostPosted: Sun Mar 27, 2005 4:27 am    Post subject: Reply with quote

Quote:
What should I do. I have installed the drivers using knoppix but it won't let me configure wlan0...
Hasn't anyone ever installed Gentoo with a wireless LAN card before?


Yes, I'm doing it as we speak. Your problem is that wlan0 isn't actually the name of your interface, and you need to find out what that name is. My suggestion was iwconfig, but I'm not entirely sure that that will do it. Regardless, try running

Code:
iwconfig


with no arguments, and see what it reveals.
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 4:41 am    Post subject: Reply with quote

Code:
iwconfig


lo - no wireless extensions

eth0 - no wireless extensions.

Which is wierd because I installed a wireless driver on Knoppix...
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 5:33 am    Post subject: Reply with quote

Any suggestions?
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 8:28 am    Post subject: Reply with quote

ok I am having the same series of problems as Meto. I followed the instructions to the letter. I booted knoppix and set the root, and did everything step by step. the first wierd thing i noticed was that when I used the ndiswrapper for the first time to install the inf, it said that it was already installed, which is really wierd. they shouldn't already be intstalled. then i did the modprobe install with no errors. but then I tried to get a listing of my network card with both the iwconfig command and the ifconfig. neither of them said i had anything other than lo and eth0 installed. what is going on?

Ok now I want to know a couple of other things as well. I had followed the guide already to the point where I had made my partitions and mounted them, but when I looked inside my disks after I loaded from knoppix I saw no directories in my home pertition and only a boot folder in my boot partition with nothing in it. why is that? I thought I had made a /mnt/gentoo directory?!

what is the naming scheme for one's hard drives? would'nt it just be easier to just copy all needed files to the hard drive? I thought that's where they were going. to /mnt/gentoo. if I finally get my network going, when the compiler is downloading the source code, where is it going? it can't go to the CD, so it either went to a temporary directory on the hard drive without me knowing, and I hate that, or it's loading everything into RAM, which my comp could probably do considering I have a gig of RAM, but they can't assume that everyone can do that, so that's not an option. I hate not knowing what is going on in my comp. if a program is gonna make a dir on it's own, it should at least tell me if not let me choose where to put it and whether or not I want to save the contents.
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 8:36 am    Post subject: Reply with quote

Welcome to Gentoo. The most UN-user-friendly linux installation EVER. Well, maybe I'm overexaggeratting. But after about 3 days of fiddling with error messages and commands and going back and forward through Knoppix to Gentoo and running up and down my stairs between computers to write commands and error messages to post on the forums. After printing 200 pages worth of paper and giving my butt sores from excessive computer-chair-sitting I feel like a true Linux wanna-be.
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 8:38 am    Post subject: Reply with quote

see, I don't want to do the rest of the gentoo install under knoppix. I just want to create the proper modules for the kernel out of my windows file with ndiswrapper, copy those files to my hard disk, then reboot onto my gentoo live cd, install the module, have my network work, and continue with the guide as normal.

this is really starting to piss me off. because of certain reasons, it's really not possible for me to connect to a wired network, so this network card issue is a real pain in the @#%(butt). I really need a good solution. I am getting to the point where I might just install Ubuntu instead. I dunno. someone please give me a reason not too.
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 8:52 am    Post subject: Reply with quote

Agh, I'm getting to the point where I just give up and go back to ME.

ME!!! AGH THE OPERATING SYSTEM OF DEATH!

The only reason I want to use Gentoo is because its SO customizable. I don't care for all of this kernel customization. I just want to be able to MAKE my computer.

Oh yeah, and it also works on 64mb RAM.
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 8:54 am    Post subject: Reply with quote

no, see Meto, you are not a Linux wanna-be, at least I don't consider you one, since you did put in that much effort. a wanna-be would'nt try to stick it out that long. and plus, how can you be a wanna-be to an operating system? an OS is just software that runs in the background to let you do stuff. and this installation is probably the most complicated thing you will ever encounter in linux. now you CAN be a hacker wanna-be, or a programmer wanna-be, ect, because those are specialized activities.

all in all, from what I have seen so far, gentoo is WORSE than windows when it comes to knowing where stuff is going. I think the directory arrangement is just plain confusing. I mean, you need a mount directory on one disk in order to see your other disks? I always thought My Computer was nice and simple. and between the computer management tools and regedit, knowing what's going on in windows XP is not that hard.

as a note, since I started using windows XP, the OS itself has never crashed on me, and only certain progams like games crash on me when I start messing around with them installing mods and whatnot. just thougt I'd throw that out there.
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 9:01 am    Post subject: Reply with quote

Yes.

You see, people like to bash Windows too much. But look at us. If we were all using Windows we wouldn't have to worry about internet connections, wireless LAN cards, filesystems, kernels, or mounting and unmounting. All of this seems a little excessive.

Linux will never become "big" until it forces itself to become user friendly. If I can't install it (i'm pretty good with computers) then how is some 50 year old maid suppose to install it?

I'm sure Gentoo is a work of art. But what is a work of art if none of us get to see it?

I'm becoming so discouraged by all of these error messages. It's driving me insane!!!
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 9:03 am    Post subject: Reply with quote

well, Meto, we have 2 easy options. we can either use the universal CD and follow the guide to do a network install without a network connection from stage 3, or we can install Ubuntu Linux instead. I strongly suggest doing whatever you have too to NOT use windows ME. I and several of my friends have had really bad experiences with ME. it's slow, it crashes often, ect. or get windows XP home or pro. (Pro strongly suggested).
Back to top
View user's profile Send private message
MEtoLinuxNoob
n00b
n00b


Joined: 25 Mar 2005
Posts: 55

PostPosted: Sun Mar 27, 2005 9:07 am    Post subject: Reply with quote

Zaron wrote:
well, Meto, we have 2 easy options. we can either use the universal CD and follow the guide to do a network install without a network connection from stage 3, or we can install Ubuntu Linux instead. I strongly suggest doing whatever you have too to NOT use windows ME. I and several of my friends have had really bad experiences with ME. it's slow, it crashes often, ect. or get windows XP home or pro. (Pro strongly suggested).


I'm on an XP right now. It's just the computer in my room I'm trying to introduce to Linux.

That's the problem though! I have read the handbook step by step but whenever I get to the installing kernel part it always looks for the files off of the internet. It's very stressful to hear that you CAN do a networkless intallation when I find that is impossible.

I don't know what Ubuntu Linux is, but does it work on 64mb RAM? (I'm getting more RAM soon but soon can be 1-2 weeks depending on shipping)...
_________________
I have a 64mb RAM computer that's stuck with Windows ME. I need your help to switch to Gentoo! (Oh yeah and I bought a 512mb stick of RAM the other day)
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 9:22 am    Post subject: Reply with quote

Ubuntu is here http://ubuntulinux.org/. I don't know if it can run on 64mb of ram or not. I never had to worry about that so I didn't read into it. you should though.
Back to top
View user's profile Send private message
Zaron
n00b
n00b


Joined: 26 Mar 2005
Posts: 12

PostPosted: Sun Mar 27, 2005 9:26 am    Post subject: Reply with quote

actually, all I really wanted Linux for in the first place was to run some emulators and some cool open source linux-only stuff. I didn't mind the idea of a long install from bootstrapping and building my own system, as I thought, (and still think) it would be worth the extra power. but now with this huge roadblock in the way, I am getting tired of chipping at it.

and I think the idea of having 2 operating systems on my comp would be cool.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum