OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: g33k on December 27, 2004, 10:25:54 pm

Title: Trendnet Te-cf100 / Symbol La-4137
Post by: g33k on December 27, 2004, 10:25:54 pm
Neither my TRENDnet TE-CF100 wired fast ethernet adaptor nor my Symbol LA-4137 Wireless Networker 802.11 wifi card are recognized by pdaXrom by default. For the benefit of newbies like myself, here's how to get them working:

For the TE-CF100, edit the /etc/pcmcia/config file and add the following lines:

Code: [Select]
card "TRENDnet TE-CF100"
  manfid 0x0149, 0xc1ab
  bind "pcnet_cs"

For the LA-4137, edit the /etc/pcmcia/spectrum.conf file and add the following lines:

Code: [Select]
card "LA4137 Spectrum24 CF WLAN CARD"
  manfid 0x014d, 0x0001
  bind "spectrum_cs"

To make the either of the above changes effective, execute this command:

Code: [Select]
/etc/rc.d/init.d/pcmcia restart
Insert the card, and you should be good to go!