Author Topic: Trendnet Wired Ethernet card  (Read 2115 times)

davidspitzer

  • Newbie
  • *
  • Posts: 43
    • View Profile
Trendnet Wired Ethernet card
« on: September 28, 2004, 07:23:19 pm »
I have a trendnet compact flash ethernet card (te-cf100) a zaurus 860 and kathrin rc3


So i plug in the card do an ifconfig and get this:

 Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1032 (1.0 Kb)  TX bytes:1032 (1.0 Kb)

usbd0     Link encap:Ethernet  HWaddr 40:00:01:00:00:01
          inet addr:192.168.1.201  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2180 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2805 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:243700 (237.9 Kb)  TX bytes:1157646 (1.1 Mb)

hmmm no card so i look through through the boards and find i need to do  a cardctl info and i get this

PRODID_1="Fast Ethernet"
PRODID_2="CF Size PC Card"
PRODID_3="1.0"
PRODID_4=""
MANFID=0149,c1ab
FUNCID=6
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255          


so per the instructions i add an entry to etc/pcmcia/config like this


card "Fast Ethernet"
  manfid 0149, c1ab
  bind "pcnet_cs"

i reboot and still the card does not show up in ifconfig so i add another entry:

card "CF Size PC Card"
  manfid 0149, c1ab
  bind "pcnet_cs"  


still does not work  -- I am sure it is user error but does anyone have any ideas or have this card working?

thanks

David

xe1yyb

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Trendnet Wired Ethernet card
« Reply #1 on: September 28, 2004, 08:14:52 pm »
card "Unknown NE2000 Compatible Ethernet"
 #function network_adapter
 manfid 0x0149, 0xc1ab
 bind "pcnet_cs"



have fun !!
pdaxrom 1.1.0 Kathrin rc9 ,sl c860
1 Gb Sand disk SD, 256 mb CF ultra ll
CF modem 56k ambicom, CF ethetnet trendnet te-cf100

davidspitzer

  • Newbie
  • *
  • Posts: 43
    • View Profile
Trendnet Wired Ethernet card
« Reply #2 on: September 28, 2004, 09:14:26 pm »
you are a bad*ss   -- that worked like a charm  

khafra

  • Newbie
  • *
  • Posts: 18
    • View Profile
Trendnet Wired Ethernet card
« Reply #3 on: December 28, 2004, 09:08:49 am »
Quote
card "Unknown NE2000 Compatible Ethernet"
 #function network_adapter
 manfid 0x0149, 0xc1ab
 bind "pcnet_cs"



have fun !!
I have a Hawking ethernet card, and after trying many other methods, This worked wonderfully for me in rc5--but I just "upgraded" to rc8, and neither this nor the more traditional 'card "Fast Ethernet"' (like cardctl ident says) works.  Any solution for us poor Hawking users?  I'd hate to have to revert.

Edit: I stood on my head while sacrificing a black rooster, added some more lines I can't remember, and rebooted, and it works now.  Erm, never mind.
« Last Edit: December 28, 2004, 10:51:07 pm by khafra »