This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software:psion:how_to_add_a_new_wireless_card [2007/11/22 16:50] – created acid_snoop | software:psion:how_to_add_a_new_wireless_card [2008/05/14 17:54] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
* Issue a cardctl ident command, your output should be something like this: | * Issue a cardctl ident command, your output should be something like this: | ||
- | Socket 0: | + | |
- | product info: " | + | product info: " |
- | manfid: 0x000b, 0x7100 | + | manfid: 0x000b, 0x7100 |
- | function: 6 (network) | + | function: 6 (network) |
- | Socket 1: | + | Socket 1: |
- | no product info available | + | no product info available |
What we are interested in is the manfid: 0x000b, 0x7100 line. | What we are interested in is the manfid: 0x000b, 0x7100 line. | ||
Line 29: | Line 29: | ||
* Now, lets take a copy of the pcmcia config file: | * Now, lets take a copy of the pcmcia config file: | ||
- | cp / | + | |
* Edit the file with your favourite editor and search for Wireless network adapters. | * Edit the file with your favourite editor and search for Wireless network adapters. | ||
* Insert a new card by adding the following: | * Insert a new card by adding the following: | ||
- | card "Origo 802.11 Wireless Adapter" | + | |
- | manfid 0x000b, 0x7100 | + | manfid 0x000b, 0x7100 |
- | bind " | + | bind " |
* Save the file as config-pcmcia.new | * Save the file as config-pcmcia.new | ||
* Now, lets copy that file back to the PCMCIA config directory | * Now, lets copy that file back to the PCMCIA config directory | ||
- | cp ./ | + | |
* (If prompted, say yes to overwrite the existing config file) | * (If prompted, say yes to overwrite the existing config file) | ||
* Now, we need to restart the PCMCIA subsystem: | * Now, we need to restart the PCMCIA subsystem: | ||
- | / | + | |
* You should now have successfully added the ORIGO card. | * You should now have successfully added the ORIGO card. | ||
- |