LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-14-2003, 04:49 PM   #1
dwbizzle
LQ Newbie
 
Registered: Feb 2003
Location: Georgia
Posts: 3

Rep: Reputation: 0
Question Microsoft Broadband MN-120 PCMCIA- Redhat 8.0


alrighty, so i installed rh 8.0 and everything went fine except for the broadband adapter. it doesn't know what module to use, and i haven't been able to fine anything on the web. if anyone has any info on how to get it to work, i really appriciate it.
 
Old 03-15-2003, 08:53 PM   #2
njuncos
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
I just want to reply to say that I have the same problem. I was dumb enough to buy a Microsoft product for my laptop. And then I tried installing Suse 8.1 and there I was...stuck without a linux driver for my notebook adapter.

Can anyone share some insight with this problem? Could it be that Microsoft has their driver algorithm copyright protected so it can no be replicated on linux legally? Or is it that no one has actually replicated the algorithm for their cards and it is just a matter of time before someone unlocks it?

Any insight into this issue would be greatly appreciated.

Thanks,
Nic
 
Old 03-31-2003, 07:22 PM   #3
jcoonrod
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
Unhappy MN-120 driver

Under sourceforge.net is a section for the linux pcmcia drivers - and nobody there knows how to do it as yet. In principle, an existing driver may work with it, but somebody would have figure it out. So far us MN-120 owners are out of luck.
 
Old 03-31-2003, 10:09 PM   #4
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally posted by njuncos
I just want to reply to say that I have the same problem. I was dumb enough to buy a Microsoft product for my laptop. And then I tried installing Suse 8.1 and there I was...stuck without a linux driver for my notebook adapter.

Can anyone share some insight with this problem? Could it be that Microsoft has their driver algorithm copyright protected so it can no be replicated on linux legally? Or is it that no one has actually replicated the algorithm for their cards and it is just a matter of time before someone unlocks it?

Any insight into this issue would be greatly appreciated.

Thanks,
Nic
i don't know much about pcmcia broadband cards, but i would guess the former, after all, it is microsoft we are talking about
 
Old 04-18-2003, 11:38 AM   #5
mmarxmeier
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Microsoft MN-120 PCMCIA

This card is based on a Tulip chip and all it takes
to get it working is to add the PCI ID to the tulip driver.
At least it worked for me, YMMV.
 
Old 04-18-2003, 12:57 PM   #6
jcoonrod
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
Thanks. .. how does one do that? Are you talking about a recompile of the tulip driver, or just entering information into the config file? Please be explicit for those less experienced.
 
Old 04-18-2003, 01:46 PM   #7
mmarxmeier
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
This involves editing the driver source code and recompiling the driver.

First use lspci to get the PCI ID of the card. With my card the ID looks pretty bogus (ffff:0001).

# lspci -vn
...
04:00.0 Class 0200: ffff:0001 (rev 11)
Subsystem: 1414:0001
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at 4800 [size=256]
Memory at 10c00000 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at 10800000 [size=128K]
Capabilities: [c0] Power Management version 2

Then edit the tulip driver and add the PCI ID to the list of supported devices.

cd /usr/src/linux/drivers/net/tulip
vi tulip_core.c
around line line 230, add the PCI ID (0xffff, 0x0001 in my case)

{ 0x14f1, 0x1803, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CONEXANT },
/* Microsoft MN-120 */
{ 0xffff, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ } /* terminate list */

The chip seems to be (or compatible to) the ADMtek 985
COMET, so i've choosen that one. I have no idea if there exist multiple card revisions.

Actually, i've used the current driver version (1.1.18) from
http://sourceforge.net/projects/tulip/ as it was easier
to compile separately. It should work with the kernel version
as well (untested).

Finally you need to compile the driver (no idea how to do that on RH) and install the new tulip.o module.

Hope this helps
Michael
 
Old 07-24-2003, 01:07 PM   #8
speedyplastic
LQ Newbie
 
Registered: Jul 2003
Location: United States, MN
Distribution: Redhat
Posts: 2

Rep: Reputation: 0
does anyone know how to compile a driver with RH 7.2? i'm a noob to linux and would like to get online with it.
 
Old 07-31-2003, 01:15 PM   #9
speedyplastic
LQ Newbie
 
Registered: Jul 2003
Location: United States, MN
Distribution: Redhat
Posts: 2

Rep: Reputation: 0
Lightbulb Compile the driver question

well i found my answer (as is often the case with linux) I went to :www.justlinux.com and found everything i needed.



 
Old 10-05-2003, 07:40 PM   #10
gronne
LQ Newbie
 
Registered: Jul 2003
Location: Ashland, OR
Distribution: Mandrake 9.1
Posts: 3

Rep: Reputation: 0
Microsoft MN-120 with Mandrake 9.1

Hi there,

I have a Dell SmartStep 200N:

http://docs.us.dell.com/docs/systems...cs.htm#1084976

and have just recently installed Mandrake 9.1. I have the same problem getting the MN-120 to work but when I go into the KDE Control Center under PCMCIA devices it says that "no devices" were found. Does anyone know what I should do from here?

PS I am an ultra-noob with this and would greatly appreciate it if someone could explain this to me like I'm a small child. If I can get this working I promise to spread the good word about Linux being for everybody.

Any help is appreciated.
 
Old 10-05-2003, 09:31 PM   #11
gronne
LQ Newbie
 
Registered: Jul 2003
Location: Ashland, OR
Distribution: Mandrake 9.1
Posts: 3

Rep: Reputation: 0
Microsoft MN-120 with Mandrake 9.1 Part II

I should also mention that this laptop has an onboard Realtek RTL8139 which does not work and this is why I bought the MN-120.

Mandrake recognizes the RTL8139 as the ethernet controller. I'm not sure if I'll have to make some changes to this to get it to work but I figured I should mention it. Here is some info I found regarding the SmartStep PCMCIA controller if it helps:

PC Card

PCMCIA controller
TI PCI 1520

PC Card connector
two (supports two Type I or Type II cards or one Type III card)

Cards supported
3.3 V and 5 V

PC Card connector size
68 pins

Data width (maximum)
PCMCIA 16 bits
CardBus 32 bits
 
  


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
How to setup a Microsoft wireless pcmcia card MN-720 jj4146 Linux - Wireless Networking 4 12-16-2005 03:00 PM
microsoft broadband networking usB adapter help get it working on mandrake 10 offical msg4real Linux - Hardware 4 01-27-2005 12:51 AM
mn-120 on redhat 9 bobscheff Linux - General 1 03-19-2004 04:59 AM
Zyxel Zyair B-120 (PCMCIA) ?? Don_Quixote Linux - Laptop and Netbook 1 02-21-2004 12:58 AM
Help on setting up Microsoft MN-520 PCMCIA card on Mandrake 9.2 seankoo Linux - Newbie 1 01-20-2004 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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