LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-07-2004, 06:54 PM   #1
jyaron
Newbie
 
Registered: Mar 2004
Posts: 3

Rep: Reputation: 0
SanDisk WiFi/128MB CF Initialization


I'm having trouble getting the SanDisk WiFi/128MB Combo CF radio to respond to standard PRISM II initializations.

There appears to be some extra setup data req'd pertaining to WLAN I/O Base register configuration @ 0x3F0 and 0x3F2

Also, WLAN activation via a register @ offset 0x40 in WLAN I/O addr space is needed.

After inducing how to include the ancillary init's, I still can't get the card to respond to a 'Reset' command sent to offset 0x00.

Any help from anyone who is pursuing creation of a driver would be appreciated.
 
Old 03-07-2004, 07:54 PM   #2
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
You probably already have this:

http://www.sandisk.com/pdf/industria...CFWLANv1.0.pdf
 
Old 03-07-2004, 08:18 PM   #3
jyaron
Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Is there a web site / forum where the real linux programmers go... i.e. the driver composers / writers
 
Old 03-07-2004, 09:03 PM   #4
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
many of the linux network driver authors have mail lists or forums where you can look through the archives or ask questions.

I am not sure about this hardware, maybe start by finding Prism 3 drivers and then looking on archives of mailing lists. This seems like a new beast.
 
Old 03-08-2004, 06:32 PM   #5
jyaron
Newbie
 
Registered: Mar 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Exclamation

Driver writers in this inutile forum... right

Pissants can't even install a driver... never mind write one
 
Old 03-08-2004, 06:51 PM   #6
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Please re-read my previous note, I never referenced these forums.

Last edited by beyer42; 03-08-2004 at 06:54 PM.
 
Old 03-12-2004, 09:42 PM   #7
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Depends on the driver, its a standard prism2/3 series card right? Try the orinoco_cs mailing list, its hosted off of sourceforge. Just do a search there for orinoco_cs and you should stumble accross it. There's a users and a developers list, both are pretty clear cut higher brow. In the Dev list you should be able to get in touch with someone that will help you wrangle a patch into the driver that'll initialize it right.

Cheers,

Finegan
 
Old 09-20-2004, 03:25 PM   #8
Loial
LQ Newbie
 
Registered: Jan 2004
Distribution: Gentoo
Posts: 1

Rep: Reputation: 0
update

I was wondering if you had any further success with this combo card
I can only manage to get the memory part working using:
card "SanDisk ConnectPlus 128M"
manfid 0xd601, 0x0101
bind "ide_cs" to 1

presumably doing a
bind "hostap_cs" to 0, "ide_cs" to 1
should get both working, but it wasn't confirmed
Have you had more luck?
 
Old 10-11-2004, 01:04 PM   #9
hns
LQ Newbie
 
Registered: Oct 2004
Location: Munich, Germany
Distribution: Embedded Linux (Sharp)
Posts: 4

Rep: Reputation: 0
We (the Zaurus users waiting to see the card working) have opened a special forum to discuss this card's drivers at: http://www.dsitri.de/phpBB2/viewforum.php?f=21There is also a description how to make at least the 128MB working.

There is also the hostap mailing list: http://lists.shmoo.com/mailman/listinfo/hostap

The card seems to be a Prism III - so the prism2_cs driver does NOT work.

-- hns
 
Old 03-31-2005, 12:02 PM   #10
tonedeaf
LQ Newbie
 
Registered: Mar 2005
Location: Plano, TX
Posts: 1

Rep: Reputation: 0
I have exactly the same problem an jyaron - I've follow the initialization sequence in the linux hostapp driver but the Wifi function doesnt come out of busy when I send the initialize comment. (I'm writing the code for an embedded system (atmega128 based) not Linux). I wrote to Journi who got the hostapp driver working but so far I'm still stuck. So jyaron, did you ever get your code to work?

thanks
 
Old 03-31-2005, 01:39 PM   #11
hns
LQ Newbie
 
Registered: Oct 2004
Location: Munich, Germany
Distribution: Embedded Linux (Sharp)
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by tonedeaf
I have exactly the same problem an jyaron - I've follow the initialization sequence in the linux hostapp driver but the Wifi function doesnt come out of busy when I send the initialize comment. (I'm writing the code for an embedded system (atmega128 based) not Linux). I wrote to Journi who got the hostapp driver working but so far I'm still stuck. So jyaron, did you ever get your code to work?

thanks
There is a solution and just some days ago a tutorial was posted: http://www.dsitri.de/phpBB2/viewtopic.php?t=148

Hope this helps,

hns
 
Old 07-10-2005, 02:31 PM   #12
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
if ya'll still have this page bookmarked, I could use some help with the ConnectPLUS 128 wifi card as well. The problem is that I am attempting to use this card in my laptop's pcmcia card slot. Now, it seems as thought he previous posts only resolved the woes of the Zaurus users. Due to the giant gap (in both memory addressing and instruction set) between PocketPCs and Laptop PCs, I doubt the posts so far will address the driver issues of laptop computers...
 
Old 07-10-2005, 02:47 PM   #13
hns
LQ Newbie
 
Registered: Oct 2004
Location: Munich, Germany
Distribution: Embedded Linux (Sharp)
Posts: 4

Rep: Reputation: 0
The card is now working in several Linux distributions which use a more recent hostap driver.

Please study the contributions at http://www.dsitri.de/phpBB2/viewforum.php?f=21

And the hostap mailing list: http://lists.shmoo.com/mailman/listinfo/hostap

-- hns
 
Old 07-13-2005, 09:35 PM   #14
mjolnir
Member
 
Registered: Apr 2003
Posts: 883

Rep: Reputation: 117Reputation: 117
"Driver writers in this inutile forum... right

Pissants can't even install a driver... never mind write one."

And posts such as this one are the epitome of inutility.
 
  


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
Ralink WIFI with Asus@Home WIFI wavemachine Linux - Hardware 0 10-20-2004 04:10 PM
SanDisk Connect Plus on Zaurus numenor_j Linux - Wireless Networking 1 10-11-2004 01:07 PM
SanDisk Cruzer mini 128mb not picked up by machine Hybrid Linux - Hardware 1 04-30-2004 03:09 PM
pcmcia sandisk card mjm461 Linux - General 2 02-20-2004 08:21 AM
SanDisk JJPMR52 Linux - Newbie 1 06-21-2003 01:12 AM

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

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