* [gentoo-user] eth over usb
@ 2017-10-05 19:39 pat
2017-10-05 20:14 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: pat @ 2017-10-05 19:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
Hi,
I'm installing gentoo on new laptop which doesn't have eth slot. I have
i-tec usb-eth adapter which works fine (tested on linux live
distribution).
For the first time: I've configured kernel, compiled, loaded kernel
module and created link to /etc/init.d/net.lo and somehow I've push it
all to work (ifconfig lists enp0s20f0u1 interface).
But after reboot plugging in the adapter doesn't create enp0s20f0u1
interface, so the ifconfig lists only 'lo'.
Please could somebody help?
Attached is kernel config, lshw and dmesg outputs.
Thanks
Pat
----------------------------------------
Freehosting PIPNI - http://www.pipni.cz/
[-- Attachment #2: config.gz --]
[-- Type: application/x-gzip, Size: 26566 bytes --]
[-- Attachment #3: dmesg.gz --]
[-- Type: application/x-gzip, Size: 12917 bytes --]
[-- Attachment #4: lshw-output.gz --]
[-- Type: application/x-gzip, Size: 4367 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth over usb
2017-10-05 19:39 [gentoo-user] eth over usb pat
@ 2017-10-05 20:14 ` Neil Bothwick
2017-10-05 21:01 ` Alan McKinnon
2017-10-05 22:15 ` [gentoo-user] " Ian Zimmerman
2 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2017-10-05 20:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
On Thu, 05 Oct 2017 21:39:58 +0200, pat@xvalheru.org wrote:
> I'm installing gentoo on new laptop which doesn't have eth slot. I have
> i-tec usb-eth adapter which works fine (tested on linux live
> distribution).
>
> For the first time: I've configured kernel, compiled, loaded kernel
> module and created link to /etc/init.d/net.lo and somehow I've push it
> all to work (ifconfig lists enp0s20f0u1 interface).
>
> But after reboot plugging in the adapter doesn't create enp0s20f0u1
> interface, so the ifconfig lists only 'lo'.
Does ifconfig -a list it?
If not, does it show up if you "modprobe r8152"?
--
Neil Bothwick
Sometimes too much to drink is not enough.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth over usb
2017-10-05 19:39 [gentoo-user] eth over usb pat
2017-10-05 20:14 ` Neil Bothwick
@ 2017-10-05 21:01 ` Alan McKinnon
2017-10-05 22:32 ` SOLVED " pat
2017-10-05 22:15 ` [gentoo-user] " Ian Zimmerman
2 siblings, 1 reply; 8+ messages in thread
From: Alan McKinnon @ 2017-10-05 21:01 UTC (permalink / raw
To: gentoo-user
On 05/10/2017 21:39, pat@xvalheru.org wrote:
> Hi,
>
> I'm installing gentoo on new laptop which doesn't have eth slot. I have
> i-tec usb-eth adapter which works fine (tested on linux live distribution).
>
> For the first time: I've configured kernel, compiled, loaded kernel
> module and created link to /etc/init.d/net.lo and somehow I've push it
> all to work (ifconfig lists enp0s20f0u1 interface).
>
> But after reboot plugging in the adapter doesn't create enp0s20f0u1
> interface, so the ifconfig lists only 'lo'.
>
> Please could somebody help?
>
> Attached is kernel config, lshw and dmesg outputs.
Best way to get a handle on what you need for things like this is to
reboot into the live cd and plug in the adapter. Then examine dmesg,
lsmod and othr relevant sources of info to see what the live cd did.
Make notes, replicate that on your gentoo system.
Almost any other method really just comes down to firing in the dark and
hoping you might hit something.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: eth over usb
2017-10-05 19:39 [gentoo-user] eth over usb pat
2017-10-05 20:14 ` Neil Bothwick
2017-10-05 21:01 ` Alan McKinnon
@ 2017-10-05 22:15 ` Ian Zimmerman
2017-10-05 22:44 ` Neil Bothwick
2 siblings, 1 reply; 8+ messages in thread
From: Ian Zimmerman @ 2017-10-05 22:15 UTC (permalink / raw
To: gentoo-user
On 2017-10-05 21:39, pat@xvalheru.org wrote:
> I'm installing gentoo on new laptop which doesn't have eth slot. I
> have i-tec usb-eth adapter which works fine (tested on linux live
> distribution).
Can you get 100Mbit/s with it?
The laptop I use also has no ethernet. I bought a USB dongle for that
but it turns out it can only do the original 10Mbit/s, half-duplex; much
slower than wifi and even somewhat slower than the WAN connection here.
--
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
Do obvious transformation on domain to reply privately _only_ on Usenet.
^ permalink raw reply [flat|nested] 8+ messages in thread
* SOLVED Re: [gentoo-user] eth over usb
2017-10-05 21:01 ` Alan McKinnon
@ 2017-10-05 22:32 ` pat
0 siblings, 0 replies; 8+ messages in thread
From: pat @ 2017-10-05 22:32 UTC (permalink / raw
To: gentoo-user
On 2017-10-05 23:01, Alan McKinnon wrote:
> On 05/10/2017 21:39, pat@xvalheru.org wrote:
>> Hi,
>>
>> I'm installing gentoo on new laptop which doesn't have eth slot. I
>> have
>> i-tec usb-eth adapter which works fine (tested on linux live
>> distribution).
>>
>> For the first time: I've configured kernel, compiled, loaded kernel
>> module and created link to /etc/init.d/net.lo and somehow I've push it
>> all to work (ifconfig lists enp0s20f0u1 interface).
>>
>> But after reboot plugging in the adapter doesn't create enp0s20f0u1
>> interface, so the ifconfig lists only 'lo'.
>>
>> Please could somebody help?
>>
>> Attached is kernel config, lshw and dmesg outputs.
>
> Best way to get a handle on what you need for things like this is to
> reboot into the live cd and plug in the adapter. Then examine dmesg,
> lsmod and othr relevant sources of info to see what the live cd did.
> Make notes, replicate that on your gentoo system.
>
> Almost any other method really just comes down to firing in the dark
> and
> hoping you might hit something.
Thanks to all for suggestions.
The problem was that I've created net.enp0s20f0u1 and also net.eth0
links.
Thanks
Patrik
----------------------------------------
Freehosting PIPNI - http://www.pipni.cz/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: eth over usb
2017-10-05 22:15 ` [gentoo-user] " Ian Zimmerman
@ 2017-10-05 22:44 ` Neil Bothwick
2017-10-06 7:54 ` pat
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2017-10-05 22:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 837 bytes --]
On Thu, 5 Oct 2017 15:15:11 -0700, Ian Zimmerman wrote:
> > I'm installing gentoo on new laptop which doesn't have eth slot. I
> > have i-tec usb-eth adapter which works fine (tested on linux live
> > distribution).
>
> Can you get 100Mbit/s with it?
>
> The laptop I use also has no ethernet. I bought a USB dongle for that
> but it turns out it can only do the original 10Mbit/s, half-duplex; much
> slower than wifi and even somewhat slower than the WAN connection here.
I have a gigabit USB 3.0 to ethernet adaptor here. It's branded Digitus
which probably means nothing, lsusb shows
ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
--
Neil Bothwick
The present never ages. Each moment is like a snowflake, unique,
unspoiled, unrepeatable, and can be appreciated in its surprisingness.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: eth over usb
2017-10-05 22:44 ` Neil Bothwick
@ 2017-10-06 7:54 ` pat
2017-10-08 0:41 ` mad.scientist.at.large
0 siblings, 1 reply; 8+ messages in thread
From: pat @ 2017-10-06 7:54 UTC (permalink / raw
To: gentoo-user
On 2017-10-06 00:44, Neil Bothwick wrote:
> On Thu, 5 Oct 2017 15:15:11 -0700, Ian Zimmerman wrote:
>
>> > I'm installing gentoo on new laptop which doesn't have eth slot. I
>> > have i-tec usb-eth adapter which works fine (tested on linux live
>> > distribution).
>>
>> Can you get 100Mbit/s with it?
>>
>> The laptop I use also has no ethernet. I bought a USB dongle for that
>> but it turns out it can only do the original 10Mbit/s, half-duplex;
>> much
>> slower than wifi and even somewhat slower than the WAN connection
>> here.
>
> I have a gigabit USB 3.0 to ethernet adaptor here. It's branded Digitus
> which probably means nothing, lsusb shows
>
> ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
The one I have is also USB3 and looks fast, but I didn't test it yet -
right now trying to setup gentoo :-)
Pat
----------------------------------------
Freehosting PIPNI - http://www.pipni.cz/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: eth over usb
2017-10-06 7:54 ` pat
@ 2017-10-08 0:41 ` mad.scientist.at.large
0 siblings, 0 replies; 8+ messages in thread
From: mad.scientist.at.large @ 2017-10-08 0:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]
I'm blessed with city operated fiber to premise gigabit ethernet, when they do an install they check with a laptop with a gigabit usb3 adapter. it actually got about 960Mb/s.
--
"Informed delivery" is just an excuse for the post office to compile data basses for sale to marketing firms and those even less reputable, it is a gross abuse of the postal systems special access to our lives.
6. Oct 2017 01:54 by pat@xvalheru.org:
> On 2017-10-06 00:44, Neil Bothwick wrote:
>> On Thu, 5 Oct 2017 15:15:11 -0700, Ian Zimmerman wrote:
>>
>>> > I'm installing gentoo on new laptop which doesn't have eth slot. I
>>> > have i-tec usb-eth adapter which works fine (tested on linux live
>>> > distribution).
>>>
>>> Can you get 100Mbit/s with it?
>>>
>>> The laptop I use also has no ethernet. I bought a USB dongle for that
>>> but it turns out it can only do the original 10Mbit/s, half-duplex; much
>>> slower than wifi and even somewhat slower than the WAN connection here.
>>
>> I have a gigabit USB 3.0 to ethernet adaptor here. It's branded Digitus
>> which probably means nothing, lsusb shows
>>
>> ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
>
> The one I have is also USB3 and looks fast, but I didn't test it yet - right now trying to setup gentoo :-)
>
> Pat
>
> ----------------------------------------
> Freehosting PIPNI - > http://www.pipni.cz
[-- Attachment #2: Type: text/html, Size: 1931 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-10-08 0:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 19:39 [gentoo-user] eth over usb pat
2017-10-05 20:14 ` Neil Bothwick
2017-10-05 21:01 ` Alan McKinnon
2017-10-05 22:32 ` SOLVED " pat
2017-10-05 22:15 ` [gentoo-user] " Ian Zimmerman
2017-10-05 22:44 ` Neil Bothwick
2017-10-06 7:54 ` pat
2017-10-08 0:41 ` mad.scientist.at.large
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox