Re: PCMCIA CDMA Card Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Derek,
>From the tests on the PCMCIA card, it does not appear to besupportable by the Linux serial drivers. If you  can do Diagnostics asdescribed in Softmodem.txt under MicroSoft, that might be informative.
MarvS
2008/11/22 王伟超 <derek_maxport@xxxxxxxxxxx>:> Dear Marvin,>> Thanks for your kind mail!>> I did as requested and I put the result in the following:>>> root@ubuntu:~# sudo ifconfig eth0 down>> root@ubuntu:~# sudo modprobe -r snd-intel8x0m>> root@ubuntu:~# tail -f /var/log/messages &>> [1] 6174>> root@ubuntu:~# Nov 23 00:09:47 ubuntu kernel: [  149.226672] type=1503> audit(1227370187.707:6): operation="socket_create" family="ax25"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226700] type=1503> audit(1227370187.707:7): operation="socket_create" family="netrom"> sock_type="seqpacket" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226712] type=1503> audit(1227370187.707:8): operation="socket_create" family="rose"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226724] type=1503> audit(1227370187.707:9): operation="socket_create" family="ipx"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226736] type=1503> audit(1227370187.707:10): operation="socket_create" family="appletalk"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226748] type=1503> audit(1227370187.707:11): operation="socket_create" family="econet"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226760] type=1503> audit(1227370187.707:12): operation="socket_create" family="ash"> sock_type="dgram" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.226771] type=1503> audit(1227370187.707:13): operation="socket_create" family="x25"> sock_type="seqpacket" protocol=0 pid=5469 profile="/usr/sbin/cupsd">> Nov 23 00:09:47 ubuntu kernel: [  149.245559] type=1503> audit(1227370187.727:14): operation="inode_permission" requested_mask="::r"> denied_mask="::r" fsuid=7 name="/proc/5469/net/dev" pid=5469> profile="/usr/sbin/cupsd">> Nov 23 00:14:00 ubuntu syslogd 1.5.0#2ubuntu6: restart.>> Nov 23 00:24:40 ubuntu kernel: [ 1042.213084] pccard: card ejected from slot> 0>> Nov 23 00:25:12 ubuntu kernel: [ 1073.536069] pccard: PCMCIA card inserted> into slot 0>> Nov 23 00:25:12 ubuntu kernel: [ 1073.538229] pcmcia: registering new device> pcmcia0.0>> Nov 23 00:25:12 ubuntu kernel: [ 1073.587579] 0.0: ttyS0 at I/O 0x3f8 (irq => 3) is a 8250>>>>>> root@ubuntu:~# sudo wvdialconf wvtest>> Editing `wvtest'.>>>>>> Scanning your serial ports for a modem.>>>>>> Modem Port Scan<*1>: Scanning ttyS0 first, /dev/modem is a link to it.>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud>> ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud>> ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.>> Modem Port Scan<*1>: S1   S2   S3>>>>>>>>>> Sorry, no modem was detected!  Is it in use by another program?>> Did you configure it properly with setserial?>>>>>> Please read the FAQ at http://open.nit.ca/wiki/?WvDial>>>>>> If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>.>> root@ubuntu:~#>> root@ubuntu:~# dmesg | grep tty>> [    0.004000] console [tty0] enabled>> [   21.544543] 0.0: ttyS0 at I/O 0x3f8 (irq = 3) is a 8250>> [ 1073.587579] 0.0: ttyS0 at I/O 0x3f8 (irq = 3) is a 8250>> root@ubuntu:~#>> root@ubuntu:~# pccardctl ident>> Socket 0:>>   product info: "HighSpeed", "CDMA", "", "">>   manfid: 0x0279, 0x950b>>   function: 2 (serial)>> Socket 1:>>   no product info available>> root@ubuntu:~#>> root@ubuntu:~# pccardctl ident>> Socket 0:>>   product info: "HighSpeed", "CDMA", "", "">>   manfid: 0x0279, 0x950b>>   function: 2 (serial)>> Socket 1:>>   no product info available>> root@ubuntu:~#>> root@ubuntu:~# pccardctl status>> Socket 0:>>   5.0V 16-bit PC Card>>   Subdevice 0 (function 0) bound to driver "serial_cs">> Socket 1:>>   no card>> root@ubuntu:~#>> root@ubuntu:~# pccardctl info>> PRODID_1="HighSpeed">> PRODID_2="CDMA">> PRODID_3="">> PRODID_4="">> MANFID=0279,950b>> FUNCID=2>> PRODID_1="">> PRODID_2="">> PRODID_3="">> PRODID_4="">> MANFID=0000,0000>> FUNCID=255>> root@ubuntu:~#>> root@ubuntu:~# ln -sf /dev/ttyS0 /dev/modem>> root@ubuntu:~# gedit /etc/wvdial.conf>> [Modem0]>> Modem = /dev/modem>> Baud = 230400>> SetVolume = 1>> Dial Command = ATDT>> Dial-AT-OK ATDT Command =>> Init1 = ATZ>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>> FlowControl = Hardware (CRTSCTS)>> New PPPD = yes>>>>>> [Dialer Defaults]>> Username = CARD>> Password = CARD>> Phone = #777>> Stupid Mode = 1>> Inherits = Modem0>> Carrier check = no>>>> root@ubuntu:~# wvdial>> --> WvDial: Internet dialer version 1.60>> --> Initializing modem.>> --> Sending: ATZ>> --> Sending: ATQ0>> --> Re-Sending: ATZ>> --> Modem not responding.>>>> root@ubuntu:~# setserial /dev/ttyS0 -a>> /dev/ttyS0, Line 0, UART: 8250, Port: 0x03f8, IRQ: 3>>        Baud_base: 115200, close_delay: 50, divisor: 0>>        closing_wait: none>>        Flags: spd_normal skip_test>>>>>> root@ubuntu:~#>> root@ubuntu:~# setserial /dev/ttyS0 baud_base 230400>> root@ubuntu:~# wvdial>> --> WvDial: Internet dialer version 1.60>> --> Initializing modem.>> --> Sending: ATZ>> --> Sending: ATQ0>> --> Re-Sending: ATZ>> --> Modem not responding.>> root@ubuntu:~# setserial /dev/ttyS0 closing_wait 3000>> root@ubuntu:~# wvdial>> --> WvDial: Internet dialer version 1.60>> --> Initializing modem.>> --> Sending: ATZ>> --> Sending: ATQ0>> --> Re-Sending: ATZ>> --> Modem not responding.>> root@ubuntu:~# setserial /dev/ttyS0 closing_wait 3000>> root@ubuntu:~# wvdial>> --> WvDial: Internet dialer version 1.60>> --> Initializing modem.>> --> Sending: ATZ>> --> Sending: ATQ0>> --> Re-Sending: ATZ>> --> Modem not responding.>> root@ubuntu:~# setserial /dev/ttyS0 irq 4>> root@ubuntu:~# wvdial>> --> WvDial: Internet dialer version 1.60>> --> Initializing modem.>> --> Sending: ATZ>> --> Sending: ATQ0>> --> Re-Sending: ATZ>> --> Modem not responding.>> root@ubuntu:~# setserial /dev/ttyS0 -a>> /dev/ttyS0, Line 0, UART: 8250, Port: 0x03f8, IRQ: 4>>        Baud_base: 230400, close_delay: 50, divisor: 0>>        closing_wait: none>>        Flags: spd_normal skip_test>>>>>>>>> Date: Sat, 22 Nov 2008 08:59:22 -0500>> From: marvin.stodolsky@xxxxxxxxx>> To: derek_maxport@xxxxxxxxxxx; discuss@xxxxxxxxxxxxx>> Subject: Re: ModemData.txt>>>> Derek,>>>> Please send to the List, not directly to me, as I'm not online much.>> Below is a typical wvdial.conf for usage with slmodemd serviced>> modems. Compare with yours.>>>> With respect to the PCMCIA card, I don't recognize Manufacture 0279.>> RE: Modem interrupt assignment and sharing:>> 11: 20570 XT-PIC-XT uhci_hcd:usb1, uhci_hcd:usb2,>> yenta, yenta, Intel 82801CA-ICH3, eth0, Intel 82801CA-ICH3 Model>> T-------->> Try freeing up resources with by detaching all USB devices.>> # sudo ifconfig eth0 down>> # sudo modprobe -r snd-intel*x0m>>>> Watch kernel messages with:>> $ sudo tail -f /var/log/messages &>> Remove the PCMCIA card. Wait a few seconds and put it back in. Some>> chipset identifiers may be output.>>>> Also see if the card may now be detected with:>> $ sudo wvdialconf wvtest>>>> MarvS>>>>>>>>>>>>>> [Dialer defaults]>> # are comment lines>> Modem = /dev/ttySL0>> Baud = 115200>> Init1 = ATZ>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>> ## for noisy lines try instead>> # Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +MS=34>> ISDN = 0>> Modem Type = Analog Modem>> Phone = 3015560020>> Username = LoginName@xxxxxxxxxxxxxxxx>> Password = LoginPassword>> # needed for /dev/pts/N type ports>> Carrier Check = no>>>>>>>> 2008/11/22 王伟超 <derek_maxport@xxxxxxxxxxx>:>> > Hello Marvin,>> >>> > Thanks for your help!>> >>> > Under your help, I came out with some result when doing wvdial.>> >>> >>> > root@ubuntu:/#>> >>> > root@ubuntu:/media/disk/SLMODEMD.gcc4.3# gedit /etc/wvdial.conf>> >>> > root@ubuntu:/media/disk/SLMODEMD.gcc4.3# wvdial>> >>> > --> WvDial: Internet dialer version 1.60>> >>> > --> Cannot get information for serial port.>> >>> > --> Initializing modem.>> >>> > --> Sending: ATZ>> >>> > ATZ>> >>> > OK>> >>> > --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>> >>> > ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0>> >>> > OK>> >>> > --> Modem initialized.>> >>> > --> Idle Seconds = 300, disabling automatic reconnect.>> >>> > --> Sending: ATDT#777>> >>> > --> Waiting for carrier.>> >>> > ATDT#777>> >>> > NO DIALTONE>> >>> > --> No dial tone.>> >>> > --> Disconnecting at Sat Nov 22 13:05:22 2008>> >>> > root@ubuntu:/media/disk/SLMODEMD.gcc4.3#>> >>> >>> >>> > Pls kindly help me out with this problem.>> >>> > One more thing to be concerned:>> >>> > I got a PCMCIA card available on my Ubuntu. I used pccardctl indent, it>> > shows something about the card. But when I do wvdialconf. It cannot>> > detect>> > the modem. When I open a new consule, it says "too much work for irq 3".>> > This PCMCIA card is inserted in slot 0. Manfid 0x0279,0x950b. When using>> > setserial, it shows irq 3. I guess if I allocate a right irq port for>> > it, it>> > can work out. But I have no idea about it.>> >>> > Pls kindly check and inform.>> >>> > Thanks and best regards>> > Derek>> >>> >>> >> Date: Fri, 21 Nov 2008 22:00:24 -0500>> >> From: marvin.stodolsky@xxxxxxxxx>> >> To: derek.king.wang@xxxxxxxxx>> >> Subject: Re: ModemData.txt>> >> CC: discuss@xxxxxxxxxxxxx>> >>>> >> Antonio>> >>>> >> The modem does get activated at the end:>> >> [ 1480.462475] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB]>> >> -> GSI 11 (level, low) -> IRQ 11>> >> [ 1480.462532] Intel ICH Modem 0000:00:1f.6: setting latency timer to>> >> 64>> >> ------------>> >> as the rest of the diagnostics show.>> >>>> >> King,>> >> It is an intermal Winmodem that is being detected not your PCMCIA>> >> modem.>> >> It you want to use the PCMCIA, do diagnostics under Microsoft to>> >> identify its chipset.>> >>>> >> Incidentally, the modem driver snd-intel8x0m occassionally dies when>> >> loaded. It can be reactivated by unloading and reloading.>> >>>> >> $ sudo modprobe -r snd-intel8x0m>> >> $ sudo modprobe snd-intel8x0m>> >>>> >> MarvS>> >>>> >>>> >> On Fri, Nov 21, 2008 at 9:41 PM, Antonio Olivares>> >> <olivares14031@xxxxxxxxx> wrote:>> >> > King,>> >> >>> >> > There's a problem here:>> >> >>> >> > Modem Interrupt and sharing :(>> >> >>> >> > Modem interrupt assignment and sharing:>> >> > 11: 20570 XT-PIC-XT uhci_hcd:usb1, uhci_hcd:usb2, yenta, yenta, Intel>> >> > 82801CA-ICH3, eth0, Intel 82801CA-ICH3 Modem>> >> > --- Bootup diagnostics for card in PCI slot 00:1f.6 ---->> >> > [ 0.622948] PCI: 0000:00:1f.6 reg 10 io port: [0, ff]>> >> > [ 0.622958] PCI: 0000:00:1f.6 reg 14 io port: [0, 7f]>> >> > [ 0.635517] pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635522] pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635527] pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635532] pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635537] pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635542] pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635547] pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635552] pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635557] pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635562] pnp 00:08: io resource (0x4e-0x4f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635567] pnp 00:08: io resource (0x50-0x53) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635572] pnp 00:08: io resource (0x62-0x63) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635577] pnp 00:08: io resource (0x65-0x65) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635582] pnp 00:08: io resource (0x66-0x66) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635587] pnp 00:08: io resource (0x72-0x77) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635592] pnp 00:08: io resource (0x80-0x80) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635597] pnp 00:08: io resource (0x84-0x86) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635602] pnp 00:08: io resource (0x88-0x88) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635607] pnp 00:08: io resource (0x8c-0x8e) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635612] pnp 00:08: io resource (0x90-0x9f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635617] pnp 00:08: io resource (0xa4-0xa5) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635622] pnp 00:08: io resource (0xa8-0xa9) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635627] pnp 00:08: io resource (0xac-0xad) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635632] pnp 00:08: io resource (0xb0-0xb5) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635637] pnp 00:08: io resource (0xb8-0xb9) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635642] pnp 00:08: io resource (0xbc-0xbd) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635648] pnp 00:08: io resource (0xe0-0xef) overlaps 0000:00:1f.6>> >> > BAR>> >> > 0 (0x0-0xff), disabling>> >> > [ 0.635658] pnp 00:08: io resource (0x10-0x1f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635663] pnp 00:08: io resource (0x24-0x25) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635668] pnp 00:08: io resource (0x28-0x29) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635673] pnp 00:08: io resource (0x2c-0x2d) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635678] pnp 00:08: io resource (0x2e-0x2f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635683] pnp 00:08: io resource (0x30-0x31) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635688] pnp 00:08: io resource (0x34-0x35) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635693] pnp 00:08: io resource (0x38-0x39) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635698] pnp 00:08: io resource (0x3c-0x3d) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635703] pnp 00:08: io resource (0x4e-0x4f) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635708] pnp 00:08: io resource (0x50-0x53) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635713] pnp 00:08: io resource (0x62-0x63) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635718] pnp 00:08: io resource (0x65-0x65) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635723] pnp 00:08: io resource (0x66-0x66) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 0.635728] pnp 00:08: io resource (0x72-0x77) overlaps 0000:00:1f.6>> >> > BAR>> >> > 1 (0x0-0x7f), disabling>> >> > [ 2.399054] serial 0000:00:1f.6: power state changed by ACPI to D0>> >> > [ 2.399067] serial 0000:00:1f.6: enabling device (0000 -> 0001)>> >> > [ 2.399081] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11>> >> > (level, low) -> IRQ 11>> >> > [ 2.399091] serial 0000:00:1f.6: PCI INT B disabled>> >> > [ 1480.459510] Intel ICH Modem 0000:00:1f.6: power state changed by>> >> > ACPI>> >> > to D0>> >> > [ 1480.462475] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB]>> >> > ->>> >> > GSI 11 (level, low) -> IRQ 11>> >> > [ 1480.462532] Intel ICH Modem 0000:00:1f.6: setting latency timer to>> >> > 64>> >> >>> >> > The PCI slot 00:1f.6 of the modem card may be disabled early in>> >> > a bootup process, but then enabled later. If modem drivers load>> >> > but the modem is not responsive, read DOCs/Bootup.txt about possible>> >> > fixes.>> >> > Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx>> >> > if help is needed.>> >> >>> >> > Please do the above advice and your modem appears to be supported by>> >> > SLMODEMD since the device is /dev/ttySL0, but not 100% sure on this.>> >> >>> >> > 1 [Modem ]: ICH-MODEM - Intel 82801CA-ICH3 Modem>> >> > Intel 82801CA-ICH3 Modem at irq 11>> >> >>> >> > Modem firmware information is in>> >> > /proc/asound/card1/codec97#0/mc97#1-1>> >> > ----------------------------------------------->> >> > Extended modem ID: codec=1 LIN1>> >> >>> >> > Lines in: /proc/asound/card1/codec97#0/mc97#1-1+regs>> >> > ------------------------------->> >> > 0:7c = 5349 and 0:7e = 4c27>> >> > are translated from hexadecimal code into the modem chip identifier:>> >> > SIL27>> >> >>> >> >>> >> > The driver snd-intel8x0m with its dependent drivers:>> >> > snd_intel8x0m 22412 0>> >> > snd_ac97_codec 111652 2 snd_intel8x0m,snd_intel8x0>> >> > snd_pcm 83204 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss>> >> > snd 63268 17>> >> >>> >> > snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device>> >> > snd_page_alloc 16136 3 snd_intel8x0m,snd_intel8x0,snd_pcm>> >> > ---------->> >> > provide modem + audio support.>> >> >>> >> > Get SLMODEMD.gcc4.3.tar.gz if you have not done so, from>> >> >>> >> >>> >> >>> >> > http://linmodems.technion.ac.il/packages/smartlink/SLMODEMD.gcc4.3.tar.gz>> >> >>> >> > extract it and follow the instructions therein.>> >> >>> >> > Report back if you run into problems.>> >> >>> >> > Regards,>> >> >>> >> > Antonio>> >> >>> >> >>> >> > --- On Fri, 11/21/08, King Derek <derek.king.wang@xxxxxxxxx> wrote:>> >> >>> >> >> From: King Derek <derek.king.wang@xxxxxxxxx>>> >> >> Subject: ModemData.txt>> >> >> To: discuss@xxxxxxxxxxxxx>> >> >> Date: Friday, November 21, 2008, 5:25 PM>> >> >> Dear All,>> >> >>>> >> >> I installed Ubuntu on Toshiba.I got a PCMCIA Card Modem>> >> >> working well>> >> >> under Windows, but it doenot work well under Ubuntu.>> >> >>>> >> >> The attached is my ModemData.txt I got from scanModem.>> >> >>>> >> >> Pls kindly check and help me out.>> >> >>>> >> >> Thanks and best regards>> >> >> Derek>> >> >>> >> >>> >> >>> >> >>> >>> >>> > ________________________________>> > 更多热辣资讯尽在新版MSN首页! 立刻访问!>>> ________________________________> 八卦娱乐包打听,MSN资讯速递帮你忙! 了解详细!

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux