[gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
Hi all



I am doing a new Gentoo installation and I cannot get my network cards to
work. I have two cards



1) eth0 =  Realtek RLTl8111e

2) wlan0 = RaLink RT2561/RT61



Gen Kernel has support for both.



Please advise me as to what steps I can take to fix this?


Re: [gentoo-user] Net work cards

2014-02-03 Thread Michael Hampicke
Am 03.02.2014 13:36, schrieb Stephen Reynolds:
 Hi all
 
 
 
 I am doing a new Gentoo installation and I cannot get my network cards to
 work. I have two cards
 
 
 
 1) eth0 =  Realtek RLTl8111e
 
 2) wlan0 = RaLink RT2561/RT61
 
 
 
 Gen Kernel has support for both.
 
 
 
 Please advise me as to what steps I can take to fix this?
 

Are the kernel modules for your network desvices loaded? What's the
output of ifconfig -a?



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Net work cards

2014-02-03 Thread Alan McKinnon
On 03/02/2014 14:36, Stephen Reynolds wrote:
 Hi all
 
  
 
 I am doing a new Gentoo installation and I cannot get my network cards
 to work. I have two cards
 
  
 
 1) eth0 =  Realtek RLTl8111e
 
 2) wlan0 = RaLink RT2561/RT61
 
  
 
 Gen Kernel hassupport for both. 
 
  
 
 Please advise me as to what steps I can take to fix this?
 

If you are doing an install, you are probably following the handbook.
The relevant chapter is:

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1chap=7

For the folks here to be of much use to you, you'll have to describe
what parts of this process work, what doesn't, and what parts you are
stuck on.

As worded, your question is too vague to answer properly, you haven't
given enough information.

A good start would be the output of lspci, plus a list of which drivers
you enabled in the kernel.


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
 Thanks for the quick response, I will check and get back to you.
I am not in front of my pc right now.


On Mon, Feb 3, 2014 at 2:57 PM, Michael Hampicke m...@hadt.biz wrote:

 Am 03.02.2014 13:36, schrieb Stephen Reynolds:
  Hi all
 
 
 
  I am doing a new Gentoo installation and I cannot get my network cards to
  work. I have two cards
 
 
 
  1) eth0 =  Realtek RLTl8111e
 
  2) wlan0 = RaLink RT2561/RT61
 
 
 
  Gen Kernel has support for both.
 
 
 
  Please advise me as to what steps I can take to fix this?
 

 Are the kernel modules for your network desvices loaded? What's the
 output of ifconfig -a?




Re: [gentoo-user] Net work cards

2014-02-03 Thread Amankwah
On Mon, Feb 03, 2014 at 02:36:29PM +0200, Stephen Reynolds wrote:
 Hi all
 
  
 
 I am doing a new Gentoo installation and I cannot get my network cards to 
 work.
 I have two cards
 
  
 
 1) eth0 =  Realtek RLTl8111e
 
 2) wlan0 = RaLink RT2561/RT61
 
  
 
 Gen Kernel has support for both. 
 
  
 
 Please advise me as to what steps I can take to fix this?
 

You should comfirm that the drivers of the adapters are compiled and
loaded correctly. And for the wireless network, relys on you AP settings
you may need the application like the net_wireless/wpa_supplicant.



Re: [gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
if I run ifconfig -a this currently what I get.
I have completed the installtion, but Kernel Modules I am not sure about.

eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
inet 192.168.1.105  netmask 255.255.255.0  broadcast 192.168.1.255
inet6 fe80::be5f:f4ff:fee8:5914  prefixlen 64  scopeid 0x20link
ether bc:5f:f4:e8:59:14  txqueuelen 1000  (Ethernet)
RX packets 435  bytes 234999 (229.4 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 476  bytes 90064 (87.9 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73UP,LOOPBACK,RUNNING  mtu 16436
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10host
loop  txqueuelen 0  (Local Loopback)
RX packets 4  bytes 300 (300.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 4  bytes 300 (300.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099UP,BROADCAST,MULTICAST  mtu 1500
ether 00:0e:2e:e4:fb:cd  txqueuelen 1000  (Ethernet)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

On 2/3/14, Amankwah amankw...@gmail.com wrote:
 On Mon, Feb 03, 2014 at 02:36:29PM +0200, Stephen Reynolds wrote:
 Hi all



 I am doing a new Gentoo installation and I cannot get my network cards to
 work.
 I have two cards



 1) eth0 =  Realtek RLTl8111e

 2) wlan0 = RaLink RT2561/RT61



 Gen Kernel has support for both.



 Please advise me as to what steps I can take to fix this?


 You should comfirm that the drivers of the adapters are compiled and
 loaded correctly. And for the wireless network, relys on you AP settings
 you may need the application like the net_wireless/wpa_supplicant.





Re: [gentoo-user] Net work cards

2014-02-03 Thread Chris Stout
- Original Message -
From: Stephen Reynolds
Sent: 02/03/14 11:15 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Net work cards

if I run ifconfig -a this currently what I get. I have completed the 
installtion, but Kernel Modules I am not sure about. 

You can get the info on what modules are loaded for the cards with `lspci -k`. 
For instance, the lines for my network card are:01:01.0 Network controller: 
Ralink corp. RT2760 Wireless 802.11n 1T/2R Subsystem: Edimax Computer Co. 
Device 7727 Kernel driver in use: rt2800pci It may also be relevant to post the 
output of `dmesg | grep -i firmware`.


Re: [gentoo-user] Net work cards

2014-02-03 Thread Alexander Kapshuk

On 02/03/2014 09:15 PM, Stephen Reynolds wrote:
 if I run ifconfig -a this currently what I get.
 I have completed the installtion, but Kernel Modules I am not sure about.

 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 192.168.1.105  netmask 255.255.255.0  broadcast 192.168.1.255
 inet6 fe80::be5f:f4ff:fee8:5914  prefixlen 64  scopeid 0x20link
 ether bc:5f:f4:e8:59:14  txqueuelen 1000  (Ethernet)
 RX packets 435  bytes 234999 (229.4 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 476  bytes 90064 (87.9 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 lo: flags=73UP,LOOPBACK,RUNNING  mtu 16436
 inet 127.0.0.1  netmask 255.0.0.0
 inet6 ::1  prefixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)
 RX packets 4  bytes 300 (300.0 B)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 4  bytes 300 (300.0 B)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 wlan0: flags=4099UP,BROADCAST,MULTICAST  mtu 1500
 ether 00:0e:2e:e4:fb:cd  txqueuelen 1000  (Ethernet)
 RX packets 0  bytes 0 (0.0 B)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 0  bytes 0 (0.0 B)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 On 2/3/14, Amankwah amankw...@gmail.com wrote:
 On Mon, Feb 03, 2014 at 02:36:29PM +0200, Stephen Reynolds wrote:
 Hi all



 I am doing a new Gentoo installation and I cannot get my network cards to
 work.
 I have two cards



 1) eth0 =  Realtek RLTl8111e

 2) wlan0 = RaLink RT2561/RT61



 Gen Kernel has support for both.



 Please advise me as to what steps I can take to fix this?

 You should comfirm that the drivers of the adapters are compiled and
 loaded correctly. And for the wireless network, relys on you AP settings
 you may need the application like the net_wireless/wpa_supplicant.


Here's what I've got:
lspci -k
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411
PCI Express Gigabit Ethernet Controller (rev 01)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: r8169
Kernel modules: r8169

Hope this helps.




Re: [gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
dmesg | grep -i firmware I get nothing.

dmesg | grep eth0 i get this below.

[   50.931566] r8169 :02:00.0: eth0: RTL8168evl/8111evl at
0xc9000467e000, bc:5f:f4:e8:59:14, XID 0c900800 IRQ 42
[   50.931568] r8169 :02:00.0: eth0: jumbo features [frames: 9200
bytes, tx checksumming: ko]
[  102.775702] r8169 :02:00.0: eth0: link down
[  102.775719] r8169 :02:00.0: eth0: link down
[  104.330871] r8169 :02:00.0: eth0: link up
[  144.845438] r8169 :02:00.0: eth0: link down
[  144.845448] r8169 :02:00.0: eth0: link down
[  144.845470] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  145.104677] r8169 :02:00.0: eth0: link down
[  145.104706] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  146.650141] r8169 :02:00.0: eth0: link up
[  146.650150] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


On 2/3/14, Chris Stout chris.st...@gmx.com wrote:
 - Original Message -
 From: Stephen Reynolds
 Sent: 02/03/14 11:15 AM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Net work cards

 if I run ifconfig -a this currently what I get. I have completed the
 installtion, but Kernel Modules I am not sure about.

 You can get the info on what modules are loaded for the cards with `lspci
 -k`. For instance, the lines for my network card are:01:01.0 Network
 controller: Ralink corp. RT2760 Wireless 802.11n 1T/2R Subsystem: Edimax
 Computer Co. Device 7727 Kernel driver in use: rt2800pci It may also be
 relevant to post the output of `dmesg | grep -i firmware`.




Re: [gentoo-user] Net work cards

2014-02-03 Thread Amankwah
On Mon, Feb 03, 2014 at 07:15:34PM +, Stephen Reynolds wrote:
 if I run ifconfig -a this currently what I get.
 I have completed the installtion, but Kernel Modules I am not sure about.
 
 eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
 inet 192.168.1.105  netmask 255.255.255.0  broadcast 192.168.1.255
 inet6 fe80::be5f:f4ff:fee8:5914  prefixlen 64  scopeid 0x20link
 ether bc:5f:f4:e8:59:14  txqueuelen 1000  (Ethernet)
 RX packets 435  bytes 234999 (229.4 KiB)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 476  bytes 90064 (87.9 KiB)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
 lo: flags=73UP,LOOPBACK,RUNNING  mtu 16436
 inet 127.0.0.1  netmask 255.0.0.0
 inet6 ::1  prefixlen 128  scopeid 0x10host
 loop  txqueuelen 0  (Local Loopback)
 RX packets 4  bytes 300 (300.0 B)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 4  bytes 300 (300.0 B)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
 wlan0: flags=4099UP,BROADCAST,MULTICAST  mtu 1500
 ether 00:0e:2e:e4:fb:cd  txqueuelen 1000  (Ethernet)
 RX packets 0  bytes 0 (0.0 B)
 RX errors 0  dropped 0  overruns 0  frame 0
 TX packets 0  bytes 0 (0.0 B)
 TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 

According to your result of the ifconfig -a, your device dirver should
be OK.

First, the eth0 interface, that is your wired connection, has already
been configured. If it's done automaticly, it should be worked. If it
doesn't work, you should check your network setting and if the cable is
connected in right way.

Second, the wlan0, the wirelesss adpater, maybe you need a wireless
network management application. you can just check the basic
configurations by the command iwconfig and iwlist first, if it's OK,
and your wireless has encryption, you should configrue the
wpa_supplicant correctly or using the NetworkManager to manage your
wirless connection.

 On 2/3/14, Amankwah amankw...@gmail.com wrote:
  On Mon, Feb 03, 2014 at 02:36:29PM +0200, Stephen Reynolds wrote:
  Hi all
 
 
 
  I am doing a new Gentoo installation and I cannot get my network cards to
  work.
  I have two cards
 
 
 
  1)?eth0 =??Realtek RLTl8111e
 
  2)?wlan0 = RaLink RT2561/RT61
 
 
 
  Gen Kernel has support for both.
 
 
 
  Please advise?me as to what steps I can take to fix this?
 
 
  You should comfirm that the drivers of the adapters are compiled and
  loaded correctly. And for the wireless network, relys on you AP settings
  you may need the application like the net_wireless/wpa_supplicant.
 
 



Re: [gentoo-user] Net work cards

2014-02-03 Thread Stephen Reynolds
Okay thanks, I got network working it was just a cable issue.

thanks for all the help


On Tue, Feb 4, 2014 at 6:23 AM, Amankwah amankw...@gmail.com wrote:

 On Mon, Feb 03, 2014 at 07:15:34PM +, Stephen Reynolds wrote:
  if I run ifconfig -a this currently what I get.
  I have completed the installtion, but Kernel Modules I am not sure about.
 
  eth0: flags=4163UP,BROADCAST,RUNNING,MULTICAST  mtu 1500
  inet 192.168.1.105  netmask 255.255.255.0  broadcast
 192.168.1.255
  inet6 fe80::be5f:f4ff:fee8:5914  prefixlen 64  scopeid 0x20link
  ether bc:5f:f4:e8:59:14  txqueuelen 1000  (Ethernet)
  RX packets 435  bytes 234999 (229.4 KiB)
  RX errors 0  dropped 0  overruns 0  frame 0
  TX packets 476  bytes 90064 (87.9 KiB)
  TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
  lo: flags=73UP,LOOPBACK,RUNNING  mtu 16436
  inet 127.0.0.1  netmask 255.0.0.0
  inet6 ::1  prefixlen 128  scopeid 0x10host
  loop  txqueuelen 0  (Local Loopback)
  RX packets 4  bytes 300 (300.0 B)
  RX errors 0  dropped 0  overruns 0  frame 0
  TX packets 4  bytes 300 (300.0 B)
  TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
  wlan0: flags=4099UP,BROADCAST,MULTICAST  mtu 1500
  ether 00:0e:2e:e4:fb:cd  txqueuelen 1000  (Ethernet)
  RX packets 0  bytes 0 (0.0 B)
  RX errors 0  dropped 0  overruns 0  frame 0
  TX packets 0  bytes 0 (0.0 B)
  TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 

 According to your result of the ifconfig -a, your device dirver should
 be OK.

 First, the eth0 interface, that is your wired connection, has already
 been configured. If it's done automaticly, it should be worked. If it
 doesn't work, you should check your network setting and if the cable is
 connected in right way.

 Second, the wlan0, the wirelesss adpater, maybe you need a wireless
 network management application. you can just check the basic
 configurations by the command iwconfig and iwlist first, if it's OK,
 and your wireless has encryption, you should configrue the
 wpa_supplicant correctly or using the NetworkManager to manage your
 wirless connection.

  On 2/3/14, Amankwah amankw...@gmail.com wrote:
   On Mon, Feb 03, 2014 at 02:36:29PM +0200, Stephen Reynolds wrote:
   Hi all
  
  
  
   I am doing a new Gentoo installation and I cannot get my network
 cards to
   work.
   I have two cards
  
  
  
   1)爀th0 =牋Realtek RLTl8111e
  
   2)爓lan0 = RaLink RT2561/RT61
  
  
  
   Gen Kernel has support for both.
  
  
  
   Please advise爉e as to what steps I can take to fix this?
  
  
   You should comfirm that the drivers of the adapters are compiled and
   loaded correctly. And for the wireless network, relys on you AP
 settings
   you may need the application like the net_wireless/wpa_supplicant.