LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 03-06-2003, 10:52 AM   #1
osfestus
Member
 
Registered: Feb 2003
Posts: 92

Rep: Reputation: 15
Question SMC 2435w Drivers


I have seen some interesting responses to wireless card drivers here, particularly by finegan. Perhaps someone could tell me if there are any modules (ala orinoco) that will work for the SMC 2435w pcmcia adapter and RH 8. Of course, SMC provides no native drivers for Linux, and I can't seem to find much info on the guts of this device (actual chipset). Thanks in advance to all who reply.

Jeff
 
Old 03-09-2003, 01:32 AM   #2
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
Anyone got any ned information about this card? I also recently got one and I can't get it setup under any modules that I've found.
 
Old 03-10-2003, 10:11 PM   #3
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
Found something

I found this site: http://www.seattlewireless.net/index...linkDwl650Plus

This DLink card has the same chips as the SMC card and has been reported to work. I'll reinstall Linux (sigh) and check it out ^_^
 
Old 03-11-2003, 11:26 AM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Re: SMC 2435w Drivers

Quote:
Originally posted by osfestus
Perhaps someone could tell me if there are any modules (ala orinoco) that will work for the SMC 2435w pcmcia adapter and RH 8.
Could you post up the output of:

/sbin/cardctl ident

That'll give us an idea of what's under the hood of this beastie. Ever since Dlink released 4 chipsets under 1 model number and Linksys 3 under 1, I don't trust research on vendor model numbers.

Cheers,

Finegan
 
Old 03-11-2003, 01:36 PM   #5
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
this is what i got:
Code:
Socket 0:
  product info: "Wireless Network CardBus PC Card", "Global", "", ""
  manfid: 0x0097, 0x8402
  PCI id: 0x104c, 0x8400
Socket 1:
  no product info available
 
Old 03-11-2003, 02:26 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Never seen it, new one to me, googling on the manfid reveals it to be another DWL-650 knock-off repackaged, so in theory it should work supurbly with the orinoco driver. I've been building a little hermes.conf knockoff myself with some of the oddballs Dave Gibson isn't listing yet. I included an entry for your card based on your ident line, these things are always tricky, but it should work. Copy this:

www.clockwatching.net/~fin/random/lqhacks.conf

and add it to /etc/pcmcia

Then hard restart the pcmcia subsystem with:

/etc/rc.d/init.d/pcmcia restart

That should give you the two happy beeps of a loaded driver, after that you can fiddle with the wireless settings with the command: "iwconfig"

Cheers,

Finegan
 
Old 03-11-2003, 02:40 PM   #7
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
I'll give it a try and get back to you probably tomorrow :S

Thanks for your help

/me loves Linux boards
 
Old 03-11-2003, 03:10 PM   #8
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
after I do all that and run iwconfig I get this error message:
Code:
lo	no wireless extensions
sit0	no wireless extensions
eth0	no wireless extensions
hermes and orinoco modules are loaded but not the orinoco_cs module.

When I try to modprobe orinoco_cs i get this error message
Code:
/lib/modules/2.4.20-xfs_pre2/pcmcia/orinoco_cs.o: unresolved symbol __orinoco_startup
/lib/modules/2.4.20-xfs_pre2/pcmcia/orinoco_cs.o: insmod /lib/modules/2.4.20-xfs_pre2/pcmcia/orinoco_cs.o failed
/lib/modules/2.4.20-xfs_pre2/pcmcia/orinoco_cs.o: insmod orinoco_cs failed
Is my module screwed up or do you have another idea?

PS: Also when I insert my pcmcia card I get a beep that sounds exactly like the beep when i eject the card followed by a lower pitched beep, is that a loading error?

Last edited by Ukshter; 03-11-2003 at 03:12 PM.
 
Old 03-11-2003, 03:21 PM   #9
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The first beep is it seeing the card, the second, the bonk for lack of a better term, is it not binding anything successfully to the card. If it properly bound a module to the card, it should beep much like the first one. The pull out beep is simple card ejection.

If you've got a stock 2.4.20 orinoco module, its v11b, so that's new enough to see a real DWL-650 clone, so I'm probably dead wrong and its something else (so much for google huh?), I'll poke around some more, its evidently NOT a prism2 chipset card, bummer.

Cheers,

Finegan
 
Old 03-11-2003, 03:26 PM   #10
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Ah... @!#$ me gently with a chainsaw Heather,

http://lists.suse.com/archive/suse-l...-Aug/2234.html

Its another DWL-650+ variant, the "+" means not prism2, but TI, and TI are being weenies about releasing enough driver specs to get someone to build a module. Yes, currently this card is unsupported, and there's no immediate help in the future without info enough to build a driver from TI... No mention of Intersil off of the ident line should have tipped me off, sorry to get your hopes up man.

Cheers,

Finegan
 
Old 03-11-2003, 03:31 PM   #11
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
Well that sux :S

Thanks for trying to help me out
 
Old 03-12-2003, 05:31 PM   #12
Solarus
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: REDHAT
Posts: 1

Rep: Reputation: 0
Lets keep this post going guys. I hae the same problems as you guys with the new US Robotics 22mb PCMCIA Cards. From what I read around the place they seem to be the same chipset.

I'll keep hanging out here waiting to see if someone can come up with an option. Dist = RedHat 8

Last edited by Solarus; 03-12-2003 at 05:36 PM.
 
Old 03-12-2003, 08:24 PM   #13
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
Well there really isn't anything anyone can do till
a) TI/Linksys/Dlink/SMC/Whoever releases some source or real documentation about the chip so a nice little module can be made
b) some gawd like programmer is so bold as to create a workable module by divine intervention.

As you can probably guess both aren't going to happen for a while.

Once I hear more information about a module I'll post up some info.

Oh and my distro is Gentoo, how else can I keep my CPU cycles filled?

Last edited by Ukshter; 03-12-2003 at 08:26 PM.
 
Old 03-13-2003, 05:26 PM   #14
Ukshter
LQ Newbie
 
Registered: Mar 2003
Posts: 8

Rep: Reputation: 0
From http://www.seattlewireless.net/index...linkDwl650Plus
Quote:
13th March
Here is the response I received from Texas Instruments today:

Mr. xxxxxxxx,

We apologize for the fact that you did not receive a response for your orignal inquiry. Texas Instruments at this time does not have any plans to release a Linux driver for this chipset or provide the source code so that other may write drivers. The software development kit is only available to the OEM's who manufacture devices based on the ACX100. OEM's that manufacture devices based on the ACX100 must sign an NDA (Non-Disclosure Agreement) and abide by the terms of this agreement regarding driver support. TI in the future may choose to offer Linux driver support for this chipset.

Thank You, David Aguilera Texas Instruments Semiconductor Technical Support http://www-k.ext.ti.com/sc/technical...c/americas.htm
 
Old 10-16-2003, 01:18 PM   #15
eggy02
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
SMC 2435w drivers

I found out that it is acx100 chipset and there is a experimental driver for it.

http://acx100.sourceforge.net

I got the module compiled and when I do a modprobe it is giving me errors.

/lib/modules/2.4.18-14bigmem/kernal/drivers/net/acx100_pci.o: init_module: No such device
it says that is could be because of incorrect module parameters, invalid IO or IRQ parameters.

Any Ideas?

Thanks in Advance,
Aaron
 
  


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
SMC 2435W no linux driver futurist Linux - Networking 3 09-21-2005 04:10 AM
SMC 2632-2602W linux drivers? o0linuxkid0o Linux - Hardware 2 09-05-2004 03:46 PM
smc 2635 wi-fi card drivers for mdk10? webazoid Linux - Wireless Networking 1 08-06-2004 12:48 PM
(HELP) how to: Compile new drivers for SMC NIC Tangz Linux - Hardware 5 07-04-2004 05:15 PM
SMC Network card drivers Jimothy Linux - Newbie 2 03-03-2002 06:10 PM

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

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