Steve, $ sudo modprobe agrserial will suffice to load both drivers and create the ports. There is a file /etc/module in which you could add a line: agrserial which would cause agrserial to be loaded during bootup. But I recommend AGAINST it. It some future change in System should cause agrserial to crash the System on boot, YOU would have to use a rescue disk to make changes and your experience level is not that high. If you like, first practice using your Ubuntu install disk as a Rescue disk, until you are confident in capability to thus do an edit in your hard drive Linux partition. MarvS On Tue, Jul 21, 2009 at 1:51 AM, Stephen King<steveking@xxxxxxxxxx> wrote: > > When I re-boot and "sudo wvdial" the links /dev/ttySAGR , /dev/ttyAGS3 are > not there. After "sudo modprobe agrmodem and sudo modprobe agrserial", I > can then "sudo wvdial" and it appears to connect, but the support person at > my IP says there's nothing at that end. There is no sound from the modem as > there is when using the windows system. If I listen in using a phone, it > sounds right. So 3 questions: 1/ Why do I have to re-load the drivers? 2/ > Is there something else that has to be set up? 3/Can it be set up to use the > Network Manager instead of WvDial? > Steve King > > Marvin Stodolsky wrote: >> >> Steve, >> >> My apologies. My remark about AGR3 was from memory while I was not >> under Linux. Now checking under Linux while monitoring >> with: >> $ sudo /var/log/messages & >> >> $ sudo modprobe agrserial >> Jul 19 10:53:55 marvlap kernel: [ 589.183881] agrmodem: module >> license 'Proprietary' taints kernel. >> Jul 19 10:53:55 marvlap kernel: [ 589.189511] * Hello Agere Driver ** >> Jul 19 10:53:55 marvlap kernel: [ 591.966714] ttyAGS3 at I/O 0x400 >> (irq = 3) is a AgereModem >> Jul 19 10:53:55 marvlap kernel: [ 591.967579] Loading module Agere >> Modem Interface driver version 2.1.80.0 (2008-10-31) >> --------- >> i.e. ttyAGS3 is correct. The creation of >> ls -l /dev/ttySAGR >> lrwxrwxrwx 1 root root 12 2009-07-19 10:50 /dev/ttySAGR -> /dev/ttyAGS3 >> >> is automated by virtue of the file /etc/modprobe.d/agrsm.conf >> with line: >> install agrserial /sbin/modprobe --ignore-install agrmodem ; >> /sbin/modprobe --ignore-install agrserial && \ >> test -e /dev/ttySAGR || ln -s /dev/ttyAGS3 /dev/ttySAGR >> >> note that the \ specifies a line break, but the previous section >> should be on a single line. >> >> MarvS >> >> On Sun, Jul 19, 2009 at 6:20 AM, Stephen King<steveking@xxxxxxxxxx> wrote: >>> >>> I read through the agrsm how to and every other text file that I could >>> access, and they only mention ttyAGS3. I re-installed the OS and started >>> again. Again it connected, but no further. And trying again it couldn't >>> find >>> /dev/ttySAGR. If I try "ls -l /dev/ttyAGS3 /dev/ttySAGR /dev/modem" it >>> comes up with the right answers, so the links are still there. The only >>> way >>> I can get it to dial out is to re-boot. The links have then gone so I >>> start >>> again from "sudo modprobe agrmodem". Once I can get it to dial out on >>> demand, hopefully I can sort out the rest with my internet provider. >>> Steve King >>> -- >>> View this message in context: >>> http://www.nabble.com/Agrsm-for-Xubuntu-8.04-kernel-2.6.24-19-tp24454815p24555657.html >>> Sent from the Linux Winmodem Support - Discussion mailing list archive at >>> Nabble.com. >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/Agrsm-for-Xubuntu-8.04-kernel-2.6.24-19-tp24454815p24582080.html > Sent from the Linux Winmodem Support - Discussion mailing list archive at Nabble.com. > >