Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No Wireless Extensions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Rctus
n00b
n00b


Joined: 23 Apr 2012
Posts: 2

PostPosted: Mon Apr 23, 2012 9:42 pm    Post subject: No Wireless Extensions Reply with quote

Hi to all,

I'm new to gentoo, I follow the handbook step by step but when I come to configuring network(yes I know it is only the third section :D) I can't prepare fr a wireless access because when I type iwconfig I come across with this;
Code:

lo     no wireless extensions

eth0    no wireless extensions


I use a very old laptop; HP Compaq nx5000 and it has a wireless card. From http://h10018.www1.hp.com/wwsolutions/linux/products/clients/HP_whitepaper_Mobiles_Linux_062205.pdf from this pdf I try to find the driver name to use with modprobe command(I think it is ipw2200) but nothing change, I get the same error. And by the way I even try the command;
Code:

emerge net-wireless/wpa_supplicant

that is in Wireless Networking section in Handbook, But I get an error like;
Code:

-bash: emerge: command not found


I can't find any topics about this in forum, thank you in advance.
Back to top
View user's profile Send private message
radius
n00b
n00b


Joined: 30 Mar 2012
Posts: 24

PostPosted: Mon Apr 23, 2012 11:11 pm    Post subject: Reply with quote

The document says that you need to download the firmware.

Quote:
Download the driver and firmware package from Intel.com: ipw2200_linux_1_0_0.tgz
http://support.intel.com/support/wireless/wlan/index.htm


try http://ipw2200.sourceforge.net/firmware.php

Without firmware, it won't work.

You need to follow the instructions written on page 5.

You need to modprobe after installing the firmware. If you have loaded ipw2200,
Code:
# rmmod ipw2200        #don't need this line if your module isn't loaded
# modprobe ipw2200
# ifconfig wlan0 up


emerge won't work unless the portage is installed. So, it will work after you chroot into Gentoo or after Gentoo is installed.

By the way, which linux distribution are you using to install Gentoo? It might be easier if the distribution you are using provides the firmware packages.
_________________
...
Back to top
View user's profile Send private message
Rctus
n00b
n00b


Joined: 23 Apr 2012
Posts: 2

PostPosted: Sat Apr 28, 2012 7:04 pm    Post subject: Reply with quote

Now I chrooted with a wired network and I can use emerge also installed wpa_supplıcant and wireless tools(after I install wpa_supplicant I need to re-install wireless tools to use iwconfig)but, now I can't use links.

Code:

bash: links: command not found


And thanks for reply :)
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1576
Location: US

PostPosted: Sun Apr 29, 2012 12:24 am    Post subject: Reply with quote

Rctus,

As an alternative to using links, you can boot any live linux cd and use firefox which would make it much easier for downloading.

In any event, Links might not be installed so try
Code:
emerge -av www-client/links

while chrooted to your installation.

Good luck :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
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
Page 1 of 1

 
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