Linmodems --
See friday.txt doc.
J
tra@geb:~$ ls
agrsm-11c11040_20091225_i386.deb Public
agrsm-tools_0.0.1_all.deb scanModem
Desktop SLMODEMD_gcc4.4_alsa1.0.21
dkms_2.1.0.1-0ubuntu1_all.deb SLMODEMD_gcc4.4_alsa1.0.21.tar.gz
Documents Templates
Downloads try_this
examples.desktop Ubuntu One
Modem Videos
Music wvdial-karmic
patch_2.5.9-5_i386.deb wvdial-karmic.zip
Pictures
tra@geb:~$ sudo dpkg -i *.deb
(Reading database ... 114298 files and directories currently installed.)
Preparing to replace agrsm-11c11040 20091225 (using agrsm-11c11040_20091225_i386.deb) ...
Error! There are no instances of module: agrsm-11c11040
2.1.80 located in the DKMS tree.
The DKMS driver autocompiling package is installed.
The drivers source code is being installed to the folder /usr/src/agrsm-11c11040-2.1.80
Then the drivers will be compiled and installed by the dkms tool
provided that your System has adequate compiling support.
Following kernel upgrades, complementary drivers will be
automatically compiled and installed.
Unpacking replacement agrsm-11c11040 ...
Preparing to replace agrsm-tools 0.0.1 (using agrsm-tools_0.0.1_all.deb) ...
Unpacking replacement agrsm-tools ...
Preparing to replace dkms 2.1.0.1-0ubuntu1 (using dkms_2.1.0.1-0ubuntu1_all.deb) ...
Unpacking replacement dkms ...
Preparing to replace patch 2.5.9-5 (using patch_2.5.9-5_i386.deb) ...
Unpacking replacement patch ...
Setting up agrsm-11c11040 (20091225) ...
kboot=2.6.31-14-generic
DKMS support found. Attempting drivers compilation and installation using DKMS actions on:
Creating symlink /var/lib/dkms/agrsm-11c11040/2.1.80/source ->
/usr/src/agrsm-11c11040-2.1.80
DKMS: add Completed.
Kernel preparation unnecessary for this kernel. Skipping...
applying patch GPL.patch...patching file agrsoftmodem.c
Building module:
cleaning build area....
su nobody -c "make KERNELRELEASE=2.6.31-14-generic -C /lib/modules/2.6.31-14-generic/build M=/var/lib/dkms/agrsm-11c11040/2.1.80/build".......
cleaning build area....
DKMS: build Completed.
agrmodem.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.31-14-generic/updates/dkms/
agrserial.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/2.6.31-14-generic/updates/dkms/
depmod.........
DKMS: install Completed.
For a first functional test, run:
sudo agrsm-test
Setting up agrsm-tools (0.0.1) ...
For a first functional test, run:
sudo agrsm-test
Setting up dkms (2.1.0.1-0ubuntu1) ...
* Running DKMS auto installation service for kernel 2.6.31-14-generic * agrsm-11c11040 (2.1.80)... [ OK ]
Setting up patch (2.5.9-5) ...
Processing triggers for man-db ...
Processing triggers for sreadahead ...
tra@geb:~$ sudo agrsm-test
Found drivers for boot kernel 2.6.31-14-generic at:
/lib/modules/2.6.31-14-generic/updates/dkms/agrmodem.ko
/lib/modules/2.6.31-14-generic/updates/dkms/agrserial.ko
Loading drivers:
Drivers loaded:
agrserial 12032 0
agrmodem 1250948 1
snd_hda_codec 75708 4 agrmodem,snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel
snd 59204 18 agrmodem,snd_hda_codec_si3054,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
and symbolic link created:
lrwxrwxrwx 1 root root 12 2010-01-29 07: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.201001290801
Modem Port Scan<*1>: S0 S1 S2 S3 Killed
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
[ NOTE: rebooted laptop here ]
tra@geb:~$ sudo wvdialconf
[sudo] password for tra:
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>.
tra@geb:~$
tra@geb:~$ ls (I removed all files, but wvdial type)
tra@geb:~$ cat /etc/wvdial.conf
cat: /etc/wvdial.conf: No such file or directory
tra@geb:~$
tra@geb:/etc$ cat wvdial.201001290801
[Dialer Defaults]
Phone =* (edited out by me)
Username =* ? ?
Password =* ? ?
New PPPD = yes
tra@geb:/etc$ cat wvdial.conf~
[Dialer Defaults]
Phone =
Username =
Password =
New PPPD = yes
tra@geb:/etc$ ls -l wvdial.201001290801
-rw-r----- 1 root dialout 89 2010-01-24 05:38 wvdial.201001290801
tra@geb:/etc$
~ ~ ~