![]() ![]() |
Feb 23 2007, 04:44 PM
Post
#1
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
alright,
i have a planex gw-cf11h that i bought with my 3200 from conics and a Socket Go Wi-fi! p500 that i bought to replace the planex. none of the above work, I'm using cacko, the original ROM didn't display any text at all in the network setup menu just boxes. i get "unsupported card" for both. |
|
|
|
Feb 23 2007, 07:26 PM
Post
#2
|
|
![]() Group: Members Posts: 2,808 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 |
QUOTE(Matthewmongan @ Feb 24 2007, 10:44 AM) alright, i have a planex gw-cf11h that i bought with my 3200 from conics and a Socket Go Wi-fi! p500 that i bought to replace the planex. none of the above work, I'm using cacko, the original ROM didn't display any text at all in the network setup menu just boxes. i get "unsupported card" for both. install these: http://www.trisoft.de/download/Prism3drivers.zip |
|
|
|
Feb 23 2007, 07:57 PM
Post
#3
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
QUOTE(Meanie @ Feb 23 2007, 11:26 PM) QUOTE(Matthewmongan @ Feb 24 2007, 10:44 AM) alright, i have a planex gw-cf11h that i bought with my 3200 from conics and a Socket Go Wi-fi! p500 that i bought to replace the planex. none of the above work, I'm using cacko, the original ROM didn't display any text at all in the network setup menu just boxes. i get "unsupported card" for both. install these: http://www.trisoft.de/download/Prism3drivers.zip when i install i get "ipkg says something went wrong. sorry." at least it's polite oh, and by the way. thank you for having such an informative site. |
|
|
|
Feb 25 2007, 03:04 PM
Post
#4
|
|
![]() Group: Admin Posts: 3,277 Joined: 29-July 04 From: Cambridge, England Member No.: 4,149 |
I assume you unpacked the .zip file to get an .ipk file?
|
|
|
|
Feb 25 2007, 06:01 PM
Post
#5
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
ahh, i see. i will try that as soon as i get my .sys files in the proper hdd partitions. the cp command is not working for me.
|
|
|
|
Mar 11 2007, 03:38 PM
Post
#6
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
|
|
|
|
Mar 11 2007, 05:38 PM
Post
#7
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
Plug in the wireless LAN card and using su mode:
Activate "lsmod" to check wether that p80211 and prims2_cs modules are there. Activate "cardctl ident" to obtain the identity of the card. - Please post the details here and it should look like: product info: "Wireless LAN", "11Mbps PC Card", Version 01.02", "" manfid: 0x0156, 0x0002 function: 6 (network) Next check whether the card identity is in /etc/pcmcia/wlan-ng.conf. If it is not, add the following (according to the information obtained from card's identity): card "Wireless LAN" manfid 0x0156, 0x0002 bind "prism2_cs Reboot to see whether Zaurus can detect it. |
|
|
|
Mar 11 2007, 07:17 PM
Post
#8
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
QUOTE(freizugheit @ Mar 11 2007, 09:38 PM) Plug in the wireless LAN card and using su mode: Activate "lsmod" to check wether that p80211 and prims2_cs modules are there. Activate "cardctl ident" to obtain the identity of the card. - Please post the details here and it should look like: product info: "Wireless LAN", "11Mbps PC Card", Version 01.02", "" manfid: 0x0156, 0x0002 function: 6 (network) Next check whether the card identity is in /etc/pcmcia/wlan-ng.conf. If it is not, add the following (according to the information obtained from card's identity): card "Wireless LAN" manfid 0x0156, 0x0002 bind "prism2_cs Reboot to see whether Zaurus can detect it. i do not have p80211 and prims2_cs modules card ident looks like CODE Socket 0: product info: "PLANEX COMMUNICATIONS INC.", "PLANEX GW-CF11H Wireless CF Card","" manfid: 0xd601, 0x0005 Function: 6 (network) and i can not find Wlan-ng.conf in midnight commander, however i do have a wlan-ng.opts ad a green *wlan-ng i do not know how to edit these |
|
|
|
Mar 11 2007, 07:50 PM
Post
#9
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
Use the following commands to install both modules:
insmod p80211 insmod prims2_cs I have added your card identity in the wlan-ng.conf file which will be sent to you via PM. just copy it to /etc/pcmcia. Reboot the Zaurus and good luck. |
|
|
|
Mar 11 2007, 07:57 PM
Post
#10
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
Problem uploading the wlan-ng.conf, please send me your email address via PM and I will send you using my personal email account.
|
|
|
|
Mar 11 2007, 08:24 PM
Post
#11
|
|
![]() Group: Members Posts: 1,837 Joined: 31-December 05 From: Illinois USA Member No.: 8,821 |
QUOTE(freizugheit @ Mar 11 2007, 09:57 PM) Problem uploading the wlan-ng.conf, please send me your email address via PM and I will send you using my personal email account. zip it into a zip file, then you can post it here for Matthewmongan Matthewmongan, go to ELSI at the top of this forum and download Zeditor http://www.elsix.org/index.php?w=project&p=1124 It's a text editor that you can edit conf files with. Once installed, click and hold it's icon, then a properties dialog will pop up. Select "Execute with root privilege" |
|
|
|
Mar 12 2007, 07:50 AM
Post
#12
|
|
|
Group: Members Posts: 24 Joined: 11-January 07 Member No.: 13,863 |
QUOTE(freizugheit @ Mar 11 2007, 11:50 PM) Use the following commands to install both modules: insmod p80211 insmod prims2_cs I have added your card identity in the wlan-ng.conf file which will be sent to you via PM. just copy it to /etc/pcmcia. Reboot the Zaurus and good luck. alright i got th conf into the /etc/pcmcia/ but when i do insmon p80211 or prims2_cs i get an error no such module. |
|
|
|
Mar 12 2007, 09:22 AM
Post
#13
|
|
![]() Group: Admin Posts: 3,277 Joined: 29-July 04 From: Cambridge, England Member No.: 4,149 |
if it's a prism card, surely you'd be better off using the hostap driver because that would give you WPA and not just WEP.
|
|
|
|
Mar 12 2007, 09:36 AM
Post
#14
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
try the following:
insmod /lib/moudles.rom/2.4.18-rmk7-pxa3-embedix(for my SL-5600, yours might be a bit different)/net/p80211.o insmod /lib/moudles.rom/2.4.18-rmk7-pxa3-embedix(for my SL-5600, yours might be a bit different)/pcmcia/prism2_cs.o |
|
|
|
Mar 12 2007, 06:26 PM
Post
#15
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
QUOTE(speculatrix @ Mar 12 2007, 09:22 AM) if it's a prism card, surely you'd be better off using the hostap driver because that would give you WPA and not just WEP. I am very sure that the network configuration tool on my SL-5600 was not functioning well with my wireless LAN card. Mind sharing how to configure WPA. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 08:58 PM |