Re: Thanks for help, but no progress yet.

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

 



Michael,

Not quite sure what you have done, but following:
Following http://ubuntuforums.org/archive/index.php/t-878554.html
First get the dkms package through http://packages.ubuntu.com/intrepid/dkms
>From http://linux.zsolttech.com/linmodem/agrsm/  the
	dkms-agrsm_2.1.80-5_i386.deb
from http://linmodems.technion.ac.il/packages/ltmodem/11c11040/
and might as well autoloading tools
from  http://linmodems.technion.ac.il/packages/ltmodem/11c11040/  the
agrsm-tools_0.0.1_all.deb

After coping into a Ubuntu folder, coinstall all with
$ sudo dpkg -i  *.deb

If all goes well, the modem will be autotested by
$ sudo agrsm-test
Which will write a log file which you can send to me
And install guidance to /usr/share/doc/agrsm-tools/

I just installed compiling support for  2.6.27-11-generic:

$ sudo dpkg -i /tmp/linux-headers-2.6.27-11-generic_2.6.27-11.27_i386.deb
Selecting previously deselected package linux-headers-2.6.27-11-generic.
(Reading database ... 196813 files and directories currently installed.)
Unpacking linux-headers-2.6.27-11-generic (from
.../linux-headers-2.6.27-11-generic_2.6.27-11.27_i386.deb) ...
Setting up linux-headers-2.6.27-11-generic (2.6.27-11.27) ...
Examining /etc/kernel/header_postinst.d.

which with dkms and   dkms-agrsm_2.1.80-5_i386.deb  previously installed,
there was automatically called:
run-parts: executing /etc/kernel/header_postinst.d/dkms
 * Running DKMS auto installation service for kernel 2.6.27-11-generic
 *  agrsm (2.1.80-4mdv2009.0)...
                                                      agrsm
(2.1.80-4mdv2009.0): Installing module.
...........
......
Though I lack the modem  hardware, the test below was run.

Note that the first usage of /usr/src/agrsm-2.1.80-4mdv2009.0/
resources should be done using dkms tools,  as a simple "make" within
that folder will fail.

MarvS

~$ sudo agrsm-test

Found drivers for boot kernel 2.6.27-11-generic at:
/lib/modules/2.6.27-11-generic/updates/dkms/agrserial.ko
/lib/modules/2.6.27-11-generic/updates/dkms/agrmodem.ko
Loading drivers:
Drivers loaded:
agrserial              19808  0
agrmodem             1258116  1
snd                    62628  19
agrmodem,snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_pcsp,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device

and symbolic link created:
lrwxrwxrwx 1 root root 12 2009-02-09 22:08 /dev/ttySAGR -> /dev/ttyAGS3

Checking for utility wvdialconf
Found /usr/bin/wvdialconf, preparing to run:
	wvdialconf /etc/wvdial.conf
A file /etc/wvdial.conf already exists, first renaming to
/etc/wvdial.200902090802

Modem Port Scan<*1>: S0   S1   S2   S3
ttySAGR<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttySAGR<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttySAGR<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.

A reboot may be necessary before modem detection through:
	sudo modprobe agrserial
Which will load agrmodem, agrserial and create the symbolic link needed for:
	sudo wvdialconf

The installation record has been written to ./agrsm-test.txt
-------------
and a test with compatible hardware, the agrsm-test would be
successful (hopefully)

MS





On Mon, Feb 9, 2009 at 9:17 PM, Michael NG <mng@xxxxxxxxxxxx> wrote:
> What do I need to send you?
> The deb package seems to have installed.
> but ======== (pls ignore the list box  if you get it. )
>
> mng@mng-laptop:~$ wvdialconf
> 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>.
> mng@mng-laptop:~$
>
> The above wiki seems to have been hijacked.
>
> ----------------------------------------------------------------
> mng@mng-laptop:~$ make clean
> make: *** No rule to make target `clean'.  Stop.
> -----------------------------------------------------------------
> mng@mng-laptop:~$ ls /usr/src
> agrsm-2.1.80-4mdv2009.0          linux-headers-2.6.27-9-generic
> linux-headers-2.6.27-11          rpm
> linux-headers-2.6.27-11-generic  vboxdrv-2.1.2
> linux-headers-2.6.27-9           vboxnetflt-2.1.2
>
> ------------------------------------------------------------------
>  mng@mng-laptop:~$ gedit /lib/modules/2.6.27-11-generic/build/makefile
> q    (Nothing showing in the file - just blank )
> ^C
> mng@mng-laptop:~$ ls /lib/modules/2.6.27-11-generic/build
> arch           drivers   init    lib             net       sound
> block          firmware  ipc     Makefile        samples   ubuntu
> crypto         fs        Kbuild  mm              scripts   usr
> Documentation  include   kernel  Module.symvers  security
> mng@mng-laptop:~$ ls include/linux/
> ls: cannot access include/linux/: No such file or directory
> ---------------------------------------------------------------------
>
>
>
>
>
>
>
> mng@mng-laptop:~$ sudo wvdialconf wvtest
> Editing `wvtest'.
>
> 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>.
>
> --------------------------------------------------------------
>
> ??
>
>
>
>
>

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

  Powered by Linux