Networking with CoreCDX

Issues Related to Networking (Wired and Wireless)

Moderator: Moderators

Networking with CoreCDX

Postby turzin » Sun Sep 02, 2012 3:05

Hi!

I've just installed Sabayon CoreCDX 9 to get a minimal system. I'm not an advanced user, so I've not been able to set the network working (wireless or not). Can someone tell me where to begin..

(I try Lynx and the the equo command in a terminal and it seems that the network is'nt working..)

Thanks!
turzin
Baby Hen
 
Posts: 6
Joined: Sat Jun 30, 2012 3:09
Location: Québec

Re: Networking with CORECDX

Postby cl00t » Sun Sep 02, 2012 11:11

Hi, I don't have the link to hand but this was discussed on the forum within the last week, so a search should yield the answer. However, I just plug in a network cable & it works in corecdx v9 (as it did in v8), I set up a corecdx + xfce sysem like this on Friday.
User avatar
cl00t
Growing Hen
 
Posts: 167
Joined: Thu Jan 12, 2012 15:29

Re: Networking with CORECDX

Postby batvink » Sun Sep 02, 2012 12:38

just make sure NetworkManager and/or NetworkManager-setup are in default runlevel.
you can check that with rc-update.
If not, add them :
# rc-update add NetworkManager default
# rc-update add NetworkManager-setup default
Also check with "ifconfig" if the card is recognized (eth0)
or "iwconfig" for wireless (wlan0)
It is very well possible that the card needs a module, which is not loaded (yet).
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Re: Networking with CORECDX

Postby turzin » Thu Sep 06, 2012 1:16

Hmm, do you know how to check it without rc-update? Because rc-update generates a Command not found in my terminal...

I saw that NetwokManager and NetworkManager-setup ar in the init.d directory...
turzin
Baby Hen
 
Posts: 6
Joined: Sat Jun 30, 2012 3:09
Location: Québec

Re: Networking with CORECDX

Postby batvink » Fri Sep 07, 2012 9:09

"rc-update" is a command only root can invoke.
in other words: you have to be root.
as a normal user, indeed you'll get a: Command not found....
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Re: Networking with CORECDX

Postby turzin » Fri Sep 07, 2012 12:58

OK thanks batvink. I didn't know that.

However, NetworkManager and/or NetworkManager-setup are in default runlevel, so this is not the problem...
turzin
Baby Hen
 
Posts: 6
Joined: Sat Jun 30, 2012 3:09
Location: Québec

Re: Networking with CORECDX

Postby batvink » Fri Sep 07, 2012 13:41

hm... can you check if you've got internet out of the box with a Sabayon live dvd?
if so, you can reveal which module it uses to get your internet card up and running....
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Re: Networking with CORECDX

Postby turzin » Sat Sep 08, 2012 23:30

Yes, with a KDE Sabayon 9 DVD.

But how can i identify the modules and how I install these modules in the CoreCD? (I'm not used to do that stuff :) )
turzin
Baby Hen
 
Posts: 6
Joined: Sat Jun 30, 2012 3:09
Location: Québec

Re: Networking with CORECDX

Postby batvink » Mon Sep 10, 2012 10:26

On the live dvd, open a terminal, and as root:
Code: Select all
lspci -k

you'll see a list of your hardware, with their drivers and modules it uses.
now, you have to find your Ethernet Controller. it looks like this:
Code: Select all
03:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1)
        Subsystem: Micro-Star International Co., Ltd. Device 7680
        Kernel driver in use: atl1c
        Kernel modules: atl1c

In the above example i have a Atheros Ethernet card, and uses the module atl1c
Exit the live dvd and start your main System.
Open a terminal, and as root:
Code: Select all
modprobe atl1c

replace "atl1c" with the modulename that came up on your output.
next, enter:
Code: Select all
net-setup eth0

to configure the card.
(it should display interfacename: eth0, mac-address, and driver)

Then,
Code: Select all
nano -w /etc/conf.d/modules

and enter:
Code: Select all
modules="atl1c"

to make it autoloaded during startup.
replace atl1c with the modulename that came up on your output.
save and close the editor. ( (ctrl-o) (ctrl-x) )
Restart the system to check if Ethernet is enabled.
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Re: Networking with CORECDX

Postby turzin » Sun Sep 16, 2012 16:26

Hi! Sorry for the delay.

I tried your solution this morning, but it changes nothing. The lspci -k gave me the same results for my Sabayon XFCE that is working nice and for the CoreCDX (Fluxbox). I retry lynx and an equo update and it still like there's no network.

So I think the modules are correctly loaded if the results of the lspci command are the same on my two flavors or Sabayon...
turzin
Baby Hen
 
Posts: 6
Joined: Sat Jun 30, 2012 3:09
Location: Québec


Return to Networking and Wireless

Who is online

Users browsing this forum: No registered users and 2 guests