Wireless PCMCIA / Linux

Status
Niet open voor verdere reacties.

Qt2B

Nieuwe gebruiker
Lid geworden
1 mei 2003
Berichten
2
Grrr... heb nu aantal verschillende versies linux geprobeerd te installeren, wat opzich geen enkel probleem was... maar werkelijk geen enkele herkend mijn PCMCIA kaartje (Sitecom Wireless)

De geweldige HOWTO/installatie beschrijvingen snap ik helemaal geen ruk van, incl. de linux driver/installatie beschrijving, van Sitecom zelf...

Is er misschien iemand hierowh, die mij kan helpen, dat kaartje in leven te krijgen in linux? het liefst in kleutertaal (zodat iemand die geen verstand van linux heeft, het ook begrijpt?) :-S
 
Kan je de howto's en guide urls hier eens neerzetten ?

ik wil er wel eens naar kijken, al kan ik niets beloven...
 
Ok, orrg. readme van SiteCom.nl (als je dit voor mij kan vertalen in Kleutertaal, wat ik als (heftige) windows gebruiker begrijp, zou het top zijn...
***lige, is dat ik me graag wil verdiepen, in Linux... maar het heeft voor mij weinig zin, als ik er niet eens mee online kom... snapje?

Kmerk trouwens over het algemeen, dat vele wel geintreseerd, zijn in linux, maar dat de howtos prakties onbegrijpelijk zijn voor linux-newbieeess..



=======================================================================
ATMEL PCMCIA PCI USB linux driver
=======================================================================

+---------------------+
|PART A. Instructions.|
+---------------------+

1. Configuration.
--
You can either run make config or bash scripts/Config.sh.
You have to answer a few questions and a .config file will be created.

2. Build and installation
--
a. If a .config file exists then you need to do the following steps:

# make all
# make install

b. If a .config file does not exist, then you need to do the following steps:

# make realclean
# make config
After the configuration queries :

# make all
# make install

Remember to login as root before installing the drivers.

3. RF Board Type?
--
There are several Atmel chips for PCMCIA and USB which can be combined with
a bunch of RF boards.
If you don't know what is the exact type of the board:
a. Just build and install everything.
b. Plug you PCMCIA or USB board in and look in /var/log/messages for more info
Then consult the following table.

USB (the product IDs below are Atmel's ones only !):

PID | Atmel chip | RF board | driver
----------+------------+----------+--------
7605 | 503A | RFMD | usbvnetr.o
7606 | 505 | RFMD | usbvnet5.o

( The 505 is currently not supported due to missing firmware.)

If no driver is loaded on plugging your USB adapter, check if the (vendor ID,product ID)
pair is already contained in any of the *_DEVICES defines in src/includes/usb/config.h.
If yes, build a driver for this RF board and try again.
If no, try to find out which RF board your adapter contains (look inside, check the FCC
pictures of the device, or try out all RF boards). Add your product / vendor ID pair in
the appropriate *_DEVICES define in the config.h file. Build and install again.
On success, please notify the developers at sourceforge to include the new IDs.

PCMCIA :

ID | DRIVER
-------------+---------------
AT76C502AR | PCMCIA RFMD
AT76C502AR_D | PCMCIA RFMD revision D
AT76C502AR_E | PCMCIA RFMD revision E
AT76C504 | PCMCIA RFMD 504

c. If you cannot find your device's ID in the above table's than try to get the
required information from the Manufacturer....

4. TOOLS
--
In order to use the ncurses based command line (lvnet) and the X windows (xvnet) applications
you must enable the
Wireless LAN (non-hamradio)
option inside the kernel (and of course if it was disabled to rebuild your kernel).
For help regarding the two tools try the corresponding man pages.

Alternatively: Get the wireless tools (iwconfig et al) and use them.

5. STARTUP Options Configuration.
In order for you to configure the startup options of your card ( PCMCIA or USB ) you follow
the steps below :

PCMCIA :
- Edit the ATMEL WIRELESS entry in
/etc/pcmcia/wireless.opts by adding your preferences
off channel, essid, encryption etc.
USB :
- Edit the /root/.vnetrc file by adding your preferences
of channel, essid, encryption etc.If you edit the
file in order for your settings to take effect you
have to uncomment the post-install entry in
/etc/modules.conf for the corresponding module.
GOOD LUCK :)

6. Support.
--
For any questions use the sourceforge project's mailing list:
atmelwlandriver-users@lists.sourceforge.net

+--------------------+
|PART B. Known Issues|
+--------------------+
USB drivers:(START)
------------
The URB's going to the device are using the
Adapter->devreq->length field which on some platforms can cause
serious problems. This will be fixed very soon.

There is also a report for a deadlock in the initialization routine. We cannot
reproduce it so far.

There is a serious "conflict" with the usb-uhci driver and atmel's board which
leads to one problem. The system hangs :( .....
This never happens with the uhci driver.

USB drivers:(END)
-----------------

+------------+
|PART C. TODO|
+------------+

Add support for different product and vendor ID's....
 
Laatst bewerkt:
Ik kan niet alles voor je vertalen aangezien ik niet weet welke hardware je hebt...

Als eerste ga je naar console mode (ctrl alt F2 bijvoorbeeld) en log je in als root (of gebruik je het commando 'su' als je al als normale user bent ingelogd.

dan ga je naar de dir waar het hele zooitje staat uitgepakt en tik je in :

make realclean <enter>
make config <enter>

Bij make config zal je een hele lijst dingen over je hardware moeten beantwoorden, daar kan ik je niet mee helpen...

Dan :
make all
make install

Daarna komen we bij het probleem, je moet de hele zooi in de kernel zien te krijgen, zelf moet ik toegeven dat ik nog nooit een kernel die ik zelf compiled heb aan de praat heb gekregen (ik selecteer altijd de verkeerde opties...)...

Maar er staat ook bij :
Alternatively: Get the wireless tools (iwconfig et al) and use them.
Ik heb deze tools, met behulp van freshmeat.net, gevonden op :
http://freshmeat.net/redir/wireless-tools/34595/url_tgz/wireless_tools.25.tar.gz
(al weet ik niet zeker of ze de goeie zijn omdat ik het zelf niet op me systeem wil hebben eigenlijk)
(de door mij gebruikte query : http://freshmeat.net/search/?q=iwconfig&section=projects )

Zodra dat gedaan is moet je hetvolgende ook nog doen :
5. STARTUP Options Configuration.
In order for you to configure the startup options of your card ( PCMCIA or USB ) you follow
the steps below :

PCMCIA :
- Edit the ATMEL WIRELESS entry in
/etc/pcmcia/wireless.opts by adding your preferences
off channel, essid, encryption etc.

Hierna werkt het als het goed is, zo niet, post dan alles maar weer en dan zullen we er eens verder naar kijken :)

edit :
Kmerk trouwens over het algemeen, dat vele wel geintreseerd, zijn in linux, maar dat de howtos prakties onbegrijpelijk zijn voor linux-newbieeess..
Vaak moet je die dingen eerst ff een beetje scannend lezen en alleen op dingen letten als ./configure en make...
en daarna gaan zoeken wat je ongeveer nodig hebt, de todo's en de known issues moet je negeren tenzij je zeker weet dat je hardware niet of slecht ondersteund is (het boezemt zo lekker veel angst in als er staat : het gaat je toch niet lukken...).
Maar ik geef je gelijk, sommige howto's zijn nou niet echt goed geschreven...
(of te uitgebreid, *Icheb kijkt naar de howto van de Nvidia drivers die op zijn bak nog steeds niet werken*)
 
Laatst bewerkt:
offtopic:

Icheb ik heb ook problemen gehad met de Nvidia drivers maar ik heb ze aan de praat gekregen en alles werkt nu perfect.
die Howto van Nvidia is zeer goed te begrijpen

wat werkt niet met uwe nvidia ?

Tom
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan