LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 03-19-2007, 10:14 AM   #1
dohpaz
Member
 
Registered: Feb 2006
Location: Edmonton
Distribution: Slackware 12.2, Ubuntu
Posts: 117

Rep: Reputation: 16
Marvell Yukon Nic setup


I am trying to setup a Marvell Yukon NIC on :
SimplyMEPIS 6.5 RC 1

lspci shows:

Code:
0000:02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Ethernet Controller (rev 14)
I have booted this system from a linux live cd and the network card works. When booting from Mepis(kernel=2.6.15-27-desktop64-smp) ifconfig shows only loopback device.

I found another forum that indicated that this card uses the 'marvell' module. So I tried:

Code:
modprove marvell
lsmod then shows the driver loaded. But if I try

Code:
ifconfig eth0 192.168.0.69 up
produces

Code:
eth0: ERROR while getting interface flags: No such device
What should I do to get this NIC working?
 
Old 03-19-2007, 07:19 PM   #2
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Smile Re: Marvell Yukon Nic setup

Go to kmenu, system, MEPIS, MEPIS network assistant. Go to the interface tab. Check all three boxes, hit apply, hit ok. That should do it. Might take 5 or so seconds. Or if you prefer konsole to get there then type mnetwork into konsole and hit enter.
 
Old 03-19-2007, 07:21 PM   #3
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Smile Re:Marvel

If my first post doesn't do it then post what you get when you type lspci onto konsole. Also what you get when you type lsmod into konsole.
 
Old 03-20-2007, 04:08 PM   #4
dohpaz
Member
 
Registered: Feb 2006
Location: Edmonton
Distribution: Slackware 12.2, Ubuntu
Posts: 117

Original Poster
Rep: Reputation: 16
Well I gave up and installed SimplyMepis 6.0 i386 and the onboard nic works fine..

I am trying to setup the wnic now and I am having problems. I did a test install of Slackware 11(distro I know best) and I was able to get wnic working with ndiswrapper and wpa_supplicant.

When I first booted into Mepis lsmod showed ndiswrapper was already loaded. So i did ndiswrapper -l which showed a bunch of different drivers loaded including the one in this laptop. However normally there should be a "hardware present", and there wasn't so I removed all drivers with
"ndiswrapper -e" and then resinstalled the windows inf with :

ndiswrapper -i bcmwl5.inf

and then

ndiswrapper -l shows "hardware present" but...

iwconfig produces no wlan0 or similar.


How should I proceed?

Last edited by dohpaz; 03-20-2007 at 04:09 PM.
 
Old 04-06-2007, 09:48 PM   #5
Guairdean
LQ Newbie
 
Registered: Apr 2007
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by mepnoob2005
Go to kmenu, system, MEPIS, MEPIS network assistant. Go to the interface tab. Check all three boxes, hit apply, hit ok. That should do it. Might take 5 or so seconds. Or if you prefer konsole to get there then type mnetwork into konsole and hit enter.
I'm a brand, shiny new Linux user and I'm trying to use MEPIS as my first install. I have it installed, but I can't get the wireless adapter to work. I tried following the path you described (kmenu/system/MEPIS/MEPIS Network Assistant) you described, but when I click kmenu/system there's no MEPIS to select. I tried in both the user and root account names, but it never shows up. Is there something special I need to install? Thanks for any help.
 
Old 04-07-2007, 10:16 AM   #6
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Did you really run:
Code:
modprove marvell
or is that a typo for:
Code:
modprobe marvell
???
 
Old 04-08-2007, 01:36 AM   #7
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Smile

Quote:
Originally Posted by Guairdean
I'm a brand, shiny new Linux user and I'm trying to use MEPIS as my first install. I have it installed, but I can't get the wireless adapter to work. I tried following the path you described (kmenu/system/MEPIS/MEPIS Network Assistant) you described, but when I click kmenu/system there's no MEPIS to select. I tried in both the user and root account names, but it never shows up. Is there something special I need to install? Thanks for any help.
Welcome to MEPIS.
Ok you must be using an older version of MEPIS. Which version are you talking about? 3.3.1-1, 3.4.3 or a MEPISliite cd? If I knew that I could help a bit more. But....
Try kmenu, system, system configurations, internet and network, network settings. That may get you there. Or typing mnetwork into konsole may get you to that page too. I use 6.5 final so that what I was referring to at first. You might try the 6.5 final too.
 
Old 04-08-2007, 01:42 AM   #8
mepnoob2005
Member
 
Registered: Mar 2007
Location: canada
Distribution: SimplyMEPIS 6.5 final
Posts: 104

Rep: Reputation: 15
Quote:
Originally Posted by dohpaz
I am trying to setup a Marvell Yukon NIC on :
SimplyMEPIS 6.5 RC 1

lspci shows:

Code:
0000:02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Ethernet Controller (rev 14)
I have booted this system from a linux live cd and the network card works. When booting from Mepis(kernel=2.6.15-27-desktop64-smp) ifconfig shows only loopback device.

I found another forum that indicated that this card uses the 'marvell' module. So I tried:

Code:
modprove marvell
lsmod then shows the driver loaded. But if I try

Code:
ifconfig eth0 192.168.0.69 up
produces

Code:
eth0: ERROR while getting interface flags: No such device
What should I do to get this NIC working?
Now that I think about it you may have to go to konsole and type mnetwork in. That should get you to the MEPIS Network assistant. When you get there just fill in the first two pages then click the interface tab. Check all three boxes, hit apply and hit ok.
Or try 6.5 final. It's good.
 
  


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
please Help me Mandrake 10.1 marvell yukon gigabite ethernet unhack Linux - Hardware 1 09-22-2006 09:13 AM
Marvell yukon network card ARCIS_house Linux - Newbie 2 03-20-2006 07:09 PM
Nic driver for Marvell Yukon 88E8036 longnam Ubuntu 0 01-05-2006 10:20 PM
Suse 9.3 with Marvell Yukon Gigabit magnosantos Linux - Hardware 8 10-06-2005 07:27 AM
Marvell Yukon 88E8001 and Mandrake 10 fredmonard Linux - Hardware 2 06-06-2005 03:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 11:19 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