Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network Basic help
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
penguinlover
n00b
n00b


Joined: 22 Apr 2011
Posts: 4

PostPosted: Sat Apr 23, 2011 8:09 am    Post subject: Network Basic help Reply with quote

Hi This is my first experience with Gentoo..I am happy with the way the indtallation has gone....The much talked about Kernel compilation was so damned easy!! Unnecessarily people were scaring me! I just need a bit of handholding with respect to network

As per the Wiki I have blindly followed the instructions by adding config_eth0=('dhcpc")

In fact I would want a Wlan0 as I am using Wireless .The Handbook asks to repeat the same for different interfaces (eth1,eth2,wlan0 etc) by giving a symlink( I dont understand this part in Wiki)

I have a broadcom BCM4311 (not so linux friendly!) chipset...

At boot , there is some error thrown regarding the eth0...

I have downloaded the firmware ,b43fwcutter and wireless-tools.. I have also downloaded wicd...

I have emerged openbox and Rox filer and Slim

How do I get the Wireless up?
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23082

PostPosted: Sat Apr 23, 2011 5:47 pm    Post subject: Reply with quote

What is the output of find /etc/init.d -name 'net*' -ls ; nl /etc/conf.d/net; ip l?

You say you added config_eth0=('dhcpc"). Is this a typo? The correct spelling is dhcp, without a trailing c.
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 683

PostPosted: Sun Apr 24, 2011 5:46 am    Post subject: Re: Network Basic help Reply with quote

penguinlover wrote:
As per the Wiki I have blindly followed the instructions by adding config_eth0=('dhcpc")
Should be either "dhcp" or "dhcpcd". Needs double quotes on both sides. (you start with a single quote and end with a double quote) Also needs to match whether you've installed net-misc/dhcp or net-misc/dhcpcd.

Also, configuring /etc/conf.d/net or /etc/conf.d/network typically isn't necessary. If you don't tell it exactly what to do, and you have net-misc/dhcp or net-misc/dhcpcd installed, it will use those to configure the network. I would just leave it blank. It will also automatically use wpa_supplicant to configure the wireless; I'm not familiar with wicd or NetworkManager.
penguinlover wrote:
In fact I would want a Wlan0 as I am using Wireless .The Handbook asks to repeat the same for different interfaces (eth1,eth2,wlan0 etc) by giving a symlink( I dont understand this part in Wiki)
Code:
cd /etc/init.d
ln -s net.lo net.wlan0


Where exactly is the hangup in wireless? Try to get as far as you can, and when you hit a stumbling block, tell us exactly what the problem is and what error message you're getting.

Before mucking around with the firmware cutter, emerge 'sys-kernel/linux-firmware'. It has firmware in there for broadcom 43xx cards; if it doesn't have the exact firmware you need, then try the firmware cutter. Also make sure the kernel driver is a module, not built into the kernel.

edit: there's also net-wireless/b43-firmware. Try linux-firmware first; if that doesn't work, do b43-firmware; if that doesn't work, then muck around with the cutter.
Back to top
View user's profile Send private message
penguinlover
n00b
n00b


Joined: 22 Apr 2011
Posts: 4

PostPosted: Sun Apr 24, 2011 12:15 pm    Post subject: [solved] Reply with quote

Thanks the problem got solved by itself when I recompiled the kernel again ..I had omitted to enable Broadcom in the wireless drivers..Once it was recompiled, everything is working properly now.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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