Gentoo Archives: gentoo-user

From: thegeezer <thegeezer@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Booted Gentoo the first time on the Arietta.G25...but...
Date: Tue, 18 Nov 2014 21:00:54
Message-Id: 546BB375.70700@thegeezer.net
In Reply to: [gentoo-user] Booted Gentoo the first time on the Arietta.G25...but... by meino.cramer@gmx.de
1 On 18/11/14 18:27, meino.cramer@×××.de wrote:
2 > How can I configure Gentoo on the Arietta board
3 > to use ethernet-over-usb to be started while
4 > booting the Arietta board?
5 >
6 > By "replace everything eth0 with usb0" ??? ;)
7
8 if you still have emdebian image you can boot that and see which modules
9 are loaded - that would be a start. a nice dodge is
10 # find /sys | grep drivers
11 you can also check everything in "make menuconfig" under the section
12 device drivers\network device support\usb network adaptors
13 that everything you _might_ need is selected
14 there is a chance that the gentoo image has what you need --- what does
15 "lsusb" show you ? what about "ifconfig -a"
16 usb ethernet devices have very odd names ... names such as enp0s29u1u2
17 so it would be "replace everything eth0 with enp0s29u1u2"
18
19 > Thank you very much for any help in advance!
20 > Best regards,
21 > Meino
22 >
23 >
24 >
25 >
26 >

Replies

Subject Author
Re: [gentoo-user] Booted Gentoo the first time on the Arietta.G25...but... thegeezer <thegeezer@×××××××××.net>
Re: [gentoo-user] Booted Gentoo the first time on the Arietta.G25...but... "J. Roeleveld" <joost@××××××××.org>