LinuxQuestions.org
Visit Jeremy's Blog.
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 12-17-2016, 09:46 PM   #1
rayp
LQ Newbie
 
Registered: Dec 2007
Posts: 20

Rep: Reputation: 5
Unhappy Linux Mint 18 ethernet connection


Still a newbie for various reasons.
I have tried several linux distributions but have determined to try getting away from Windows. Accordingly I acquired an additional computer (HP Compaq 8000 #Elite) and installed Linux Mint 18 Mate 32bit
I have a seperate windows 7 computer installation with an ethernet connection working fine. Previous versions of Linux I tried connected via the same modem/router automatically, but not LM18. Our local ISP technicians have no experience with Linux but suggested I needed a Broadcom driver.As far as I can work out the HP Compaq 8000 doesn't have a Broadcom controller.
The 'unplugged' icon in the LM18 taskbar shows a red 'X' and the dropdown menu indicates 'disconnected' but is dimmed so I cannot get any action there. So I select 'Editing Wired Connection' which offers ...
DEVICE 00:0F:FE:CE:46:9E or enp0s25 (00:0F:FE:CE:46:9E)
No change
I tried this in a terminal window ...
$ sudo apt-get install b43-fwcutter
$ wget http://mirror2.openwrt.org/sources/b...0.10.5.tar.bz2
$ tar xf broadcom-wl-4.150.10.5.tar.bz2
$ cd broadcom-wl-4.150.10.5/driver/
$ sudo b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o
$ sudo modprobe b43
$ sudo echo "b43" >> /etc/modules
but that was rejected ... I suppose because I don't have an internet connection for LM18.
Can anybody point me in the right direction ?
 
Old 12-17-2016, 10:19 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,587
Blog Entries: 28

Rep: Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219Reputation: 6219
You do not state specifically, but I gather you are referring to a wireless connection.

A web search for "linux mint broadcom wireless" will turn up a number or articles. I did not feel as if I knew enough about your system to pick a single one to recommend.

Just from curiosity, have you tested a wired connection to make sure that it works properly?

Last edited by frankbell; 12-17-2016 at 10:20 PM.
 
Old 12-17-2016, 10:53 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,200

Rep: Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089Reputation: 6089
According to the information below the desktop has an Intel 82567LM-3 Gigabit Network adapter. It appears that it uses the e1000e module. Does the output of the lsmod command show it being loaded?

https://certification.ubuntu.com/cer...e/201011-6702/
https://www.suse.com/yes/131297.htm
 
Old 12-18-2016, 01:04 AM   #4
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
If you are connecting via ethernet it should be very simple to get connected
Pull up a terminal and type
Code:
ip a
You should get a list of your networking devices, you mention "enp0s25" in your post, you should find that here.

It looks like
Code:
enp0s25: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 00:0F:FE:CE:46:9E brd ff:ff:ff:ff:ff:ff
if you see that, type
Code:
ip link set enp0s25 up
It should now look like
Code:
enp0s25: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 00:0F:FE:CE:46:9E brd ff:ff:ff:ff:ff:ff
Now type
Code:
dhclient -v enp0s25
This should show you connecting and give you your ip. Go ahead and test with
Code:
 ping -c 3 www.google.com
and make sure you don't get a "Network unreachable" message
 
Old 12-18-2016, 01:41 AM   #5
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
**maybe**: modprobe tg3 [?]

Hi! (welcome back: I admire your journey toward Linux!)

I'm afraid this 00:0F:FE *might* be: (can you post Net part of lspci -k;inix -F?)
Broadcom NetXtreme BCM5751 Gigabit Ethernet PCI Express driver: tg3 here?
(from web-digging here and here. I don't know this, so I'll leave it to other LQ'ers)
Google 1,110 hits for: "00:0F:FE" broadcom

Tho not really on-topic, I have a 'personal favorite': run VBox+preinstalled here, just 'FWIW'/fyi.

Best wishes! ENJOY! (&don't let the infamous Broadcom 'proprietary' defeat you!)

Last edited by Jjanel; 12-18-2016 at 03:22 AM.
 
Old 12-29-2016, 11:02 PM   #6
rayp
LQ Newbie
 
Registered: Dec 2007
Posts: 20

Original Poster
Rep: Reputation: 5
Thumbs up Ethernet connection

Thanks for the tips. Unfortunately they did not work.
So ... I have a spare HDD which I installed Linux Mint 32 bit Cinnamon on.
The ethernet connection worked first up. Being curious, I reinsatlled the drive with Linux Mint 18 32 bit Mate.
The ethernet connection worked immediately. I don't know what happened, but it is working.
Thanks again for your contributions
 
Old 12-30-2016, 07:49 AM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Code:
inxi -N
is Network info.

and
Code:
inxi -Fsz
is a good "starter kit" for sysinfo, IMO

I found http://macaddress.webwat.ch/hwaddr/00:0F:FE and IDK what to make of that,
and michaelk's report. I must need coffee. Anyone else <.../exit>

Peace.

Last edited by Habitual; 12-30-2016 at 07:52 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Toshiba P755 Laptop lost ethernet connection in Mint 17 & Win Vista (dual boot) gingerichken Linux - Laptop and Netbook 2 10-29-2014 07:41 PM
RT2070L usb ethernet mint linux 2.6.32-21-generic not_hed Linux - Hardware 2 10-04-2012 03:06 PM
Mint 11 won't recognize my ethernet connection/unable to connect to internet travellindaze Linux - Newbie 14 08-28-2011 04:08 PM
[SOLVED] Linux Mint 10 Ethernet Connection Gone Broadcom boxmein Linux - Networking 43 03-28-2011 10:17 AM

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

All times are GMT -5. The time now is 11:03 PM.

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