Author Topic: Pcnet_cs Driver Needed For Trendnet Te-cf100  (Read 2706 times)

MB Zaurus

  • Newbie
  • *
  • Posts: 31
    • View Profile
Pcnet_cs Driver Needed For Trendnet Te-cf100
« on: November 27, 2005, 12:45:23 pm »
Hello,

I've got a TRENDnet TE-CF100 wired ethernet card that I'm trying to use on my SL-6000, with the original Sharp ROM and kernel version 2.4.18-rmk7-pxa3-embedix. I believe that I need the pcnet_cs.o kernel module, compiled for this kernel.


I've used this card on the same Zaurus under OE, but the pcnet_cs.o driver seems to be missing from the Sharp ROM distribution. I've added an entry to /etc/pcmcia/config, and  the card is recognized, but it's not usable:

Code: [Select]
# cardctl ident
Socket 0:
  product info: "Fast Ethernet", "CF Size PC Card", "1.0"
  manfid: 0x0149, 0xc1ab
  function: 6 (network)

# cardctl status
Socket 0:
  3.3V 16-bit PC Card [suspended]

# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:E0:98:F5:18:4D
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:43 Base address:0x300

# ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up
SIOCSIFFLAGS: No such device
SIOCSIFFLAGS: No such device

#dmesg
eth0: NE2000 (DL10022 rev 05): io 0xf6000300, irq 43, hw_addr 00:E0:98:F5:18:4D
pxa_pcmcia_suspend(0)
pxa_pcmcia_init(0)

Any suggestions?

Thanks,

Mark

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Pcnet_cs Driver Needed For Trendnet Te-cf100
« Reply #1 on: November 28, 2005, 08:50:36 am »
Did you try cardctl resume?

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Pcnet_cs Driver Needed For Trendnet Te-cf100
« Reply #2 on: November 28, 2005, 08:51:08 am »
Also, why don't you use Network Setup to configure network connection?