Re: Kyocera KPC680 - USA - Kernel 2.6.24-20

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

 



Heidi

This
-----------
Aug  3 12:00:27 heidiann-laptop kernel: [ 4315.887219] sky2 eth0: Link
is up at 100 Mbps, full duplex, flow control both
---------
I think means that the  Kyocera KPC680 is being recognized through USB
as an ethernet
style device, not as a dailout modem device,  That is why the
wvdialconf test fails.

You can check this by opening a terminal
$ tail  -f  /var/log/messages  &

Open a 2nd terminal
$ ifconfig
Attach the USB Kyocera and watch the new messages in the 1st terminal.
 Then again
$ ifconfig
to see if a new eth0  block was created.

More broadly, just Google to search out the successful usages of the
prior model Kyocera under Linux.  The only thing that is new in the
airprime.ko I sent, is that the model KPC680 is now recogized, but is
using the same support code of the prior model.

Please send any further messages to the List, not direct to me.
Others may have further contributions.

MarvS



On Sun, Aug 3, 2008 at 12:30 PM,  <adonis12490@xxxxxxxxxxx> wrote:
> Marv,
>
> I finally found some time to try this.....again.  The air card seems to be recognized per your previous instructions, but what do I do now??  Below is the terminal readout for your reference (see last few lines.  I disconnected the ethernet twice to see if it would detect the aircard.  I'm now at kernel 2.6.24-20.   Do I configure with KPPP?  If so, how?
>
> Thanks - Heidi
>
> heidiann@heidiann-laptop:~$ find /lib/modules -name airprime.ko
> /lib/modules/2.6.24-20-generic/kernel/drivers/usb/serial/airprime.ko
> heidiann@heidiann-laptop:~$ TARGET=$(find /lib/modules -name airprime.ko)
> heidiann@heidiann-laptop:~$ echo TARGET
> TARGET
> heidiann@heidiann-laptop:~$ ls $TARGET
> /lib/modules/2.6.24-20-generic/kernel/drivers/usb/serial/airprime.ko
> heidiann@heidiann-laptop:~$ sudo mv $TARGET /root/
> [sudo] password for heidiann:
> heidiann@heidiann-laptop:~$ ls $TARGET
> ls: cannot access /lib/modules/2.6.24-20-generic/kernel/drivers/usb/serial/airprime.ko: No such file or directory
> heidiann@heidiann-laptop:~$ ls air*
> ls: cannot access air*: No such file or directory
> heidiann@heidiann-laptop:~$ \heidiann\home
> bash: heidiannhome: command not found
> heidiann@heidiann-laptop:~$ cd desktop
> bash: cd: desktop: No such file or directory
> heidiann@heidiann-laptop:~$ gzip air*.gz
> gzip: air*.gz: No such file or directory
> heidiann@heidiann-laptop:~$ ls /root/airprime.ko
> /root/airprime.ko
> heidiann@heidiann-laptop:~$ cd /root
> heidiann@heidiann-laptop:/root$ airprime.ko
> bash: airprime.ko: command not found
> heidiann@heidiann-laptop:/root$ ls airprime.ko
> airprime.ko
> heidiann@heidiann-laptop:/root$ gzip air*.ko
> gzip: airprime.ko.gz: Permission denied
> heidiann@heidiann-laptop:/root$ gunzip airprime.ko
> gzip: airprime.ko: unknown suffix -- ignored
> heidiann@heidiann-laptop:/root$ gunzip air*.ko
> gzip: airprime.ko: unknown suffix -- ignored
> heidiann@heidiann-laptop:/root$ ls air*.ko
> airprime.ko
> heidiann@heidiann-laptop:/root$ sudo cp air*.ko$TARGET
> cp: missing destination file operand after `air*.ko/lib/modules/2.6.24-20-generic/kernel/drivers/usb/serial/airprime.ko'
> Try `cp --help' for more information.
> heidiann@heidiann-laptop:/root$ sudo cp airprime.ko $TARGET
> heidiann@heidiann-laptop:/root$ ls $TARGET
> /lib/modules/2.6.24-20-generic/kernel/drivers/usb/serial/airprime.ko
> heidiann@heidiann-laptop:/root$ sudo depmod -a
> heidiann@heidiann-laptop:/root$ sudo tail -f/var/log/messages &
> [1] 7351
> heidiann@heidiann-laptop:/root$ tail: invalid option -- /
> Try `tail --help' for more information.
> tail --help
> Usage: tail [OPTION]... [FILE]...
> Print the last 10 lines of each FILE to standard output.
> With more than one FILE, precede each with a header giving the file name.
> With no FILE, or when FILE is -, read standard input.
>
> Mandatory arguments to long options are mandatory for short options too.
>      --retry              keep trying to open a file even if it is
>                           inaccessible when tail starts or if it becomes
>                           inaccessible later; useful when following by name,
>                           i.e., with --follow=name
>  -c, --bytes=N            output the last N bytes; alternatively, use +N to
>                           output bytes starting with the Nth of each file
>  -f, --follow[={name|descriptor}]
>                           output appended data as the file grows;
>                           -f, --follow, and --follow=descriptor are
>                           equivalent
>  -F                       same as --follow=name --retry
>  -n, --lines=N            output the last N lines, instead of the last 10;
>                           or use +N to output lines starting with the Nth
>      --max-unchanged-stats=N
>                           with --follow=name, reopen a FILE which has not
>                           changed size after N (default 5) iterations
>                           to see if it has been unlinked or renamed
>                           (this is the usual case of rotated log files)
>      --pid=PID            with -f, terminate after process ID, PID dies
>  -q, --quiet, --silent    never output headers giving file names
>  -s, --sleep-interval=S   with -f, sleep for approximately S seconds
>                           (default 1.0) between iterations.
>  -v, --verbose            always output headers giving file names
>      --help     display this help and exit
>      --version  output version information and exit
>
> If the first character of N (the number of bytes or lines) is a `+',
> print beginning with the Nth item from the start of each file, otherwise,
> print the last N items in the file.  N may have a multiplier suffix:
> b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,
> GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.
>
> With --follow (-f), tail defaults to following the file descriptor, which
> means that even if a tail'ed file is renamed, tail will continue to track
> its end.  This default behavior is not desirable when you really want to
> track the actual name of the file, not the file descriptor (e.g., log
> rotation).  Use --follow=name in that case.  That causes tail to track the
> named file by reopening it periodically to see if it has been removed and
> recreated by some other program.
>
> Report bugs to <bug-coreutils@xxxxxxx>.
> [1]+  Exit 1                  sudo tail -f/var/log/messages
> heidiann@heidiann-laptop:/root$ sudo tail --follow/var/log/messages
> tail: unrecognized option `--follow/var/log/messages'
> Try `tail --help' for more information.
> heidiann@heidiann-laptop:/root$ sudo tail -f/var/log/messages
> tail: invalid option -- /
> Try `tail --help' for more information.
> heidiann@heidiann-laptop:/root$ sudo tail -f /var/log/messages &
> [1] 7355
> heidiann@heidiann-laptop:/root$ Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.152118] end_request: I/O error, dev sdb, sector 488
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.153111] sd 6:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.153116] sd 6:0:0:0: [sdb] Sense Key : Data Protect [current]
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.153120] sd 6:0:0:0: [sdb] Add. Sense: Write protected
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.153124] end_request: I/O error, dev sdb, sector 527
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.154097] sd 6:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.154103] sd 6:0:0:0: [sdb] Sense Key : Data Protect [current]
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.154107] sd 6:0:0:0: [sdb] Add. Sense: Write protected
> Aug  3 11:42:15 heidiann-laptop kernel: [ 3225.154112] end_request: I/O error, dev sdb, sector 217032
> Aug  3 11:42:20 heidiann-laptop kernel: [ 3230.411826] usb 7-2: USB disconnect, address 5
> heidiann@heidiann-laptop:/root$ Aug  3 11:57:11 heidiann-laptop kernel: [ 4119.979122] sky2 eth0: Link is down.
> Aug  3 11:57:28 heidiann-laptop kernel: [ 4137.728537] usb 5-1: new full speed USB device using uhci_hcd and address 2
> Aug  3 11:57:29 heidiann-laptop kernel: [ 4137.889618] usb 5-1: configuration #1 chosen from 1 choice
> Aug  3 11:59:46 heidiann-laptop kernel: [ 4275.430571] audit(1217779186.726:11): type=1503 operation="inode_permission" requested_mask="::rw" denied_mask="::rw" name="/dev/tty" pid=7377 profile="/usr/sbin/cupsd" namespace="default"
> Aug  3 12:00:27 heidiann-laptop kernel: [ 4315.887219] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
> Aug  3 12:01:20 heidiann-laptop kernel: [ 4369.166438] audit(1217779280.554:12): type=1503 operation="inode_permission" requested_mask="::rw" denied_mask="::rw" name="/dev/tty" pid=7400 profile="/usr/sbin/cupsd" namespace="default"
> Aug  3 12:01:47 heidiann-laptop kernel: [ 4396.267566] audit(1217779307.682:13): type=1503 operation="inode_permission" requested_mask="::rw" denied_mask="::rw" name="/dev/tty" pid=7419 profile="/usr/sbin/cupsd" namespace="default"
> Aug  3 12:02:16 heidiann-laptop kernel: [ 4424.640869] sky2 eth0: Link is down.
> Aug  3 12:07:25 heidiann-laptop kernel: [ 4733.918958] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
> Aug  3 12:14:53 heidiann-laptop kernel: [ 5180.828228] sky2 eth0: Link is down.
> Aug  3 12:19:35 heidiann-laptop kernel: [ 5463.484339] usb 5-1: USB disconnect, address 2
> Aug  3 12:19:46 heidiann-laptop kernel: [ 5473.618268] usb 5-1: new full speed USB device using uhci_hcd and address 3
> Aug  3 12:19:46 heidiann-laptop kernel: [ 5473.779373] usb 5-1: configuration #1 chosen from 1 choice
> sudo wvdialconf /etc/wvdial.conf
> [sudo] password for heidiann:
> Editing `/etc/wvdial.conf'.
>
> Scanning your serial ports for a modem.
>
> Modem Port Scan<*1>: S0   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>.
> heidiann@heidiann-laptop:/root$
>
>
>
>
>
>
>
>
>
>  -------------- Original message ----------------------
> From: "Marvin Stodolsky" <marvin.stodolsky@xxxxxxxxx>
>> If the airprime.ko.gz is in your Home folder
>> $ ls air*
>> should who  airprime.ko.gz, and you work from there
>> If it is on your Desktop, after you open the console:
>> $ cd Desktop
>> $ ls air*
>> should show  airprime.ko.gz, and you work from there.
>> $ gunzip  air*.gz
>>  It should be shown by
>> >> $ ls air*.ko
>>
>> Definitions like  $TARGET do not survive shutdown.  So again:
>>  TARGET=$(find /lib/modules -name airprime.ko)
>> >>
>> >> Finally copy into place
>> >> $ sudo cp air*.ko $TARGET
>> >> and
>> >> $ ls $TARGET
>> >> should show it:
>> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >>
>> >> Let the System read it with:
>> >> $ sudo depmod  -a
>> >> will take a while to reanalyze ALL modules.There should not be a ERROR
>> message.
>> >>
>> >> Watch kernel messages with:
>> >> $ sudo tail -f /var/log/messages &
>> >>
>> >> Insert the  Kyocera.
>> >> If will hopefully be reported.
>>
>>
>> On Tue, Jul 22, 2008 at 10:37 PM,  <adonis12490@xxxxxxxxxxx> wrote:
>> > Marvin,
>> >
>> > Sorry again.   Everything was going as planned, until I got to the part about
>> the airprime folder.  What do you mean, "Within the folder with the
>> airprime.ko.gz  I sent:
>> > $ gzip air*.gz"
>> >
>> > Where is this folder?  Again, sorry - I'm still learning.....
>> >
>> > Heidi
>> >  -------------- Original message ----------------------
>> > From: "Marvin Stodolsky" <marvin.stodolsky@xxxxxxxxx>
>> >> Heidi
>> >>
>> >> Just to save your typing alot.  Do.
>> >> $ find /lib/modules -name airprime.ko
>> >>
>> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >> Should be shown
>> >>
>> >> If OK, define a shorthand:
>> >> TARGET=$(find /lib/modules -name airprime.ko)
>> >>
>> >> echo $TARGET
>> >> should report
>> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >>
>> >> $ ls  $TARGET
>> >> should report
>> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >>
>> >> Save the old driver in Root's folder
>> >> $ sudo mv $TARGET  /root/
>> >> Then
>> >> $ ls $TARGET
>> >> should give a Not Found response
>> >> .
>> >> Within the folder with the airprime.ko.gz  I sent:
>> >> $ gzip air*.gz
>> >> to unpack to airprime.ko.  It should be shown by
>> >> $ ls air*.ko
>> >>
>> >> Finally copy into place
>> >> $ sudo cp air*.ko $TARGET
>> >> and
>> >> $ ls $TARGET
>> >> should show it:
>> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >>
>> >> Let the System read it with:
>> >> $ sudo depmod  -a
>> >> will take a while to reanalyze ALL modules.There should not be a ERROR
>> message.
>> >>
>> >> Watch kernel messages with:
>> >> $ sudo tail -f /var/log/messages &
>> >>
>> >> Insert the  Kyocera.
>> >> If will hopefully be reported.
>> >>
>> >> MarvS
>> >>
>> >>
>> >>
>> >> On Tue, Jul 22, 2008 at 3:08 PM,  <adonis12490@xxxxxxxxxxx> wrote:
>> >> > Hi Marvin,
>> >> >
>> >> > I'm so sorry, but I still don't understand how to do this:
>> >> > /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko   is
>> >> > the full path to the compiled driver. - as you described below.  This is
>> all
>> >> > very new to me, so I appreciate your patience.  I haven't had time lately
>> to
>> >> > really sit through trying this.  But my kernel version is now 19, as
>> before,
>> >> > b/c I installed all the ubuntu updates (or, ubuntu did it automatically for
>> >> > me, I should say).  So now I'm starting fresh again, with kernel 2.6.24-19.
>> >> >
>> >> > I know you're busy, but please provide step-by-step instructions for me on
>> >> > how to get this *frustrating* air card to work.  Hopefully, IF it does work
>> >> > (you will hear a celebration!), I will certainly reply back to you so you
>> >> > can use it to help others (I feel like I'm the only one using this Kyocera
>> >> > card.......).
>> >> >
>> >> > Thanks (many) again,
>> >> > Heidi
>> >> >
>> >> >
>> >> > -------------- Original message --------------
>> >> > From: "Marvin Stodolsky" <marvin.stodolsky@xxxxxxxxx>
>> >> >
>> >> >> Heidi,
>> >> >>
>> >> >> You have to do the replacement of the airprime.ko with the one I sent
>> >> >> as previously described. Then proceed
>> >> >> > Without the Kyocera KPC680 attached, boot up. Check to see if the
>> >> >> > driver is loaded.
>> >> >> > $ lsmod | grep airprime
>> >> >> > would show it.
>> >> >> >
>> >> >> > $ sudo tail -f /var/log/messages &
>> >> >> > to watch kernel messages.
>> >> >> >
>> >> >> > Attach the KPC680. There may be a message that the KPC680 is
>> >> >> > recognized and the airprime driver autoloads. If not manually load
>> >> >> > it:
>> >> >> > $ sudo modprobe airprime
>> >> >> >
>> >> >> > If there is no Error message, try detecting the modem with:
>> >> >> > $ sudo wvdialconf /etc/wvdi al.conf
>> >> >>
>> >> >>
>> >> >> MarvS
>> >> >>
>> >> >> On Wed, Jul 16, 2008 at 3:07 PM, wrote:
>> >> >> > Marvin,
>> >> >> > I ended up doing a full system recovery of my laptop (because of
>> >> >> > wonderful
>> >> >> > Vista problems - wish I never got this nice laptop with Vista), and had
>> >> >> > to
>> >> >> > reinstall Ubuntu 8.04. So now I'm back to square one, with kernel
>> >> >> > 2.6.24-12. I'm guessing the package manager will update me to the -19
>> >> >> > version(?)
>> >> >> > The KPC680 is working again under Vista.
>> >> >> >
>> >> >> > So now, what do I do first? Do I have to go through all the other
>> >> >> > previous
>> >> >> > commands that you helped me with? I'm confused.
>> >> >> >
>> >> >> > Many endless thanks - Heidi
>> >> >> >
>> >> >> >
>> >> >> > -------------- Original message --------------
>> >> >> > From: "Marvin Stodolsky"
>> >> >> >
>> >> >> >> Heidi,
>> >> >> &gt ;>
>> >> >> >> I compiled it for you.
>> >> >> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >> >> >> is the full path to the compiled driver. You don't command it
>> >> >> >>
>> >> >> >> Without the Kyocera KPC680 attached, boot up. Check to see if the
>> >> >> >> driver is loaded.
>> >> >> >> $ lsmod | grep airprime
>> >> >> >> would show it.
>> >> >> >>
>> >> >> >> $ sudo tail -f /var/log/messages &
>> >> >> >> to watch kernel messages.
>> >> >> >>
>> >> >> >> Attach the KPC680. There may be a message that the KPC680 is
>> >> >> >> recognized and the airprime driver autoloads. If not manually load
>> >> >> >> it:
>> >> >> >> $ sudo modprobe airprime
>> >> >> >>
>> >> >> >> If there is no Error message, try detecting the modem with:
>> >> >> >> $ sudo wvdialconf /etc/wvdial.conf
>> >> >> >>
>> >> >> >> MarvS
>> >> >> &gt ;>
>> >> >> >>
>> >> >> >> On Mon, Jul 14, 2008 at 6:52 PM, wrote:
>> >> >> >> > MarvS -
>> >> >> >> >
>> >> >> >> > How do I "compile the driver"? When I copy this in the terminal, I
>> >> >> >> > get:
>> >> >> >> >
>> >> >> >> > heidiann@heidiann-laptop:~$
>> >> >> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >> >> >> > bash:
>> >> >> >> > /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko:
>> >> >> >> Permission denied
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > The compiled driver that must be replaced is at:
>> >> >> >> > /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >> >> >> >
>> >> >> >> > -------------- Original message ----------------------
>> >> >> >> > From: "Marvin Stodolsky"
>> >> >> >> >> Heidi,
>> >> > &gt ; >> >>
>> >> >> >> >> The Conexant package no longer seems relevant, and this list
>> >> >> >> >> generally
>> >> >> >> >> does not support wireless.
>> >> >> >> >> But doing a Google search again, there is NEW good news for your:
>> >> >> >> >> ID 0c88:180a Kyocera Wireless Corp.
>> >> >> >> >> http://anastasis.googlepages.com/kpc680onubuntulinuxinstructions
>> >> >> >> >> with solution from Sergiy Zaschipas,
>> >> >> >> >> http://www.linkedin.com/pub/5/215/418
>> >> >> >> >>
>> >> >> >> >> Basically, to kernel source code, drivers/usb/serial/airprime.c
>> >> >> >> >> there must be added a line recognizing
>> >> >> >> >> { USB_DEVICE(0x0c88, 0x180a) }
>> >> >> >> >> No additional capabilties are thereby added, to those supporting the
>> >> >> >> >> prior chipset in this series: 0x0c88, 0x17da
>> >> >> >> >>
>> >> >> & gt;> >> Then a replacement kernel+modules compiled and installed.
>> >> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >>
>> http://www.intomobile.com/2007/11/21/kyocera-kpc680-ev-do-rev-a-expresscard-land
>> >> >> >> >> s-on-verizon.html
>> >> >> >> >> has the ongoing discussion between others with this problem under
>> >> >> >> >> Ubuntu kernel 2.6.24-19
>> >> >> >> >>
>> >> >> >> >> $ grep AIRPRIME /boot/config-2.6.24-19-generic
>> >> >> >> >> CONFIG_USB_SERIAL_AIRPRIME=m
>> >> >> >> >> --------
>> >> >> >> >> shows that general AirPrime wireless support is enabled already, so
>> >> >> >> >> only the recognition code
>> >> >> >> >> { USB_DEVICE(0x0c88, 0x180a) }
>> >> >> >> >> is necessary to enable the necessary recognition of the KPC680
>> >> >> >> >> wireless.
>> >> >> >> >> The compiled driver that m ust be replaced is at:
>> >> >> >> >> /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/airprime.ko
>> >> >> >> >>
>> >> >> >> >> I've searched through
>> >> >> >> >> http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.26
>> >> >> >> >> and this change is not in the new 2.6.26 source code release, or in
>> >> >> >> >> the new release being developed:
>> >> >> >> >>
>> >> >> >> http://www.kernel.org/pub/linux/kernel/people/akpm/patche
>> >> >> >> s/2.6/2.6.26-rc8/2.6.26
>> >> >> >> >> -rc8-mm1/announce.txt
>> >> >> >> >>
>> >> >> >> >> Thus this fix must for now be done manually. This is beyond your
>> >> >> >> >> current experience.
>> >> >> >> >> May give it a try for you, but it may take a few days.
>> >> >> >> >>
>> >> >> >> >> MarvS
>> >> >> >> >>
>> >> >> >> >> > >> >>
>> >> >> >> >>
>> >> >> >> >> On Sun, Jul 13, 2008 at 1:53 PM, Heidi Ann wrote:
>> >> >> >> >> > Hi -
>> >> >> >> >> >
>> >> >> >> >> > Anyone out there have ANY suggestions of this express card getting
>> >> >> >> >> > to
>> >> >> >> >> > work under Hardy Heron??? Have tried everything for the past month
>> >> >> >> >> > -
>> >> >> >> >> > no
>> >> >> >> >> > success. Here's terminal read out for wvdial:
>> >> >> >> >> >
>> >> >> >> >> > heidiann@heidiann-laptop:~$ sudo wvdialconf /etc/wvdial.conf
>> >> >> >> >> > [sudo] password for heidiann:
>> >> >> >> >> > Editing `/etc/wvdial.c onf'.
>> >> >> >> >> >
>> >> >> >> >> > Scanning your serial ports for a modem.
>> >> >> >> >> >
>> >> >> >> >> > Modem Port Scan<*1>: Scanning ttySHSF0 first, /dev/modem is a link
>> >> >> >> >> > to
>> >> >> >> >> > it.
>> >> >> >> >> > Modem Port Scan<*1>: SHSF0 S0 S1 S2 S3 SHSF1 SHSF2 SHSF3
>> >> >> >> >> > Modem Port Scan<*1>: SHSF4 SHSF5 SHSF6 SHSF7
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> > 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 .
>> >> >> >> >> > heidiann@heidiann-laptop:~$
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> > Here's readout from hsfmodem:
>> >> >> >> >> >
>> >> >> > & gt; >> > heidiann@heidiann-laptop:~$ sudo dpkg -i hsfmodem*.de b
>> >> >> >> >> > (Reading database ... 156508 files and directories currently
>> >> >> >> >> > installed.)
>> >> >> >> >> > Preparing to replace hsfmodem
>> >> >> >> >> > 7.68.00.11full-k2.6.24-19-generic-1.ubuntu
>> >> >> >> >> > (using hsfmodem_7.68.00.11full_k2.6.24_19_generic_ubuntu_i386.deb)
>> >> >> >> >> > ...
>> >> >> >> >> > Unpacking replacement hsfmodem ...
>> >> >> >> >> > dpkg: dependency problems prevent configuration of hsfmodem:
>> >> >> >> >> > hsfmodem depends on alsa-driver-linuxant; however:
>> >> >> >> >> > Package alsa-driver-linuxant is not configured yet.
>> >> >> >> >> > dpkg: error processing hsfmodem (--install):
>> >> >> >> >> > dependency problems - leaving unconfigured
>> >> >> >> >> > Errors were encountered while processing:
>> >> >> >> >> > hsfmodem
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> > I already tried install of alsa-driver-linuxant for DEB, and it
>> >> >> >> >> > says
>> >> >> >> >> > package already installed. Did a reinstall - no luck there either.
>> >> >> >> >> > Tried the patch - no luck. After all this, my sound is gone.
>> >> >> >> >> >
>> >> >> >> >> > Desperate for help.
>> >> >> >> >> > Heidi
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >> >
>> >> >> >> >
>> >> >> >> >
>> >
>> >
>
>

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

  Powered by Linux