LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-29-2017, 04:03 PM   #1
CoureurDesBois
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Rep: Reputation: Disabled
no eth0 dragora


Hello I have just installed dragora on a computer that i don't use and wicd doesn't detect my wired connection. I tried ifconfig -a ans i only get the lo interface. Is it because my mother board is not compatible ? I'm not used to linux and i would be gratefull if somebody could help me. Thanks un advance
 
Old 03-29-2017, 06:29 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by CoureurDesBois View Post
Hello I have just installed dragora on a computer that i don't use and wicd doesn't detect my wired connection. I tried ifconfig -a ans i only get the lo interface. Is it because my mother board is not compatible ? I'm not used to linux and i would be gratefull if somebody could help me. Thanks un advance
Hey CoureurDesBois,

I am unfamiliar with dragora, but the output of ifconfig suggests your ethernet adapter is not being recognized. Have you looked at the output of :

Code:
lspci | grep net
... to see what the hardware is ?

Cheers.
 
1 members found this post helpful.
Old 03-29-2017, 06:54 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Hello and welcome to LQ.
(not worded well)
There is no wrong linux to try but I may have suggested a more mainstream type of distro.

Last edited by jefro; 03-29-2017 at 08:32 PM.
 
Old 03-29-2017, 07:04 PM   #4
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hey again CoureurDesBois,

jefro's comment made me look up dragora ... On top of not being one of the more common distros, it is one of those distros that is strictly "free", in the GNU sense of the word. It is based on the linux-libre kernel and almost certainly includes exclusively free open-source components .. including firmware.

Let's see what your ethernet hardware is (my previous post) and go from there ...
 
1 members found this post helpful.
Old 03-29-2017, 08:26 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Wasn't trying to jump over your correct statement about lspci (maybe lsusb too).

It is the correct starting point.

I was pondering what I might suggest to a first time user. Not sure I'd have suggested that choice. Still, not a wrong choice.

Last edited by jefro; 03-29-2017 at 08:29 PM.
 
Old 03-29-2017, 08:48 PM   #6
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by jefro View Post
Wasn't trying to jump over your correct statement about lspci (maybe lsusb too).

It is the correct starting point.

I was pondering what I might suggest to a first time user. Not sure I'd have suggested that choice. Still, not a wrong choice.
Hey jefro,

Actually your post was quite relevant and if it wasn't clear in my follow-up post, I absolutely agree with you. The dragora distro may be so restrictive in its adherence to the "libre" philosophy (no criticism intended), that it may exclude firmware required for certain hardware to function because it is proprietary or not 100% open-source.

Thanks, as always, for your input - let's see what the OP comes back with.

Cheers :-)
 
Old 03-30-2017, 07:18 AM   #7
CoureurDesBois
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hello so I get this :
Ethernet controller: Intel Corporation Device 153b (rev 05)
 
Old 03-30-2017, 10:07 AM   #8
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Try
Code:
dmesg|grep Network
. This will show you if your kernel recognised the device.

When I do it on my machine, I get:
[ 0.448445] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 0.740231] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
 
1 members found this post helpful.
Old 03-30-2017, 10:11 AM   #9
CoureurDesBois
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
this command return nothing for me
 
Old 03-31-2017, 02:24 AM   #10
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Try: modprobe e1000e (or maybe/doubtfully, just e1000)

lspci -v | grep -Ein 'ethernet|unknown'
Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 05)
Subsystem: Super Micro Computer Inc: Unknown device 153b
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
framebuffer on dragora nodir Dragora GNU/Linux-Libre 8 12-03-2016 07:04 AM
[SOLVED] How stable is Dragora 3? hazel Dragora GNU/Linux-Libre 2 05-03-2016 01:48 AM
Dragora vaiihonascimbene Linux - General 1 06-07-2014 06:05 AM
Upgrading to Dragora 3 geodoo Dragora GNU/Linux-Libre 4 05-28-2014 01:27 PM
vnStat - if pointed to eth0 will it aggregate eth0 and eth0:1 alias stardotstar Linux - Networking 0 07-20-2010 07:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration