Are PC Card Modems supported in Solaris 10 x86?
I tested today again a Dlink DM-560 Data/Fax Modem and it did not work as
expected.
Solaris detects the PC Card and creates the device entry in /dev/cua/pc0 (see
below). But when I use the device (for example with tip) the machine is
completly frozen. I must turn it off and on again to get it working again.
Environment: Acer Ferrari 4005, Solaris 10 x86 snv_37, cardbus driver v0.3
regards
Bernd
Script started on Thu Apr 27 08:11:24 2006
# bash
bash-3.00# # before inserting the modem card
bash-3.00# ls -l /dev/cua/*
lrwxrwxrwx 1 root root 32 Apr 26 23:29 /dev/cua/a ->
../../devices/isa/asy at 1,3f8:a,cu
bash-3.00# # dlink card inserted
bash-3.00# tail -4 /var/adm/messages
Apr 27 08:12:01 ferrari pcic: [ID 759616 kern.notice] parent dip
is:0xffffffff803a1010
Apr 27 08:12:01 ferrari pcmcia: [ID 580848 kern.info] pcser0 at pcic at 9 in
socket 0
Apr 27 08:12:01 ferrari genunix: [ID 936769 kern.info] pcser0 is /pci at
0,0/pci1002,4371 at 14,4/pci1025,7e at 9/serial at 0
Apr 27 08:12:01 ferrari genunix: [ID 408114 kern.info] /pci at 0,0/pci1002,4371
at 14,4/pci1025,7e at 9/serial at 0 (pcser0) online
bash-3.00# ls -l /dev/cua/*
lrwxrwxrwx 1 root root 32 Apr 26 23:29 /dev/cua/a ->
../../devices/isa/asy at 1,3f8:a,cu
lrwxrwxrwx 1 root root 70 Apr 27 08:12 /dev/cua/pc0 ->
../../devices/pci at 0,0/pci1002,4371 at 14,4/pci1025,7e at 9/serial at
0:pcser,cu
bash-3.00# prtconf -v | grep -i card
value='pccard'
value='CardBus bridge'
value='pccard,Intelligent,PCMCIA_FAX+MODEM,' +
'pccard200,1' + 'pccard,serial' + 'serial'
bash-3.00# grep pc0 /etc/remote
pc0:\
:dv=/dev/cua/pc0:br#38400:el=^C^S^Q^U^D:ie=%$:oe=^D:nt:hf:
bash-3.00# exit
# exit
script done on Thu Apr 27 08:17:21 2006
This message posted from opensolaris.org