Anita, Make sure there is a line Carrier Check = no in the /etc/wvdial.conf file Also shutdown ethernet function before dialing out: $ ifconfig If a eth0 block is shown $ sudo ifconfig eth0 down check with $ ifconfig MarvS On Tue, Mar 11, 2008 at 2:11 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > Yes, I agree to your terms and will begin to compile the notes on the > process from my end. > > In the meantime, today I can not get the modem to work. > > With slmodemd running in the first terminal window, I opened and > requested wvdial to run in a second terminal window. It couldn't find > the carrier. The phone line was plugged into the lap top and the phone > was presenting a dial tone. > > So I checked the presence of the programs which we went over and as you > can see in the attached output.txt, I believe they are all where they > should be. Since I didn't configure anything today, there is no config log. > > I am open to what other commands I should use to check the presence and > functionality of various components. > > > > Thank you, > Anita. > > > > Marvin Stodolsky wrote: > > Anita, > > > > You have done a swell job too!! > > > > Your bill for the service is: > > 1) to write a HowTo on this experience for someone with your level > > of experience. > > My instructions tend to be too terse. > > Send it to me for minor edits. > > Then I'll send it to the List where It will acquire an URL that > > other's can read. > > 2) Stay on the List for a few months, and manage other cases of the > > same problem type > > which Jacques & I refer to you. > > > > Thus Jacques & I can better focus on the still unsolved cases. > > ALso I'll write into the scanModem code that: > > PCI ID SubsystemID Name > > --------- --------- -------------- > > 8086:27d8 107b:0366 Audio device: Intel Corporation 82801G > > with > > 00-00: STAC92xx Analog : STAC92xx Analog : playback 1 : capture 2 > > 00-06: Si3054 Modem : Si3054 Modem : playback 1 : capture 1 > > Codec: Motorola Si3054 > > Vendor Id: 0x10573057 > > ---------------- > > does require the update to ALSA 1.0,16 per your directions > > > > MarvS > > > > On Sun, Mar 9, 2008 at 2:18 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > > > >> Yay, that was it. I am writing this from Ubuntu!! And I'm so happy. > >> Thanks for the persistence and patience. > >> And for the record, binutils was not installed and I had to install > >> it, I just didn't show it. > >> > >> Thank you, > >> Anita. > >> > >> > >> > >> > >> > >> > >> On Sun, Mar 9, 2008 at 10:17 AM, Marvin Stodolsky > >> <marvin.stodolsky@xxxxxxxxx> wrote: > >> > RE: /usr/bin/ld: crt1.o: No such file: No such file or directory > >> > evidently it is the crt1.o missing on your system, on mine its at > >> > /usr/lib/crt1.o > >> > and provided by the lib6-dev package > >> > > >> > You need to install both linux-libc-dev and libc6-dev packages > >> > After downlaod, > >> > $ sudo dpkg -i li*.deb > >> > > >> > MarvS > >> > > >> > > >> > > >> > > >> > > >> > > >> > On Sun, Mar 9, 2008 at 12:45 AM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > Suggestions followed. Results attached. > >> > > > >> > > > >> > > > >> > > Thanks, > >> > > Anita. > >> > > > >> > > > >> > > > >> > > > >> > > Marvin Stodolsky wrote: > >> > > > Anita > >> > > > > >> > > > Here's the problem: > >> > > > /usr/bin/ld: crt1.o: No such file: No such file or directory > >> > > > ld is contained in the package binutils > >> > > > Possible it is on your installl disk. Try > >> > > > $ sudo apt-get install binutils > >> > > > > >> > > > If not thus installed, get it by searching here: > >> > > > http://packages.ubuntu.com/ > >> > > > which will lead to > >> > > > http://packages.ubuntu.com/search?keywords=binutils&searchon=names&suite=gutsy§ion=all > >> > > > > >> > > > Under Linux, it can be installed with > >> > > > $ sudo dpkg *.deb > >> > > > > >> > > > MarvS > >> > > > > >> > > > On Sat, Mar 8, 2008 at 7:18 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > > > >> > > >> Both the latest terminal log and configure log are attached. > >> > > >> > >> > > >> > >> > > >> > >> > > >> Thanks, > >> > > >> Anita. > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> Marvin Stodolsky wrote: > >> > > >> > RE: > Also I am not running slmodemd during this process > >> > > >> > Not relevant, but shut it down. > >> > > >> > > >> > > >> > RE: checking for gcc... gcc > >> > > >> > checking for C compiler default output file name... configure: error: > >> > > >> > C compiler cannot create executables > >> > > >> > See `config.log' for more details. > >> > > >> > -------------------------------- > >> > > >> > I remember this oddball problem. But can't at the moment remember > >> > > >> > the cause and cannot now reproduce it on my System. Best send me > >> > > >> > config.log > >> > > >> > > >> > > >> > MarvS > >> > > >> > > >> > > >> > > >> > > >> > On Sat, Mar 8, 2008 at 1:51 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> > > >> > > >> >> I followed your suggestions, Marvin. > >> > > >> >> > >> > > >> >> The results as shown by the terminal are attached. > >> > > >> >> > >> > > >> >> Also I am not running slmodemd during this process. > >> > > >> >> Should I be? > >> > > >> >> > >> > > >> >> > >> > > >> >> > >> > > >> >> Thanks, > >> > > >> >> Anita. > >> > > >> >> > >> > > >> >> > >> > > >> >> Marvin Stodolsky wrote: > >> > > >> >> > Anita > >> > > >> >> > > >> > > >> >> > RE: accepted location for compiling. > >> > > >> >> > You could also have worked in your personal /home/User/ folder. > >> > > >> >> > But the / folder on any folder with SYSTEm files should not be used. > >> > > >> >> > > >> > > >> >> > WHAT=something > >> > > >> >> > are created in memory space, and can be called/used from any folder. > >> > > >> >> > They can be displayed by: > >> > > >> >> > $ echo $WHAT > >> > > >> >> > WHAT=something > >> > > >> >> > > >> > > >> >> > Do a precautionary (assuming LoginName is anita) > >> > > >> >> > $ sudo chown -R anita:anita /usr/src/modules > >> > > >> >> > Then try the configure command again. Output on my SYstem is shown below > >> > > >> >> > If there is a failure, what is the output of > >> > > >> >> > $ ls -l /usr/bin/gcc* > >> > > >> >> > > >> > > >> >> > MarvS > >> > > >> >> > ------------------------------------------- > >> > > >> >> > > >> > > >> >> > marv@marvdesk:/usr/src/modules/alsa-1.0.15/alsa-driver-1.0.15$ > >> > > >> >> > ./configure --with-kernel=$HEADERS --with-build=$HEADERS > >> > > >> >> > --with-cards=hda-intel > >> > > >> >> > checking for gcc... gcc > >> > > >> >> > checking for C compiler default output file name... a.out > >> > > >> >> > checking whether the C compiler works... yes > >> > > >> >> > checking whether we are cross compiling... no > >> > > >> >> > checking for suffix of executables... > >> > > >> >> > checking for suffix of object files... o > >> > > >> >> > checking whether we are using the GNU C compiler... yes > >> > > >> >> > checking whether gcc accepts -g... yes > >> > > >> >> > checking for gcc option to accept ISO C89... none needed > >> > > >> >> > checking for ranlib... ranlib > >> > > >> >> > checking for a BSD-compatible install... /usr/bin/install -c > >> > > >> >> > checking how to run the C preprocessor... gcc -E > >> > > >> >> > checking for grep that handles long lines and -e... /bin/grep > >> > > >> >> > checking for egrep... /bin/grep -E > >> > > >> >> > checking for ANSI C header files... yes > >> > > >> >> > checking for an ANSI C-conforming const... yes > >> > > >> >> > checking for inline... inline > >> > > >> >> > checking whether time.h and sys/time.h may both be included... yes > >> > > >> >> > checking whether gcc needs -traditional... no > >> > > >> >> > checking for current directory... > >> > > >> >> > /usr/src/modules/alsa-1.0.15/alsa-driver-1.0.15 > >> > > >> >> > checking cross compile... > >> > > >> >> > checking for directory with kernel source... > >> > > >> >> > /lib/modules/2.6.22-14-generic/build > >> > > >> >> > checking for directory with kernel build... /lib/modules/2.6.22-14-generic/build > >> > > >> >> > checking for kernel linux/version.h... yes > >> > > >> >> > checking for kernel linux/autoconf.h... yes > >> > > >> >> > checking for kernel version... 2.6.22-14-generic > >> > > >> >> > checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) > >> > > >> >> > 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > >> > > >> >> > checking for built-in ALSA... no > >> > > >> >> > checking for existing ALSA module... yes > >> > > >> >> > checking for Red Hat kernel... auto > >> > > >> >> > checking for Red Hat kernel... no > >> > > >> >> > checking for SUSE kernel... auto > >> > > >> >> > checking for SUSE kernel... no > >> > > >> >> > checking for CONFIG_EXPERIMENTAL... yes > >> > > >> >> > checking for kernel linux/config.h... no > >> > > >> >> > Creating <linux/config.h>... > >> > > >> >> > checking to modify of kernel linux/kmod.h... no > >> > > >> >> > checking for kernel linux/utsrelease.h... yes > >> > > >> >> > checking for kernel linux/compiler.h... yes > >> > > >> >> > checking for kernel linux/pm.h... yes > >> > > >> >> > checking for kernel linux/spinlock.h... yes > >> > > >> >> > checking for kernel linux/irq.h... yes > >> > > >> >> > checking for kernel linux/threads.h... yes > >> > > >> >> > checking for kernel linux/rwsem.h... yes > >> > > >> >> > checking for kernel linux/gameport.h... yes > >> > > >> >> > checking for kernel media/v4l2-dev.h... yes > >> > > >> >> > checking for kernel linux/devfs_fs_kernel.h... no > >> > > >> >> > Creating a dummy <linux/devfs_fs_kernel.h>... > >> > > >> >> > checking for kernel linux/highmem.h... yes > >> > > >> >> > checking for kernel linux/workqueue.h... yes > >> > > >> >> > checking for kernel linux/dma-mapping.h... yes > >> > > >> >> > checking for kernel asm/hw_irq.h... yes > >> > > >> >> > checking for kernel linux/device.h... yes > >> > > >> >> > checking for kernel linux/platform_device.h... yes > >> > > >> >> > checking for kernel linux/isa.h... yes > >> > > >> >> > checking for kernel linux/jiffies.h... yes > >> > > >> >> > checking for kernel linux/compat.h... yes > >> > > >> >> > checking for kernel linux/log2.h... yes > >> > > >> >> > checking for kernel linux/adb.h... yes > >> > > >> >> > checking for kernel linux/cuda.h... yes > >> > > >> >> > checking for kernel linux/pmu.h... yes > >> > > >> >> > checking for kernel linux/moduleparam.h... yes > >> > > >> >> > checking for kernel linux/syscalls.h... yes > >> > > >> >> > checking for kernel linux/firmware.h... yes > >> > > >> >> > checking for kernel linux/err.h... yes > >> > > >> >> > checking for kernel linux/bitmap.h... yes > >> > > >> >> > checking for kernel linux/mutex.h... yes > >> > > >> >> > checking for kernel linux/latency.h... yes > >> > > >> >> > checking for kernel linux/kthread.h... yes > >> > > >> >> > checking for kernel asm/irq_regs.h... yes > >> > > >> >> > checking for kernel module symbol versions... yes > >> > > >> >> > checking for has ioport support... yes > >> > > >> >> > checking for PCI support in kernel... yes > >> > > >> >> > checking for I2C driver in kernel... module > >> > > >> >> > checking for I2C_POWERMAC in kernel... unknown > >> > > >> >> > checking for firmware loader... yes > >> > > >> >> > checking for input subsystem in kernel... yes > >> > > >> >> > checking for directory to store kernel modules... > >> > > >> >> > /lib/modules/2.6.22-14-generic/kernel/sound > >> > > >> >> > checking for verbose procfs... on > >> > > >> >> > checking for verbose printk... on > >> > > >> >> > checking for debug level... none > >> > > >> >> > checking for ISA support in kernel... yes > >> > > >> >> > checking for processor type... i586 > >> > > >> >> > checking for i386 machine type... default > >> > > >> >> > checking for ISA DMA API... yes > >> > > >> >> > checking for SMP... yes > >> > > >> >> > checking for Video device support in kernel... yes > >> > > >> >> > checking for ISA PnP driver in kernel... yes > >> > > >> >> > checking for PnP driver in kernel... yes > >> > > >> >> > checking for Kernel ISA-PnP support... yes > >> > > >> >> > checking for strlcpy... yes > >> > > >> >> > checking for snprintf... yes > >> > > >> >> > checking for vsnprintf... yes > >> > > >> >> > checking for scnprintf... yes > >> > > >> >> > checking for sscanf... yes > >> > > >> >> > checking for vmalloc_to_page... yes > >> > > >> >> > checking for old kmod... no > >> > > >> >> > checking for PDE... yes > >> > > >> >> > checking for pci_set_consistent_dma_mask... yes > >> > > >> >> > checking for pci_dev_present... yes > >> > > >> >> > checking for msleep... yes > >> > > >> >> > checking for msleep_interrupt... yes > >> > > >> >> > checking for msecs_to_jiffies... yes > >> > > >> >> > checking for tty->count is the atomic type... no > >> > > >> >> > checking for video_get_drvdata... yes > >> > > >> >> > checking for V4L1 layer... yes > >> > > >> >> > checking for io_remap_pfn_range... yes > >> > > >> >> > checking for kcalloc... yes > >> > > >> >> > checking for kstrdup... yes > >> > > >> >> > checking for kzalloc... yes > >> > > >> >> > checking for create_workqueue with flags... no > >> > > >> >> > checking for saved_config_space in pci_dev... yes > >> > > >> >> > checking for new pci_save_state... yes > >> > > >> >> > checking for register_sound_special_device... yes > >> > > >> >> > checking for driver version... 1.0.15 > >> > > >> >> > checking for sequencer support... yes > >> > > >> >> > checking for OSS/Free emulation... yes > >> > > >> >> > checking for OSS PCM plugin system inclusion... yes > >> > > >> >> > checking for RTC callback support in kernel... yes > >> > > >> >> > checking for HPET support... yes > >> > > >> >> > checking for dynamic minor numbers... no > >> > > >> >> > checking for support of old API... yes > >> > > >> >> > checking for Procfs support... yes > >> > > >> >> > checking for USB support... yes > >> > > >> >> > checking for class_simple... no > >> > > >> >> > checking for old driver suspend/resume callbacks... no > >> > > >> >> > checking for removal of page-reservation for nopage/mmap... yes > >> > > >> >> > checking for nested class_device... yes > >> > > >> >> > checking for new IRQ handler... yes > >> > > >> >> > checking for gfp_t... yes > >> > > >> >> > checking for PnP suspend/resume... yes > >> > > >> >> > checking for new unlocked/compat_ioctl... yes > >> > > >> >> > checking for x86-compatible PC... yes > >> > > >> >> > checking for High-Res timers... yes > >> > > >> >> > checking for kernel PCMCIA > >> > > >> >> > checking for PCMCIA support... yes > >> > > >> >> > checking for PC9800 support in kernel... no > >> > > >> >> > checking for parallel port support... yes > >> > > >> >> > checking for power management... yes > >> > > >> >> > checking for which soundcards to compile driver for... hda-intel > >> > > >> >> > configure: creating ./config.status > >> > > >> >> > config.status: creating version > >> > > >> >> > config.status: creating Makefile.conf > >> > > >> >> > config.status: WARNING: Makefile.conf.in seems to ignore the > >> > > >> >> > --datarootdir setting > >> > > >> >> > config.status: creating snddevices > >> > > >> >> > config.status: creating utils/alsa-driver.spec > >> > > >> >> > config.status: creating utils/buildrpm > >> > > >> >> > config.status: creating toplevel.config > >> > > >> >> > config.status: creating utils/alsasound > >> > > >> >> > config.status: creating utils/alsasound.posix > >> > > >> >> > config.status: creating include/pci_ids_compat.h > >> > > >> >> > config.status: creating include/i2c-id_compat.h > >> > > >> >> > config.status: creating include/config.h > >> > > >> >> > config.status: creating include/config1.h > >> > > >> >> > config.status: creating include/version.h > >> > > >> >> > config.status: include/version.h is unchanged > >> > > >> >> > config.status: creating include/autoconf-extra.h > >> > > >> >> > config.status: include/autoconf-extra.h is unchanged > >> > > >> >> > Hacking autoconf.h... > >> > > >> >> > marv@marvdesk:/usr/src/modules/alsa-1.0.15/alsa-driver-1.0.15$ > >> > > >> >> > > >> > > >> >> > > >> > > >> >> > > >> > > >> >> > On Sat, Mar 8, 2008 at 12:22 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> > > >> > > >> >> >> Thank you, Marvin for providing me with the information about the > >> > > >> >> >> accepted location for compiling. > >> > > >> >> >> Your email was the first I had heard of it. > >> > > >> >> >> > >> > > >> >> >> I see that in this email the creation of HEADERS takes place within the > >> > > >> >> >> alsa-driver-1.0.16 directory, > >> > > >> >> >> whereas yesterday your email stated that I should create HEADERS whilst > >> > > >> >> >> in the alsa folder and then move into > >> > > >> >> >> the alsa-driver-1.0.16 directory. Since it is referencing an absolute > >> > > >> >> >> path, I am assuming that the location where > >> > > >> >> >> it is created is not of much importance, but I did notice a difference. > >> > > >> >> >> > >> > > >> >> >> You will find a terminal log from my latest attempt attached. I didn't > >> > > >> >> >> bother with the config.log > >> > > >> >> >> this time, but if that is of importance, I can include that as well next > >> > > >> >> >> time. > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> Thanks, > >> > > >> >> >> Anita. > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> Marvin Stodolsky wrote: > >> > > >> >> >> > Anita, > >> > > >> >> >> > Uninstall the sl-modem-daemon package. It only provides some automation. > >> > > >> >> >> > It is Not useful for your HDA modem at this stage and will only confuse issues. > >> > > >> >> >> > > >> > > >> >> >> > Your problem below is that you are trying to work in the root "/" > >> > > >> >> >> > partition and that is illegal under Unix/Linux > >> > > >> >> >> > The standard position for compiling stuff is in sub-folders of > >> > > >> >> >> > /usr/src/modules. So > >> > > >> >> >> > $ sudo mkdir -p /usr/src/modules > >> > > >> >> >> > $ sudo mv /alsa /usr/src/modules/ > >> > > >> >> >> > $ chown -R anita:anita /usr/src/modules > >> > > >> >> >> > gives anita to work therein without "sudo" > >> > > >> >> >> > $ cd /usr/src/modules/alsa/ alsa-driver-1.0.16/ > >> > > >> >> >> > $ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > >> >> >> > $ ./configure --with-kernel=$HEADERS --with-build=$HEADERS > >> > > >> >> >> > --with-cards=hda-intel > >> > > >> >> >> > will not have file creation problems now. > >> > > >> >> >> > > >> > > >> >> >> > Just beginners problems. > >> > > >> >> >> > > >> > > >> >> >> > MarvS > >> > > >> >> >> > > >> > > >> >> >> > On Fri, Mar 7, 2008 at 2:09 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> > > >> > > >> >> >> >> So a number of people are asking me if I have sl-modem-daemon. > >> > > >> >> >> >> > >> > > >> >> >> >> And I didn't know. So it was suggested I run: > >> > > >> >> >> >> apt-cache policy sl-modem-daemon > >> > > >> >> >> >> > >> > > >> >> >> >> So I did: > >> > > >> >> >> >> /$ apt-cache policy sl-modem-daemon > >> > > >> >> >> >> W: Unable to locate package sl-modem-daemon > >> > > >> >> >> >> > >> > > >> >> >> >> So others seem to feel this is an important piece of information. > >> > > >> >> >> >> > >> > > >> >> >> >> How do people on this list feel? > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> Thanks, > >> > > >> >> >> >> Anita. > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> Marvin Stodolsky wrote: > >> > > >> >> >> >> > Anita, > >> > > >> >> >> >> > > >> > > >> >> >> >> > Looks like the long form of the configure command is necessary > >> > > >> >> >> >> > Make a useful definition: > >> > > >> >> >> >> > $ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > >> >> >> >> > > >> > > >> >> >> >> > Check for validity with: > >> > > >> >> >> >> > $ ls $HEADERS > >> > > >> >> >> >> > should show files like: > >> > > >> >> >> >> > arch include lib scripts > >> > > >> >> >> >> > block init Makefile security > >> > > >> >> >> >> > crypto ipc mm sound > >> > > >> >> >> >> > drivers fs kernel net usr > >> > > >> >> >> >> > ---------------- > >> > > >> >> >> >> > This definition does not survive a shutdown and must be redone upon reboot, > >> > > >> >> >> >> > when a new driver compiling is necessary. > >> > > >> >> >> >> > > >> > > >> >> >> >> > To compile the driver set, move into the driver folder: > >> > > >> >> >> >> > $ cd alsa-driver-1.0.16 > >> > > >> >> >> >> > > >> > > >> >> >> >> > Do the configuration with with the following command on ONE LINE: > >> > > >> >> >> >> > $ ./configure --with-kernel=$HEADERS --with-build=$HEADERS > >> > > >> >> >> >> > --with-cards=hda-intel > >> > > >> >> >> >> > > >> > > >> >> >> >> > On Fri, Mar 7, 2008 at 1:00 AM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> >> > > >> > > >> >> >> >> >> $ mkdir alsa #worked > >> > > >> >> >> >> >> $ cd alsa #worked > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> unpack with ( ../ means the next higher folder) > >> > > >> >> >> >> >> $ tar jxf ../alsa-*.tar.bz2 #had to sudo and unpack one at a time but done > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> which will unpack both packages. Move into the driver folder > >> > > >> >> >> >> >> $ cd alsa-driver-1.0.16 > >> > > >> >> >> >> >> Browsen a bit, then do > >> > > >> >> >> >> >> $ ./configure --with-cards=hda-intel > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> Got this far. The config.log is attached. It is very big. > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> Thanks for all the help. > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> Anita. > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> Marvin Stodolsky wrote: > >> > > >> >> >> >> >> > Anita, > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > RE: If I may be so bold as to collaborate on this effort, I noticed the > >> > > >> >> >> >> >> > following lines in the logfile: > >> > > >> >> >> >> >> > <102.812335> open file: /var/lib/slmodem/data.hw:0,6... > >> > > >> >> >> >> >> > <102.812400> cannot open '/var/lib/slmodem/data.hw:0,6': No such file or > >> > > >> >> >> >> >> > directory > >> > > >> >> >> >> >> > ------------- > >> > > >> >> >> >> >> > This is seen also with functioning modems and is not important. > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > The outstanding problem begins here: > >> > > >> >> >> >> >> > <124.211995> main: alsa_start... > >> > > >> >> >> >> >> > error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> > <124.212186> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> > <124.212210> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > All you have done is technically correct. The next thing to try is > >> > > >> >> >> >> >> > upgrading snd-hda-intel and its dependent driver set. Give a first > >> > > >> >> >> >> >> > read to the example > >> > > >> >> >> >> >> > http://linmodems.technion.ac.il/archive-seventh/msg00282.html > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > You will need to download from > >> > > >> >> >> >> >> > http://www.alsa-project.org/main/index.php/Main_Page > >> > > >> >> >> >> >> > The packages alsa-driver-1.0.16 and alsa-lib-1.0.16 > >> > > >> >> >> >> >> > $ mkdir alsa > >> > > >> >> >> >> >> > $ cd alsa > >> > > >> >> >> >> >> > unpack with ( ../ means the next higher folder) > >> > > >> >> >> >> >> > $ tar jxf ../alsa-*.tar.bz2 > >> > > >> >> >> >> >> > which will unpack both packages. Move into the driver folder > >> > > >> >> >> >> >> > $ cd alsa-driver-1.0.16 > >> > > >> >> >> >> >> > Browsen a bit, then do > >> > > >> >> >> >> >> > $ ./configure --with-cards=hda-intel > >> > > >> >> >> >> >> > If the configuration is successful, the driver set will be compiled with: > >> > > >> >> >> >> >> > $ make > >> > > >> >> >> >> >> > Get some coffee, this will take a while > >> > > >> >> >> >> >> > Do nothing in the alsa-lib-1.0.16/ folder. But it is used during the compile. > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > The new driver set is displayed by: > >> > > >> >> >> >> >> > $ ls modules > >> > > >> >> >> >> >> > and installed by > >> > > >> >> >> >> >> > $ sudo make install > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > THen reboot and retest the modem > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > MarvS > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > On Thu, Mar 6, 2008 at 10:10 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> >> Some excellent diagnostic questions, thank you. > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> I am dual booted. The modem/phone-line combination, that you are > >> > > >> >> >> >> >> >> helping to make work with feisty, is the same one that I am using to > >> > > >> >> >> >> >> >> communicate with you now. > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> I am attaching the logfile. It is wordy. > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> If I may be so bold as to collaborate on this effort, I noticed the > >> > > >> >> >> >> >> >> following lines in the logfile: > >> > > >> >> >> >> >> >> <102.812335> open file: /var/lib/slmodem/data.hw:0,6... > >> > > >> >> >> >> >> >> <102.812400> cannot open '/var/lib/slmodem/data.hw:0,6': No such file or > >> > > >> >> >> >> >> >> directory > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> So I went looking for /var/lib/slmodem/data.hw:0,6 and I couldn't find it. > >> > > >> >> >> >> >> >> anita@anitas-computer:~$ cd / > >> > > >> >> >> >> >> >> anita@anitas-computer:/$ cd /var/lib > >> > > >> >> >> >> >> >> anita@anitas-computer:/var/lib$ ls > >> > > >> >> >> >> >> >> acpi-support dhcp3 logrotate synaptic > >> > > >> >> >> >> >> >> alsa dictionaries-common misc ucf > >> > > >> >> >> >> >> >> apt doc-base mozilla-firefox update-manager > >> > > >> >> >> >> >> >> aptitude dpkg mozilla-thunderbird update-notifier > >> > > >> >> >> >> >> >> aspell gcj-4.1 NetworkManager urandom > >> > > >> >> >> >> >> >> avahi-autoipd gconf python-support vim > >> > > >> >> >> >> >> >> belocs gdm scrollkeeper x11 > >> > > >> >> >> >> >> >> binfmts gstreamer security xkb > >> > > >> >> >> >> >> >> bittorrent initramfs-tools sgml-base xml-core > >> > > >> >> >> >> >> >> dbus initscripts slocate > >> > > >> >> >> >> >> >> defoma locales snmp > >> > > >> >> >> >> >> >> anita@anitas-computer:/var/lib$ > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> So what step was supposed to create a directory and file in /var/lib ? > >> > > >> >> >> >> >> >> It seems that step did not have the expected result. > >> > > >> >> >> >> >> >> Or perhaps I am wrong? > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> Thanks, > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> Anita. > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> Marvin Stodolsky wrote: > >> > > >> >> >> >> >> >> > Anita, > >> > > >> >> >> >> >> >> > First, can you verify that your phone is Touch Tone dial rather than > >> > > >> >> >> >> >> >> > the older PULSE type? > >> > > >> >> >> >> >> >> > 2) Make sure an ordinary phone dials out on the line you are using, or > >> > > >> >> >> >> >> >> > that the modem works under Microsoft. > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > 3) use the following setup > >> > > >> >> >> >> >> >> > $ sudo slmodemd -c CANADA -a --debug=2 --log hw:0,6 > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > Then in the 2nd console the usual > >> > > >> >> >> >> >> >> > $ sudo wvdial > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > After the failure, send us the generated logfile > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > MarvS > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > On Thu, Mar 6, 2008 at 9:10 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> Thank you for the suggestion, Marvin. > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> I tried this: > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> [Dialer Defaults] > >> > > >> >> >> >> >> >> >> Init1 = ATZ > >> > > >> >> >> >> >> >> >> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 > >> > > >> >> >> >> >> >> >> Modem Type = Analog Modem > >> > > >> >> >> >> >> >> >> Baud = 460800 > >> > > >> >> >> >> >> >> >> Modem = /dev/ttySL0 > >> > > >> >> >> >> >> >> >> ISDN = 0 > >> > > >> >> >> >> >> >> >> Phone = 7054579564 > >> > > >> >> >> >> >> >> >> Password = XXXXXXXX #protected for the purpose of the email > >> > > >> >> >> >> >> >> >> Username = XXXXXXXX #protected for the purpose of the email > >> > > >> >> >> >> >> >> >> Carrier Check = no > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> And got this: > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> anita@anitas-computer:~$ sudo wvdial > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> --> WvDial: Internet dialer version 1.56 > >> > > >> >> >> >> >> >> >> --> 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. > >> > > >> >> >> >> >> >> >> --> Sending: ATDT7054579564 > >> > > >> >> >> >> >> >> >> --> Waiting for carrier. > >> > > >> >> >> >> >> >> >> ATDT7054579564 > >> > > >> >> >> >> >> >> >> NO CARRIER > >> > > >> >> >> >> >> >> >> ERROR > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> So then I tried this: > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> [Dialer Defaults] > >> > > >> >> >> >> >> >> >> Init1 = ATZ > >> > > >> >> >> >> >> >> >> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 > >> > > >> >> >> >> >> >> >> Modem Type = Analog Modem > >> > > >> >> >> >> >> >> >> Baud = 460800 > >> > > >> >> >> >> >> >> >> Modem = /dev/ttySL0 > >> > > >> >> >> >> >> >> >> ISDN = 0 > >> > > >> >> >> >> >> >> >> Phone = 7054579564 > >> > > >> >> >> >> >> >> >> Password = XXXXXXXX > >> > > >> >> >> >> >> >> >> Username = XXXXXXXX@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #this > >> > > >> >> >> >> >> >> >> information I obtained by logging into irc and evaluating my personal > >> > > >> >> >> >> >> >> >> information. Thought I would give it a try. > >> > > >> >> >> >> >> >> >> Carrier Check = no > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> And I got this: > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> anita@anitas-computer:~$ sudo wvdial > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> --> WvDial: Internet dialer version 1.56 > >> > > >> >> >> >> >> >> >> --> 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. > >> > > >> >> >> >> >> >> >> --> Sending: ATDT7054579564 > >> > > >> >> >> >> >> >> >> --> Waiting for carrier. > >> > > >> >> >> >> >> >> >> ATDT7054579564 > >> > > >> >> >> >> >> >> >> NO CARRIER > >> > > >> >> >> >> >> >> >> ERROR > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> What should I try next? > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> Thank you, > >> > > >> >> >> >> >> >> >> Anita. > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> Marvin Stodolsky wrote: > >> > > >> >> >> >> >> >> >> > Anita, > >> > > >> >> >> >> >> >> >> > Add a line to /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> > Carrier Check = no > >> > > >> >> >> >> >> >> >> > and then retest as before. This line is necessary, because /dev/pts/N > >> > > >> >> >> >> >> >> >> > ports do not yet have "sound hearing" capability and hence cannot hear > >> > > >> >> >> >> >> >> >> > the Carrier signal. > >> > > >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> > MarvS > >> > > >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> > On Thu, Mar 6, 2008 at 4:33 PM, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> Thank you, Jacques, I did figure out that my problem from my last post > >> > > >> >> >> >> >> >> >> >> was that I had not configured the file by calling wvdialconf. Thank you > >> > > >> >> >> >> >> >> >> >> for your clarity. > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> So after running wvdialconf, I configured the file as follows: > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> [Dialer Defaults] > >> > > >> >> >> >> >> >> >> >> Init1 = ATZ > >> > > >> >> >> >> >> >> >> >> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 > >> > > >> >> >> >> >> >> >> >> Modem Type = Analog Modem > >> > > >> >> >> >> >> >> >> >> Baud = 460800 > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> Modem = /dev/ttySL0 > >> > > >> >> >> >> >> >> >> >> ISDN = 0 > >> > > >> >> >> >> >> >> >> >> Phone = 7054579564 > >> > > >> >> >> >> >> >> >> >> Password = XXXXXXXX #hidden for the purpose of this email > >> > > >> >> >> >> >> >> >> >> Username = XXXXXXXX #hidden for the purpose of this email > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> And ran sudo wvdial: > >> > > >> >> >> >> >> >> >> >> $ sudo wvdial > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> --> WvDial: Internet dialer version 1.56 > >> > > >> >> >> >> >> >> >> >> --> 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. > >> > > >> >> >> >> >> >> >> >> --> Sending: ATDT7054579564 > >> > > >> >> >> >> >> >> >> >> --> Waiting for carrier. > >> > > >> >> >> >> >> >> >> >> ATDT7054579564 > >> > > >> >> >> >> >> >> >> >> NO CARRIER > >> > > >> >> >> >> >> >> >> >> ERROR > >> > > >> >> >> >> >> >> >> >> --> No Carrier! Trying again. > >> > > >> >> >> >> >> >> >> >> --> Sending: ATDT7054579564 > >> > > >> >> >> >> >> >> >> >> --> Waiting for carrier. > >> > > >> >> >> >> >> >> >> >> ATDT7054579564 > >> > > >> >> >> >> >> >> >> >> NO CARRIER > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> So, NO CARRIER. What is it looking for and how do I give it what it wants? > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> Thanks, > >> > > >> >> >> >> >> >> >> >> Anita. > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> Jacques Goldberg wrote: > >> > > >> >> >> >> >> >> >> >> > Again > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > 1-In one window, sudo slmodemd etc... > >> > > >> >> >> >> >> >> >> >> > 2-In an other window, sudo wvdialconf /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> > Instead, you did sudo wvdial /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> > but wvdialconf and wvdial are NOT the same thing. These are two > >> > > >> >> >> >> >> >> >> >> > DIFFERENT commands. One configures the modem once for all, the other, > >> > > >> >> >> >> >> >> >> >> > wvdial , makes the connection > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > You must run wvdialconf as shown, at least ONCE, while slmodemd IS > >> > > >> >> >> >> >> >> >> >> > running > >> > > >> >> >> >> >> >> >> >> > wvdialconf will find your modem > >> > > >> >> >> >> >> >> >> >> > Edit the file /etc/wvdial.conf (username, password, phone . Remove > >> > > >> >> >> >> >> >> >> >> > leading ; and < > containers and replace parameter in container by > >> > > >> >> >> >> >> >> >> >> > value given to you by your ISP ) > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > Only NOW can you try, as many times as you like sudo wvdial > >> > > >> >> >> >> >> >> >> >> > and note, NOT sudo wvdial /etc/wvdial.conf , just sudo wvdial > >> > > >> >> >> >> >> >> >> >> > wvdial knows that it has to use /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > And just to make sure: slmodemd MUST also be running while you try > >> > > >> >> >> >> >> >> >> >> > wvdial > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > Jacques > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > Anita Kuno wrote: > >> > > >> >> >> >> >> >> >> >> >> Thank you, Jacques, you are entirely correct. I do not understand > >> > > >> >> >> >> >> >> >> >> >> the procedure. > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> However, when I sent > >> > > >> >> >> >> >> >> >> >> >> Results from second terminal with first terminal running slmodemd: > >> > > >> >> >> >> >> >> >> >> >> that was my way of saying that I had done the first step as you > >> > > >> >> >> >> >> >> >> >> >> outlined: > >> > > >> >> >> >> >> >> >> >> >> 1-In one window, you start slmodemd and DO NOT STOP IT > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> And when I also submitted: > >> > > >> >> >> >> >> >> >> >> >> anita@anitas-computer:~$ sudo wvdial /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >> Password: > >> > > >> >> >> >> >> >> >> >> >> --> WvDial: Internet dialer version 1.56 > >> > > >> >> >> >> >> >> >> >> >> --> Warning: section [Dialer /etc/wvdial.conf] does not exist in > >> > > >> >> >> >> >> >> >> >> >> wvdial.conf. > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> That was my way of demonstrating that I had: > >> > > >> >> >> >> >> >> >> >> >> 2-In an other window you start > >> > > >> >> >> >> >> >> >> >> >> sudo wvdialconf /etc/wvdial./.conf > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> And I was hoping for: > >> > > >> >> >> >> >> >> >> >> >> which should find your modem > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> And perhaps I mis-interpreted the result, but when I read: > >> > > >> >> >> >> >> >> >> >> >> --> Warning: section [Dialer /etc/wvdial.conf] does not exist in > >> > > >> >> >> >> >> >> >> >> >> wvdial.conf. > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >> I took that to mean that it couldn't find the modem. > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> So I am wondering how to find the modem. > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> Thanks, > >> > > >> >> >> >> >> >> >> >> >> Anita. > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> >> Jacques Goldberg wrote: > >> > > >> >> >> >> >> >> >> >> >>> I believe that you do not understand the procedure > >> > > >> >> >> >> >> >> >> >> >>> > >> > > >> >> >> >> >> >> >> >> >>> 1-In one window, you start slmodemd and DO NOT STOP IT > >> > > >> >> >> >> >> >> >> >> >>> 2-In an other window you start > >> > > >> >> >> >> >> >> >> >> >>> sudo wvdialconf /etc/wvdial./.conf > >> > > >> >> >> >> >> >> >> >> >>> which should find your modem > >> > > >> >> >> >> >> >> >> >> >>> When wvdialconf exits and has found a modem, you EDIT > >> > > >> >> >> >> >> >> >> >> >>> the file /etc/wvdial.conf to set username, password, phone > >> > > >> >> >> >> >> >> >> >> >>> as in > >> > > >> >> >> >> >> >> >> >> >>> username = tartempion > >> > > >> >> >> >> >> >> >> >> >>> phone = 0123456788 > >> > > >> >> >> >> >> >> >> >> >>> password = sunday_times > >> > > >> >> >> >> >> >> >> >> >>> After editing, you start wvdial as > >> > > >> >> >> >> >> >> >> >> >>> sudo wvdial > >> > > >> >> >> >> >> >> >> >> >>> and you do NOT stop wvdial until you want to close the phone call. > >> > > >> >> >> >> >> >> >> >> >>> You cannot use these two windows for anything else until you have > >> > > >> >> >> >> >> >> >> >> >>> ended wvdial and slmodemd > >> > > >> >> >> >> >> >> >> >> >>> > >> > > >> >> >> >> >> >> >> >> >>> Jacques > >> > > >> >> >> >> >> >> >> >> >>> > >> > > >> >> >> >> >> >> >> >> >>> Anita Kuno wrote: > >> > > >> >> >> >> >> >> >> >> >>>> Thank you Marvin and Antonio, > >> > > >> >> >> >> >> >> >> >> >>>> > >> > > >> >> >> >> >> >> >> >> >>>> Results from second terminal with first terminal running slmodemd: > >> > > >> >> >> >> >> >> >> >> >>>> > >> > > >> >> >> >> >> >> >> >> >>>> anita@anitas-computer:~$ sudo wvdial /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >>>> Password: > >> > > >> >> >> >> >> >> >> >> >>>> --> WvDial: Internet dialer version 1.56 > >> > > >> >> >> >> >> >> >> >> >>>> --> Warning: section [Dialer /etc/wvdial.conf] does not exist in > >> > > >> >> >> >> >> >> >> >> >>>> wvdial.conf. > >> > > >> >> >> >> >> >> >> >> >>>> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >>>> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >>>> --> Cannot open /dev/modem: No such file or directory > >> > > >> >> >> >> >> >> >> >> >>>> anita@anitas-computer:~$ > >> > > >> >> >> >> >> >> >> >> >>>> > >> > > >> >> >> >> >> >> >> >> >>>> > >> > > >> >> >> >> >> >> >> >> >>>> Marvin Stodolsky wrote: > >> > > >> >> >> >> >> >> >> >> >>>>> Anita, > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> Just to clarify on Antonio's terse comment. > >> > > >> >> >> >> >> >> >> >> >>>>> After the successful: > >> > > >> >> >> >> >> >> >> >> >>>>> $ sudo slmodemd -c CANADA --alsa hw:0,6 > >> > > >> >> >> >> >> >> >> >> >>>>> leave slmodemd running. > >> > > >> >> >> >> >> >> >> >> >>>>> Open a 2nd console or new TAB on the same one and run the > >> > > >> >> >> >> >> >> >> >> >>>>> $ sudo wvdialconf /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >>>>> If this step succeeds: > >> > > >> >> >> >> >> >> >> >> >>>>> $ sudo gedit /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >>>>> and edit to a format like that below. > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> Afterward with slmodemd still running, try a dialout with: > >> > > >> >> >> >> >> >> >> >> >>>>> $ sudo wvdial > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> Please report back to the List, not to me directly: > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> MarvS > >> > > >> >> >> >> >> >> >> >> >>>>> ----------------- > >> > > >> >> >> >> >> >> >> >> >>>>> [Dialer Defaults] > >> > > >> >> >> >> >> >> >> >> >>>>> Init1 = ATZ > >> > > >> >> >> >> >> >> >> >> >>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 > >> > > >> >> >> >> >> >> >> >> >>>>> Modem Type = Analog Modem > >> > > >> >> >> >> >> >> >> >> >>>>> Baud = 460800 > >> > > >> >> >> >> >> >> >> >> >>>>> New PPPD = yes > >> > > >> >> >> >> >> >> >> >> >>>>> Modem = /dev/ttySL0 > >> > > >> >> >> >> >> >> >> >> >>>>> ISDN = 0 > >> > > >> >> >> >> >> >> >> >> >>>>> Password = YourPassword > >> > > >> >> >> >> >> >> >> >> >>>>> Username = LoginName@xxxxxxxxxxxxxxxx > >> > > >> >> >> >> >> >> >> >> >>>>> Phone = 3015560020 > >> > > >> >> >> >> >> >> >> >> >>>>> # needed for usage with /dev/pts/N ports: > >> > > >> >> >> >> >> >> >> >> >>>>> Carrier Check = no > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> On Wed, Mar 5, 2008 at 7:38 PM, Antonio Olivares > >> > > >> >> >> >> >> >> >> >> >>>>> <olivares14031@xxxxxxxxx> wrote: > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> When you did this > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> $ sudo slmodemd -c CANADA --alsa hw:0,6 > >> > > >> >> >> >> >> >> >> >> >>>>>> => SmartLink Soft Modem: version 2.9.11 Feb 17 2008 09:31:10 > >> > > >> >> >> >> >> >> >> >> >>>>>> => symbolic link `/dev/ttySL0' -> `/dev/pts/1' created. > >> > > >> >> >> >> >> >> >> >> >>>>>> => modem `hw:0,6' created. TTY is `/dev/pts/1' > >> > > >> >> >> >> >> >> >> >> >>>>>> =>Use `/dev/ttySL0' as modem device, Ctrl+C for termination. > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> Did you CTRL+C to do sudo wvdialconf /etc/wvdial.conf ? > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> open up another terminal or session and then type > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> $ sudo wvdialconf /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> That should find your modem, and get you setup. Please report > >> > > >> >> >> >> >> >> >> >> >>>>>> back if > >> > > >> >> >> >> >> >> >> >> >>>>>> you have trouble/questions. > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> Regards, > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> Antonio > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> On 3/5/08, Anita Kuno <ay.kuno@xxxxxxxxx> wrote: > >> > > >> >> >> >> >> >> >> >> >>>>>> > I have unpacked SLMODEMD: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ tar -zxvf ./SLMODEMD.gcc4.1.tar.gz > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > And I believe this makes SLMODEMD an executable file: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ chmod +x slmodemd > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ sudo cp slmodemd /usr/sbin > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > And I think this verifies the location: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ find /usr -name slmodemd > >> > > >> >> >> >> >> >> >> >> >>>>>> > => /usr/sbin/slmodemd > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > So then I installed SLMODEMD: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ sudo slmodemd -c CANADA --alsa hw:0,6 > >> > > >> >> >> >> >> >> >> >> >>>>>> > => SmartLink Soft Modem: version 2.9.11 Feb 17 2008 09:31:10 > >> > > >> >> >> >> >> >> >> >> >>>>>> > => symbolic link `/dev/ttySL0' -> `/dev/pts/1' created. > >> > > >> >> >> >> >> >> >> >> >>>>>> > => modem `hw:0,6' created. TTY is `/dev/pts/1' > >> > > >> >> >> >> >> >> >> >> >>>>>> > =>Use `/dev/ttySL0' as modem device, Ctrl+C for termination. > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > So then I worked on wvdial. > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ which wvdial > >> > > >> >> >> >> >> >> >> >> >>>>>> > => /usr/bin/wvdial > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ sudo wvdialconf /etc/wvdial.conf > >> > > >> >> >> >> >> >> >> >> >>>>>> > =>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>. > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > I have tried the url to find the FAQ, can't find it. > >> > > >> >> >> >> >> >> >> >> >>>>>> > And I have emailed them to ask for the FAQ url, no response. > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > So I have evaluated the sound card: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ cat /proc/asound/cards > >> > > >> >> >> >> >> >> >> >> >>>>>> > => 0 [Intel ]: HDA-Intel - HDA Intel > >> > > >> >> >> >> >> >> >> >> >>>>>> > => HDA Intel at 0xd8240000 irq 21 > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > And run uname: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ uname -a > >> > > >> >> >> >> >> >> >> >> >>>>>> > Linux anitas-computer 2.6.20-15-generic #2 SMP Sun Apr 15 > >> > > >> >> >> >> >> >> >> >> >>>>>> 07:36:31 UTC > >> > > >> >> >> >> >> >> >> >> >>>>>> > 2007 i686 GNU/Linux > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > And confirmed module-init-tools: > >> > > >> >> >> >> >> >> >> >> >>>>>> > $ dpkg -s module-init-tools > >> > > >> >> >> >> >> >> >> >> >>>>>> > => Package: module-init-tools > >> > > >> >> >> >> >> >> >> >> >>>>>> > => Status: install ok installed > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > What is my next step? > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > Thank you, > >> > > >> >> >> >> >> >> >> >> >>>>>> > Anita. > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>>> > >> > > >> >> >> >> >> >> >> >> >>>> > >> > > >> >> >> >> >> >> >> >> >>> > >> > > >> >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> anita@anitas-computer:~$ sudo slmodemd -c CANADA -a --debug=2 --log hw:0,6 > >> > > >> >> >> >> >> >> Password: > >> > > >> >> >> >> >> >> SmartLink Soft Modem: version 2.9.11 Feb 17 2008 09:31:10 > >> > > >> >> >> >> >> >> <102.811403> SmartLink Soft Modem: version 2.9.11 Feb 17 2008 09:31:10 > >> > > >> >> >> >> >> >> <102.811493> hw:0,6: startup modem... > >> > > >> >> >> >> >> >> <102.811607> hw:0,6: update termios... > >> > > >> >> >> >> >> >> symbolic link `/dev/ttySL0' -> `/dev/pts/2' created. > >> > > >> >> >> >> >> >> modem `hw:0,6' created. TTY is `/dev/pts/2' > >> > > >> >> >> >> >> >> <102.812335> open file: /var/lib/slmodem/data.hw:0,6... > >> > > >> >> >> >> >> >> <102.812400> cannot open '/var/lib/slmodem/data.hw:0,6': No such file or directory > >> > > >> >> >> >> >> >> <102.821020> main: rt applyed: SCHED_FIFO, pri 99 > >> > > >> >> >> >> >> >> Use `/dev/ttySL0' as modem device, Ctrl+C for termination. > >> > > >> >> >> >> >> >> <123.805297> main: termios changed. > >> > > >> >> >> >> >> >> <123.805359> hw:0,6: update termios... > >> > > >> >> >> >> >> >> <123.899945> main: termios changed. > >> > > >> >> >> >> >> >> <123.899990> hw:0,6: update termios... > >> > > >> >> >> >> >> >> <123.999911> hw:0,6: run cmd: ATZ > >> > > >> >> >> >> >> >> <123.999954> hw:0,6: modem reset... > >> > > >> >> >> >> >> >> <123.999974> hw:0,6: modem set state: 1 --> 1... > >> > > >> >> >> >> >> >> <123.999997> hw:0,6: modem set mode: -> 0... > >> > > >> >> >> >> >> >> <124.000017> hw:0,6: modem report result: 0 (OK) > >> > > >> >> >> >> >> >> <124.100007> hw:0,6: run cmd: ATQ0V1E1S0=0&C1&D2+FCLASS=0 > >> > > >> >> >> >> >> >> <124.100058> hw:0,6: modem set mode: -> 0... > >> > > >> >> >> >> >> >> <124.100079> hw:0,6: modem report result: 0 (OK) > >> > > >> >> >> >> >> >> <124.200095> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <124.200156> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <124.200177> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <124.200985> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <124.201010> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <124.201045> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <124.201069> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <124.201089> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <124.201119> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <124.211866> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <124.211950> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <124.211976> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <124.211995> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <124.212186> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <124.212210> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <124.212227> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <124.212246> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <124.219868> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <124.220007> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <124.220030> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <124.220053> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <124.220081> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <124.520058> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <124.520122> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <124.520143> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <124.520965> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <124.520988> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <124.521023> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <124.521056> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <124.521089> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <124.521121> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <124.531858> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <124.531945> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <124.531974> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <124.531993> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <124.539942> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <124.539978> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <124.539998> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <124.540017> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <124.547855> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <124.547978> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <124.547997> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <124.548019> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <124.548048> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <124.848056> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <124.848117> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <124.848138> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <124.848943> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <124.848967> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <124.849002> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <124.849035> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <124.849067> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <124.849099> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <124.859854> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <124.859941> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <124.859965> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <124.859984> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <124.867934> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <124.867969> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <124.867988> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <124.868007> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <124.875855> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <124.875980> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <124.875999> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <124.876017> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <124.876043> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <125.176053> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <125.176123> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <125.176144> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <125.176945> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <125.176969> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <125.177003> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <125.177037> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <125.177068> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <125.177101> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <125.187850> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <125.187935> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <125.187961> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <125.187980> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <125.195938> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <125.195974> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <125.195993> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <125.196013> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <125.203844> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <125.203967> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <125.203986> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <125.204005> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <125.204031> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <125.504051> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <125.504122> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <125.504144> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <125.504949> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <125.504973> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <125.505007> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <125.505041> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <125.505073> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <125.505106> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <125.515841> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <125.515928> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <125.515953> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <125.515972> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <125.523920> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <125.523959> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <125.523978> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <125.523997> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <125.531846> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <125.531970> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <125.531990> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <125.532008> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <125.532034> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <125.832041> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <125.832109> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <125.832130> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <125.832932> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <125.832963> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <125.832997> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <125.833021> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <125.833041> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <125.833072> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <125.843834> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <125.843925> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <125.843949> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <125.843968> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <125.851921> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <125.851957> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <125.851976> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <125.851995> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <125.859832> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <125.859958> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <125.859978> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <125.859996> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <125.860023> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <126.160045> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <126.160121> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <126.160141> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <126.160954> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <126.160978> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <126.161012> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <126.161036> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <126.161056> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <126.161088> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <126.171827> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <126.171919> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <126.171944> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <126.171964> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <126.179911> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <126.179947> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <126.179967> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <126.179986> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <126.187831> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <126.187956> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <126.187975> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <126.187993> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <126.188019> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <126.488026> hw:0,6: run cmd: ATDT7054579564 > >> > > >> >> >> >> >> >> <126.488096> hw:0,6: modem dial: T7054579564... > >> > > >> >> >> >> >> >> <126.488117> hw:0,6: modem_dial_start... > >> > > >> >> >> >> >> >> <126.488919> hw:0,6: modem_start.. > >> > > >> >> >> >> >> >> <126.488949> hw:0,6: modem set state: 1 --> 2... > >> > > >> >> >> >> >> >> <126.488971> hw:0,6: new state: DP_ESTAB > >> > > >> >> >> >> >> >> <126.488992> main: alsa_ioctl: cmd 8, arg 3... > >> > > >> >> >> >> >> >> <126.489013> hw:0,6: modem set hook: 0 --> 1... > >> > > >> >> >> >> >> >> <126.489044> main: alsa_ioctl: cmd 2, arg 1... > >> > > >> >> >> >> >> >> <126.499829> main: alsa_ioctl: cmd 11, arg 0... > >> > > >> >> >> >> >> >> <126.499927> main: alsa_ioctl: cmd 4, arg 2580... > >> > > >> >> >> >> >> >> <126.499953> main: alsa_ioctl: cmd 7, arg 30... > >> > > >> >> >> >> >> >> <126.499972> main: alsa_start... > >> > > >> >> >> >> >> >> error: cannot setup hw params for playback: Invalid argument > >> > > >> >> >> >> >> >> <126.507907> err: hw:0,6: modem start = -22: cannot start device. > >> > > >> >> >> >> >> >> <126.507944> hw:0,6: modem_stop.. > >> > > >> >> >> >> >> >> <126.507963> hw:0,6: modem set hook: 1 --> 0... > >> > > >> >> >> >> >> >> <126.507983> main: alsa_ioctl: cmd 2, arg 0... > >> > > >> >> >> >> >> >> <126.515817> main: alsa_ioctl: cmd 8, arg 0... > >> > > >> >> >> >> >> >> <126.515965> hw:0,6: modem set state: 2 --> 1... > >> > > >> >> >> >> >> >> <126.515986> hw:0,6: new state: MODEM_IDLE > >> > > >> >> >> >> >> >> <126.516004> hw:0,6: modem report result: 3 (NO CARRIER) > >> > > >> >> >> >> >> >> <126.516030> hw:0,6: modem report result: 4 (ERROR) > >> > > >> >> >> >> >> >> <126.728412> main: termios changed. > >> > > >> >> >> >> >> >> <126.728456> hw:0,6: update termios... > >> > > >> >> >> >> >> >> <126.728479> main: pty closed. > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> >> > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > > >> > > >> >> >> >> >> > >> > > >> >> >> >> >> > >> > > >> >> >> >> > > >> > > >> >> >> >> > > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> > > >> > > >> >> >> > > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> anita@anitas-computer:~$ sudo updatedb > >> > > >> >> >> Password: > >> > > >> >> >> anita@anitas-computer:~$ locate sl-modem-daemon > >> > > >> >> >> anita@anitas-computer:~$ cd /usr/src/modules > >> > > >> >> >> anita@anitas-computer:/usr/src/modules$ ls > >> > > >> >> >> alsa > >> > > >> >> >> anita@anitas-computer:/usr/src/modules$ cd alsa > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa$ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa$ ls $HEADERS > >> > > >> >> >> arch fs kernel Module.symvers sound > >> > > >> >> >> block include lib net ubuntu > >> > > >> >> >> crypto init Makefile scripts usr > >> > > >> >> >> drivers ipc mm security > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa$ cd alsa-driver-1.0.16 > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ./configure --with-kernel=$HEADERS --with-build=$HEADERS --with-cards=hda-intel > >> > > >> >> >> checking for gcc... gcc > >> > > >> >> >> checking for C compiler default output file name... configure: error: C compiler cannot create executables > >> > > >> >> >> See `config.log' for more details. > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ gedit config.log > >> > > >> >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> > > >> > > >> >> > > >> > > >> >> > >> > > >> >> > >> > > >> >> anita@anitas-computer:~$ sudo chown -R anita:anita /usr/src/modules > >> > > >> >> Password: > >> > > >> >> anita@anitas-computer:~$ cd /usr/src/modules/alsa > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa$ ls > >> > > >> >> alsa-driver-1.0.16 alsa-lib-1.0.16 > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa$ cd alsa-driver-1.0.16 > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ls $HEADERS > >> > > >> >> arch fs kernel Module.symvers sound > >> > > >> >> block include lib net ubuntu > >> > > >> >> crypto init Makefile scripts usr > >> > > >> >> drivers ipc mm security > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ echo $HEADERS > >> > > >> >> /lib/modules/2.6.20-15-generic/build > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ./configure --with-kernel=$HEADERS --with-build=$HEADERS --with-cards=hda-intel > >> > > >> >> checking for gcc... gcc > >> > > >> >> checking for C compiler default output file name... configure: error: C compiler cannot create executables > >> > > >> >> See `config.log' for more details. > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ make clean > >> > > >> >> rm -f .depend *.o snd.map* > >> > > >> >> rm -f /*.ver > >> > > >> >> rm -f modules/*.o modules/*.ko > >> > > >> >> make[1]: Entering directory `/usr/src/modules/alsa/alsa-driver-1.0.16/acore' > >> > > >> >> Makefile:6: /usr/src/modules/alsa/alsa-driver-1.0.16/Makefile.conf: No such file or directory > >> > > >> >> /usr/src/modules/alsa/alsa-driver-1.0.16/Rules.make:75: /Rules.make1: No such file or directory > >> > > >> >> make[1]: *** No rule to make target `/Rules.make1'. Stop. > >> > > >> >> make[1]: Leaving directory `/usr/src/modules/alsa/alsa-driver-1.0.16/acore' > >> > > >> >> make: *** [clean] Error 1 > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ./configure --with-kernel=$HEADERS --with-build=$HEADERS --with-cards=hda-intel > >> > > >> >> checking for gcc... gcc > >> > > >> >> checking for C compiler default output file name... configure: error: C compiler cannot create executables > >> > > >> >> See `config.log' for more details. > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ls -l /usr/bin/gcc* > >> > > >> >> lrwxrwxrwx 1 root root 7 2007-11-18 08:25 /usr/bin/gcc -> gcc-4.1 > >> > > >> >> -rwxr-xr-x 1 root root 183904 2007-03-02 21:52 /usr/bin/gcc-4.1 > >> > > >> >> lrwxrwxrwx 1 root root 10 2007-11-18 08:25 /usr/bin/gccbug -> gccbug-4.1 > >> > > >> >> -rwxr-xr-x 1 root root 16266 2007-03-02 21:47 /usr/bin/gccbug-4.1 > >> > > >> >> -rwxr-xr-x 1 root root 2018 2006-12-20 09:41 /usr/bin/gccmakedep > >> > > >> >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ > >> > > >> >> > >> > > >> >> > >> > > >> >> > >> > > >> >> > >> > > >> >> > >> > > >> > > >> > > >> > > >> > > >> > >> > > >> > >> > > >> anita@anitas-computer:~$ cd /usr/src/modules/alsa > >> > > >> anita@anitas-computer:/usr/src/modules/alsa$ ls > >> > > >> alsa-driver-1.0.16 alsa-lib-1.0.16 > >> > > >> anita@anitas-computer:/usr/src/modules/alsa$ cd alsa-driver-1.0.16 > >> > > >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ls $HEADERS > >> > > >> arch fs kernel Module.symvers sound > >> > > >> block include lib net ubuntu > >> > > >> crypto init Makefile scripts usr > >> > > >> drivers ipc mm security > >> > > >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ./configure --with-kernel=$HEADERS --with-build=$HEADERS --with-cards=hda-intel > >> > > >> checking for gcc... gcc > >> > > >> checking for C compiler default output file name... configure: error: C compiler cannot create executables > >> > > >> See `config.log' for more details. > >> > > >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ gedit config.log > >> > > >> anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ > >> > > >> > >> > > >> > >> > > >> This file contains any messages produced by compilers while > >> > > >> running configure, to aid debugging if configure makes a mistake. > >> > > >> > >> > > >> It was created by configure, which was > >> > > >> generated by GNU Autoconf 2.60. Invocation command line was > >> > > >> > >> > > >> $ ./configure --with-kernel=/lib/modules/2.6.20-15-generic/build --with-build=/lib/modules/2.6.20-15-generic/build --with-cards=hda-intel > >> > > >> > >> > > >> ## --------- ## > >> > > >> ## Platform. ## > >> > > >> ## --------- ## > >> > > >> > >> > > >> hostname = anitas-computer > >> > > >> uname -m = i686 > >> > > >> uname -r = 2.6.20-15-generic > >> > > >> uname -s = Linux > >> > > >> uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007 > >> > > >> > >> > > >> /usr/bin/uname -p = unknown > >> > > >> /bin/uname -X = unknown > >> > > >> > >> > > >> /bin/arch = i686 > >> > > >> /usr/bin/arch -k = unknown > >> > > >> /usr/convex/getsysinfo = unknown > >> > > >> /usr/bin/hostinfo = unknown > >> > > >> /bin/machine = unknown > >> > > >> /usr/bin/oslevel = unknown > >> > > >> /bin/universe = unknown > >> > > >> > >> > > >> PATH: /usr/local/sbin > >> > > >> PATH: /usr/local/bin > >> > > >> PATH: /usr/sbin > >> > > >> PATH: /usr/bin > >> > > >> PATH: /sbin > >> > > >> PATH: /bin > >> > > >> PATH: /usr/games > >> > > >> > >> > > >> > >> > > >> ## ----------- ## > >> > > >> ## Core tests. ## > >> > > >> ## ----------- ## > >> > > >> > >> > > >> configure:2101: checking for gcc > >> > > >> configure:2117: found /usr/bin/gcc > >> > > >> configure:2128: result: gcc > >> > > >> configure:2366: checking for C compiler version > >> > > >> configure:2373: gcc --version >&5 > >> > > >> gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) > >> > > >> Copyright (C) 2006 Free Software Foundation, Inc. > >> > > >> This is free software; see the source for copying conditions. There is NO > >> > > >> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >> > > >> > >> > > >> configure:2376: $? = 0 > >> > > >> configure:2383: gcc -v >&5 > >> > > >> Using built-in specs. > >> > > >> Target: i486-linux-gnu > >> > > >> Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu > >> > > >> Thread model: posix > >> > > >> gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) > >> > > >> configure:2386: $? = 0 > >> > > >> configure:2393: gcc -V >&5 > >> > > >> gcc: '-V' option must have argument > >> > > >> configure:2396: $? = 1 > >> > > >> configure:2419: checking for C compiler default output file name > >> > > >> configure:2446: gcc conftest.c >&5 > >> > > >> /usr/bin/ld: crt1.o: No such file: No such file or directory > >> > > >> collect2: ld returned 1 exit status > >> > > >> configure:2449: $? = 1 > >> > > >> configure: failed program was: > >> > > >> | /* confdefs.h. */ > >> > > >> | #define PACKAGE_NAME "" > >> > > >> | #define PACKAGE_TARNAME "" > >> > > >> | #define PACKAGE_VERSION "" > >> > > >> | #define PACKAGE_STRING "" > >> > > >> | #define PACKAGE_BUGREPORT "" > >> > > >> | /* end confdefs.h. */ > >> > > >> | > >> > > >> | int > >> > > >> | main () > >> > > >> | { > >> > > >> | > >> > > >> | ; > >> > > >> | return 0; > >> > > >> | } > >> > > >> configure:2488: error: C compiler cannot create executables > >> > > >> See `config.log' for more details. > >> > > >> > >> > > >> ## ---------------- ## > >> > > >> ## Cache variables. ## > >> > > >> ## ---------------- ## > >> > > >> > >> > > >> ac_cv_env_CC_set= > >> > > >> ac_cv_env_CC_value= > >> > > >> ac_cv_env_CFLAGS_set= > >> > > >> ac_cv_env_CFLAGS_value= > >> > > >> ac_cv_env_CPPFLAGS_set= > >> > > >> ac_cv_env_CPPFLAGS_value= > >> > > >> ac_cv_env_CPP_set= > >> > > >> ac_cv_env_CPP_value= > >> > > >> ac_cv_env_LDFLAGS_set= > >> > > >> ac_cv_env_LDFLAGS_value= > >> > > >> ac_cv_env_build_alias_set= > >> > > >> ac_cv_env_build_alias_value= > >> > > >> ac_cv_env_host_alias_set= > >> > > >> ac_cv_env_host_alias_value= > >> > > >> ac_cv_env_target_alias_set= > >> > > >> ac_cv_env_target_alias_value= > >> > > >> ac_cv_prog_ac_ct_CC=gcc > >> > > >> > >> > > >> ## ----------------- ## > >> > > >> ## Output variables. ## > >> > > >> ## ----------------- ## > >> > > >> > >> > > >> AR='' > >> > > >> ARCH='' > >> > > >> AS='' > >> > > >> CC='gcc' > >> > > >> CFLAGS='' > >> > > >> CONFIG_AC97_BUS='' > >> > > >> CONFIG_ALPHA='' > >> > > >> CONFIG_ARCH_AT91='' > >> > > >> CONFIG_ARCH_PXA='' > >> > > >> CONFIG_ARCH_S3C2410='' > >> > > >> CONFIG_ARCH_SA1100='' > >> > > >> CONFIG_ARM='' > >> > > >> CONFIG_ARM_AMBA='' > >> > > >> CONFIG_ATMEL_SSC='' > >> > > >> CONFIG_BROKEN='' > >> > > >> CONFIG_CPU_SUBTYPE_SH7760='' > >> > > >> CONFIG_EXPERIMENTAL='' > >> > > >> CONFIG_FW_LOADER='' > >> > > >> CONFIG_GSC='' > >> > > >> CONFIG_HAS_DMA='' > >> > > >> CONFIG_HAS_IOMEM='' > >> > > >> CONFIG_HAS_IOPORT='' > >> > > >> CONFIG_HIGH_RES_TIMERS='' > >> > > >> CONFIG_HPET='' > >> > > >> CONFIG_I2C='' > >> > > >> CONFIG_I2C_POWERMAC='' > >> > > >> CONFIG_I2C_SENSOR='' > >> > > >> CONFIG_INPUT='' > >> > > >> CONFIG_ISA='' > >> > > >> CONFIG_ISAPNP='' > >> > > >> CONFIG_ISAPNP_KERNEL='' > >> > > >> CONFIG_ISA_DMA_API='' > >> > > >> CONFIG_L3='' > >> > > >> CONFIG_MACH_E800='' > >> > > >> CONFIG_MACH_ETI_B1='' > >> > > >> CONFIG_MACH_ETI_C1='' > >> > > >> CONFIG_MACH_NEO1973_GTA01='' > >> > > >> CONFIG_MACH_POODLE='' > >> > > >> CONFIG_MACH_SMDK2443='' > >> > > >> CONFIG_MACH_TOSA='' > >> > > >> CONFIG_MIPS='' > >> > > >> CONFIG_MPC8610_HPCD='' > >> > > >> CONFIG_PARISC='' > >> > > >> CONFIG_PARPORT='' > >> > > >> CONFIG_PCI='' > >> > > >> CONFIG_PCMCIA='' > >> > > >> CONFIG_PM='' > >> > > >> CONFIG_PNP='' > >> > > >> CONFIG_PNP_KERNEL='' > >> > > >> CONFIG_PPC32='' > >> > > >> CONFIG_PPC64='' > >> > > >> CONFIG_PPC='' > >> > > >> CONFIG_PPC_PMAC='' > >> > > >> CONFIG_PROC_FS='' > >> > > >> CONFIG_PS3_PS3AV='' > >> > > >> CONFIG_PXA_SHARP_C7XX='' > >> > > >> CONFIG_PXA_SHARP_CXX00='' > >> > > >> CONFIG_RTC='' > >> > > >> CONFIG_SBUS='' > >> > > >> CONFIG_SGI='' > >> > > >> CONFIG_SH_DMABRG='' > >> > > >> CONFIG_SH_DREAMCAST='' > >> > > >> CONFIG_SND='' > >> > > >> CONFIG_SND_AC97_CODEC='' > >> > > >> CONFIG_SND_AC97_POWER_SAVE='' > >> > > >> CONFIG_SND_AC97_POWER_SAVE_DEFAULT='' > >> > > >> CONFIG_SND_AD1816A='' > >> > > >> CONFIG_SND_AD1848='' > >> > > >> CONFIG_SND_AD1848_LIB='' > >> > > >> CONFIG_SND_AD1889='' > >> > > >> CONFIG_SND_ADLIB='' > >> > > >> CONFIG_SND_AICA='' > >> > > >> CONFIG_SND_ALI5451='' > >> > > >> CONFIG_SND_ALS100='' > >> > > >> CONFIG_SND_ALS300='' > >> > > >> CONFIG_SND_ALS4000='' > >> > > >> CONFIG_SND_AOA='' > >> > > >> CONFIG_SND_AOA_FABRIC_LAYOUT='' > >> > > >> CONFIG_SND_AOA_ONYX='' > >> > > >> CONFIG_SND_AOA_SOUNDBUS='' > >> > > >> CONFIG_SND_AOA_SOUNDBUS_I2S='' > >> > > >> CONFIG_SND_AOA_TAS='' > >> > > >> CONFIG_SND_AOA_TOONIE='' > >> > > >> CONFIG_SND_ARMAACI='' > >> > > >> CONFIG_SND_ASIHPI='' > >> > > >> CONFIG_SND_AT73C213='' > >> > > >> CONFIG_SND_AT73C213_TARGET_BITRATE='' > >> > > >> CONFIG_SND_AT91_SOC='' > >> > > >> CONFIG_SND_AT91_SOC_ETI_B1_WM8731='' > >> > > >> CONFIG_SND_AT91_SOC_ETI_SLAVE='' > >> > > >> CONFIG_SND_AT91_SOC_SSC='' > >> > > >> CONFIG_SND_ATIIXP='' > >> > > >> CONFIG_SND_ATIIXP_MODEM='' > >> > > >> CONFIG_SND_AU1X00='' > >> > > >> CONFIG_SND_AU8810='' > >> > > >> CONFIG_SND_AU8820='' > >> > > >> CONFIG_SND_AU8830='' > >> > > >> CONFIG_SND_AZT2320='' > >> > > >> CONFIG_SND_AZT3328='' > >> > > >> CONFIG_SND_BIT32_EMUL='' > >> > > >> CONFIG_SND_BT87X='' > >> > > >> CONFIG_SND_BT87X_OVERCLOCK='' > >> > > >> CONFIG_SND_CA0106='' > >> > > >> CONFIG_SND_CMI8330='' > >> > > >> CONFIG_SND_CMIPCI='' > >> > > >> CONFIG_SND_CS4231='' > >> > > >> CONFIG_SND_CS4231_LIB='' > >> > > >> CONFIG_SND_CS4232='' > >> > > >> CONFIG_SND_CS4236='' > >> > > >> CONFIG_SND_CS4281='' > >> > > >> CONFIG_SND_CS46XX='' > >> > > >> CONFIG_SND_CS46XX_NEW_DSP='' > >> > > >> CONFIG_SND_CS5530='' > >> > > >> CONFIG_SND_CS5535AUDIO='' > >> > > >> CONFIG_SND_DARLA20='' > >> > > >> CONFIG_SND_DARLA24='' > >> > > >> CONFIG_SND_DATE='' > >> > > >> CONFIG_SND_DEBUG='' > >> > > >> CONFIG_SND_DEBUG_DETECT='' > >> > > >> CONFIG_SND_DEBUG_MEMORY='' > >> > > >> CONFIG_SND_DT019X='' > >> > > >> CONFIG_SND_DUMMY='' > >> > > >> CONFIG_SND_DYNAMIC_MINORS='' > >> > > >> CONFIG_SND_ECHO3G='' > >> > > >> CONFIG_SND_EMU10K1='' > >> > > >> CONFIG_SND_EMU10K1X='' > >> > > >> CONFIG_SND_ENS1370='' > >> > > >> CONFIG_SND_ENS1371='' > >> > > >> CONFIG_SND_ES1688='' > >> > > >> CONFIG_SND_ES18XX='' > >> > > >> CONFIG_SND_ES1938='' > >> > > >> CONFIG_SND_ES1968='' > >> > > >> CONFIG_SND_ES968='' > >> > > >> CONFIG_SND_FM801='' > >> > > >> CONFIG_SND_FM801_TEA575X='' > >> > > >> CONFIG_SND_FM801_TEA575X_BOOL='' > >> > > >> CONFIG_SND_GINA20='' > >> > > >> CONFIG_SND_GINA24='' > >> > > >> CONFIG_SND_GUSCLASSIC='' > >> > > >> CONFIG_SND_GUSEXTREME='' > >> > > >> CONFIG_SND_GUSMAX='' > >> > > >> CONFIG_SND_GUS_SYNTH='' > >> > > >> CONFIG_SND_HARMONY='' > >> > > >> CONFIG_SND_HDA_CODEC_ANALOG='' > >> > > >> CONFIG_SND_HDA_CODEC_ATIHDMI='' > >> > > >> CONFIG_SND_HDA_CODEC_CMEDIA='' > >> > > >> CONFIG_SND_HDA_CODEC_CONEXANT='' > >> > > >> CONFIG_SND_HDA_CODEC_REALTEK='' > >> > > >> CONFIG_SND_HDA_CODEC_SI3054='' > >> > > >> CONFIG_SND_HDA_CODEC_SIGMATEL='' > >> > > >> CONFIG_SND_HDA_CODEC_VIA='' > >> > > >> CONFIG_SND_HDA_GENERIC='' > >> > > >> CONFIG_SND_HDA_HWDEP='' > >> > > >> CONFIG_SND_HDA_INTEL='' > >> > > >> CONFIG_SND_HDA_POWER_SAVE='' > >> > > >> CONFIG_SND_HDA_POWER_SAVE_DEFAULT='' > >> > > >> CONFIG_SND_HDSP='' > >> > > >> CONFIG_SND_HDSPM='' > >> > > >> CONFIG_SND_HIFIER='' > >> > > >> CONFIG_SND_HPET='' > >> > > >> CONFIG_SND_HWDEP='' > >> > > >> CONFIG_SND_ICE1712='' > >> > > >> CONFIG_SND_ICE1724='' > >> > > >> CONFIG_SND_INDIGO='' > >> > > >> CONFIG_SND_INDIGODJ='' > >> > > >> CONFIG_SND_INDIGOIO='' > >> > > >> CONFIG_SND_INTEL8X0='' > >> > > >> CONFIG_SND_INTEL8X0M='' > >> > > >> CONFIG_SND_INTERWAVE='' > >> > > >> CONFIG_SND_INTERWAVE_STB='' > >> > > >> CONFIG_SND_KERNELDIR='' > >> > > >> CONFIG_SND_KORG1212='' > >> > > >> CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL='' > >> > > >> CONFIG_SND_LAYLA20='' > >> > > >> CONFIG_SND_LAYLA24='' > >> > > >> CONFIG_SND_LOOPBACK='' > >> > > >> CONFIG_SND_MAESTRO3='' > >> > > >> CONFIG_SND_MAESTRO3_FIRMWARE_IN_KERNEL='' > >> > > >> CONFIG_SND_MIA='' > >> > > >> CONFIG_SND_MIRO='' > >> > > >> CONFIG_SND_MIXART='' > >> > > >> CONFIG_SND_MIXER_OSS='' > >> > > >> CONFIG_SND_ML403_AC97CR='' > >> > > >> CONFIG_SND_MONA='' > >> > > >> CONFIG_SND_MPU401='' > >> > > >> CONFIG_SND_MPU401_UART='' > >> > > >> CONFIG_SND_MSND_PINNACLE='' > >> > > >> CONFIG_SND_MTPAV='' > >> > > >> CONFIG_SND_MTS64='' > >> > > >> CONFIG_SND_MVERSION='' > >> > > >> CONFIG_SND_NM256='' > >> > > >> CONFIG_SND_OPL3SA2='' > >> > > >> CONFIG_SND_OPL3_LIB='' > >> > > >> CONFIG_SND_OPL4_LIB='' > >> > > >> CONFIG_SND_OPTI92X_AD1848='' > >> > > >> CONFIG_SND_OPTI92X_CS4231='' > >> > > >> CONFIG_SND_OPTI93X='' > >> > > >> CONFIG_SND_OSSEMUL='' > >> > > >> CONFIG_SND_OXYGEN='' > >> > > >> CONFIG_SND_OXYGEN_LIB='' > >> > > >> CONFIG_SND_PC98_CS4232='' > >> > > >> CONFIG_SND_PCM='' > >> > > >> CONFIG_SND_PCM_OSS='' > >> > > >> CONFIG_SND_PCM_OSS_PLUGINS='' > >> > > >> CONFIG_SND_PCM_XRUN_DEBUG='' > >> > > >> CONFIG_SND_PCSP='' > >> > > >> CONFIG_SND_PCXHR='' > >> > > >> CONFIG_SND_PDAUDIOCF='' > >> > > >> CONFIG_SND_PDPLUS='' > >> > > >> CONFIG_SND_PORTMAN2X4='' > >> > > >> CONFIG_SND_POWERMAC='' > >> > > >> CONFIG_SND_POWERMAC_AUTO_DRC='' > >> > > >> CONFIG_SND_PS3='' > >> > > >> CONFIG_SND_PS3_DEFAULT_START_DELAY='' > >> > > >> CONFIG_SND_PXA2XX_AC97='' > >> > > >> CONFIG_SND_PXA2XX_I2SOUND='' > >> > > >> CONFIG_SND_PXA2XX_PCM='' > >> > > >> CONFIG_SND_PXA2XX_SOC='' > >> > > >> CONFIG_SND_PXA2XX_SOC_AC97='' > >> > > >> CONFIG_SND_PXA2XX_SOC_CORGI='' > >> > > >> CONFIG_SND_PXA2XX_SOC_E800='' > >> > > >> CONFIG_SND_PXA2XX_SOC_I2S='' > >> > > >> CONFIG_SND_PXA2XX_SOC_POODLE='' > >> > > >> CONFIG_SND_PXA2XX_SOC_SPITZ='' > >> > > >> CONFIG_SND_PXA2XX_SOC_TOSA='' > >> > > >> CONFIG_SND_RAWMIDI='' > >> > > >> CONFIG_SND_RIPTIDE='' > >> > > >> CONFIG_SND_RME32='' > >> > > >> CONFIG_SND_RME9652='' > >> > > >> CONFIG_SND_RME96='' > >> > > >> CONFIG_SND_RTCTIMER='' > >> > > >> CONFIG_SND_S3C2410='' > >> > > >> CONFIG_SND_S3C2412_SOC_I2S='' > >> > > >> CONFIG_SND_S3C2443_SOC_AC97='' > >> > > >> CONFIG_SND_S3C24XX_SOC='' > >> > > >> CONFIG_SND_S3C24XX_SOC_I2S='' > >> > > >> CONFIG_SND_S3C24XX_SOC_LN2440SBC_ALC650='' > >> > > >> CONFIG_SND_S3C24XX_SOC_NEO1973_WM8753='' > >> > > >> CONFIG_SND_S3C24XX_SOC_SMDK2443_WM9710='' > >> > > >> CONFIG_SND_SA11XX_UDA1341='' > >> > > >> CONFIG_SND_SB16='' > >> > > >> CONFIG_SND_SB16_CSP='' > >> > > >> CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL='' > >> > > >> CONFIG_SND_SB16_DSP='' > >> > > >> CONFIG_SND_SB8='' > >> > > >> CONFIG_SND_SB8_DSP='' > >> > > >> CONFIG_SND_SBAWE='' > >> > > >> CONFIG_SND_SB_COMMON='' > >> > > >> CONFIG_SND_SC6000='' > >> > > >> CONFIG_SND_SEQUENCER='' > >> > > >> CONFIG_SND_SEQUENCER_OSS='' > >> > > >> CONFIG_SND_SEQ_DUMMY='' > >> > > >> CONFIG_SND_SEQ_RTCTIMER_DEFAULT='' > >> > > >> CONFIG_SND_SERIALMIDI='' > >> > > >> CONFIG_SND_SERIAL_U16550='' > >> > > >> CONFIG_SND_SGALAXY='' > >> > > >> CONFIG_SND_SH7760_AC97='' > >> > > >> CONFIG_SND_SIS7019='' > >> > > >> CONFIG_SND_SOC='' > >> > > >> CONFIG_SND_SOC_AC97_BUS='' > >> > > >> CONFIG_SND_SOC_AC97_CODEC='' > >> > > >> CONFIG_SND_SOC_CS4270='' > >> > > >> CONFIG_SND_SOC_CS4270_HWMUTE='' > >> > > >> CONFIG_SND_SOC_CS4270_VD33_ERRATA='' > >> > > >> CONFIG_SND_SOC_MPC8610='' > >> > > >> CONFIG_SND_SOC_MPC8610_HPCD='' > >> > > >> CONFIG_SND_SOC_PCM_SH7760='' > >> > > >> CONFIG_SND_SOC_SH4_HAC='' > >> > > >> CONFIG_SND_SOC_SH4_SSI='' > >> > > >> CONFIG_SND_SOC_TLV320AIC3X='' > >> > > >> CONFIG_SND_SOC_WM8731='' > >> > > >> CONFIG_SND_SOC_WM8750='' > >> > > >> CONFIG_SND_SOC_WM8753='' > >> > > >> CONFIG_SND_SOC_WM9712='' > >> > > >> CONFIG_SND_SONICVIBES='' > >> > > >> CONFIG_SND_SSCAPE='' > >> > > >> CONFIG_SND_SUN_AMD7930='' > >> > > >> CONFIG_SND_SUN_CS4231='' > >> > > >> CONFIG_SND_SUN_DBRI='' > >> > > >> CONFIG_SND_SUPPORT_OLD_API='' > >> > > >> CONFIG_SND_TIMER='' > >> > > >> CONFIG_SND_TRIDENT='' > >> > > >> CONFIG_SND_USB_AUDIO='' > >> > > >> CONFIG_SND_USB_CAIAQ='' > >> > > >> CONFIG_SND_USB_CAIAQ_INPUT='' > >> > > >> CONFIG_SND_USB_USX2Y='' > >> > > >> CONFIG_SND_VERBOSE_PRINTK='' > >> > > >> CONFIG_SND_VERBOSE_PROCFS='' > >> > > >> CONFIG_SND_VERSION='1.0.16' > >> > > >> CONFIG_SND_VIA82XX='' > >> > > >> CONFIG_SND_VIA82XX_MODEM='' > >> > > >> CONFIG_SND_VIRMIDI='' > >> > > >> CONFIG_SND_VIRTUOSO='' > >> > > >> CONFIG_SND_VX222='' > >> > > >> CONFIG_SND_VXPOCKET='' > >> > > >> CONFIG_SND_VX_LIB='' > >> > > >> CONFIG_SND_WAVEFRONT='' > >> > > >> CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL='' > >> > > >> CONFIG_SND_YMFPCI='' > >> > > >> CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL='' > >> > > >> CONFIG_SOC_AU1000='' > >> > > >> CONFIG_SOC_AU1100='' > >> > > >> CONFIG_SOC_AU1500='' > >> > > >> CONFIG_SOUND='' > >> > > >> CONFIG_SOUND_PRIME='' > >> > > >> CONFIG_SPARC32='' > >> > > >> CONFIG_SPARC64='' > >> > > >> CONFIG_SPARC='' > >> > > >> CONFIG_SUPERH64='' > >> > > >> CONFIG_SUPERH='' > >> > > >> CONFIG_USB='' > >> > > >> CONFIG_VIDEO_DEV='' > >> > > >> CONFIG_VIDEO_V4L1='' > >> > > >> CONFIG_X86='' > >> > > >> CONFIG_X86_32='' > >> > > >> CONFIG_X86_64='' > >> > > >> CONFIG_X86_PC9800='' > >> > > >> CONFIG_X86_PC='' > >> > > >> CONFIG_XILINX_VIRTEX='' > >> > > >> CPP='' > >> > > >> CPPFLAGS='' > >> > > >> CROSS_COMPILE='' > >> > > >> DEFS='' > >> > > >> ECHO_C='' > >> > > >> ECHO_N='-n' > >> > > >> ECHO_T='' > >> > > >> EGREP='' > >> > > >> EXEEXT='' > >> > > >> EXTRA_INCLUDES='' > >> > > >> GENKSYMS='' > >> > > >> GREP='' > >> > > >> INSTALL_DATA='' > >> > > >> INSTALL_PROGRAM='' > >> > > >> INSTALL_SCRIPT='' > >> > > >> KERNEL_INC='' > >> > > >> KLD='' > >> > > >> LDFLAGS='' > >> > > >> LIBOBJS='' > >> > > >> LIBS='' > >> > > >> LTLIBOBJS='' > >> > > >> MAKE_ADDS='' > >> > > >> NEW_KBUILD='' > >> > > >> OBJEXT='' > >> > > >> PACKAGE_BUGREPORT='' > >> > > >> PACKAGE_NAME='' > >> > > >> PACKAGE_STRING='' > >> > > >> PACKAGE_TARNAME='' > >> > > >> PACKAGE_VERSION='' > >> > > >> PATH_SEPARATOR=':' > >> > > >> RANLIB='' > >> > > >> SHELL='/bin/bash' > >> > > >> SRCDIR='' > >> > > >> ac_ct_CC='gcc' > >> > > >> bindir='${exec_prefix}/bin' > >> > > >> build_alias='' > >> > > >> c_opts='' > >> > > >> datadir='${datarootdir}' > >> > > >> datarootdir='${prefix}/share' > >> > > >> docdir='${datarootdir}/doc/${PACKAGE}' > >> > > >> dvidir='${docdir}' > >> > > >> exec_prefix='NONE' > >> > > >> host_alias='' > >> > > >> htmldir='${docdir}' > >> > > >> includedir='${prefix}/include' > >> > > >> infodir='${datarootdir}/info' > >> > > >> kaversion='' > >> > > >> kextraversion='' > >> > > >> kpatchlevel='' > >> > > >> ksublevel='' > >> > > >> kversion='' > >> > > >> libdir='${exec_prefix}/lib' > >> > > >> libexecdir='${exec_prefix}/libexec' > >> > > >> localedir='${datarootdir}/locale' > >> > > >> localstatedir='${prefix}/var' > >> > > >> m_opts='' > >> > > >> mandir='${datarootdir}/man' > >> > > >> moddir='' > >> > > >> moddir_tree='' > >> > > >> modsubdir='' > >> > > >> msmp='' > >> > > >> oldincludedir='/usr/include' > >> > > >> pdfdir='${docdir}' > >> > > >> prefix='NONE' > >> > > >> processor='' > >> > > >> program_transform_name='s,x,x,' > >> > > >> psdir='${docdir}' > >> > > >> sbindir='${exec_prefix}/sbin' > >> > > >> sharedstatedir='${prefix}/com' > >> > > >> sysconfdir='${prefix}/etc' > >> > > >> target_alias='' > >> > > >> > >> > > >> ## ----------- ## > >> > > >> ## confdefs.h. ## > >> > > >> ## ----------- ## > >> > > >> > >> > > >> #define PACKAGE_NAME "" > >> > > >> #define PACKAGE_TARNAME "" > >> > > >> #define PACKAGE_VERSION "" > >> > > >> #define PACKAGE_STRING "" > >> > > >> #define PACKAGE_BUGREPORT "" > >> > > >> > >> > > >> configure: exit 77 > >> > > >> > >> > > >> > >> > > >> > >> > > > > >> > > > > >> > > > >> > > > >> > > anita@anitas-computer:~$ which ld > >> > > /usr/bin/ld > >> > > anita@anitas-computer:~$ cd /usr/src/modules/alsa/alsa-driver-1.0.16 > >> > > >> > > >> > > >> > > anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ HEADERS=/lib/modules/2.6.20-15-generic/build > >> > > anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ls $HEADERS > >> > > arch fs kernel Module.symvers sound > >> > > block include lib net ubuntu > >> > > crypto init Makefile scripts usr > >> > > drivers ipc mm security > >> > > anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ ./configure --with-kernel=$HEADERS --with-build=$HEADERS --with-cards=hda-intel > >> > > checking for gcc... gcc > >> > > checking for C compiler default output file name... configure: error: C compiler cannot create executables > >> > > See `config.log' for more details. > >> > > anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ gedit config.log > >> > > anita@anitas-computer:/usr/src/modules/alsa/alsa-driver-1.0.16$ > >> > > > >> > > > >> > > This file contains any messages produced by compilers while > >> > > running configure, to aid debugging if configure makes a mistake. > >> > > > >> > > It was created by configure, which was > >> > > generated by GNU Autoconf 2.60. Invocation command line was > >> > > > >> > > $ ./configure --with-kernel=/lib/modules/2.6.20-15-generic/build --with-build=/lib/modules/2.6.20-15-generic/build --with-cards=hda-intel > >> > > > >> > > ## --------- ## > >> > > ## Platform. ## > >> > > ## --------- ## > >> > > > >> > > hostname = anitas-computer > >> > > uname -m = i686 > >> > > uname -r = 2.6.20-15-generic > >> > > uname -s = Linux > >> > > uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007 > >> > > > >> > > /usr/bin/uname -p = unknown > >> > > /bin/uname -X = unknown > >> > > > >> > > /bin/arch = i686 > >> > > /usr/bin/arch -k = unknown > >> > > /usr/convex/getsysinfo = unknown > >> > > /usr/bin/hostinfo = unknown > >> > > /bin/machine = unknown > >> > > /usr/bin/oslevel = unknown > >> > > /bin/universe = unknown > >> > > > >> > > PATH: /usr/local/sbin > >> > > PATH: /usr/local/bin > >> > > PATH: /usr/sbin > >> > > PATH: /usr/bin > >> > > PATH: /sbin > >> > > PATH: /bin > >> > > PATH: /usr/games > >> > > > >> > > > >> > > ## ----------- ## > >> > > ## Core tests. ## > >> > > ## ----------- ## > >> > > > >> > > configure:2101: checking for gcc > >> > > configure:2117: found /usr/bin/gcc > >> > > configure:2128: result: gcc > >> > > configure:2366: checking for C compiler version > >> > > configure:2373: gcc --version >&5 > >> > > gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) > >> > > Copyright (C) 2006 Free Software Foundation, Inc. > >> > > This is free software; see the source for copying conditions. There is NO > >> > > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >> > > > >> > > configure:2376: $? = 0 > >> > > configure:2383: gcc -v >&5 > >> > > Using built-in specs. > >> > > Target: i486-linux-gnu > >> > > Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu > >> > > Thread model: posix > >> > > gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) > >> > > configure:2386: $? = 0 > >> > > configure:2393: gcc -V >&5... > > [Message clipped] > anita@anitas-computer:~$ locate wvdial > /usr/share/man/man1/wvdial.1.gz > /usr/share/man/man1/poff.wvdial.1.gz > /usr/share/man/man1/pon.wvdial.1.gz > /usr/share/man/man1/wvdialconf.1.gz > /usr/share/man/man5/wvdial.conf.5.gz > /usr/share/doc/wvdial > /usr/share/doc/wvdial/README.gz > /usr/share/doc/wvdial/changelog.gz > /usr/share/doc/wvdial/FAQ > /usr/share/doc/wvdial/copyright > /usr/share/doc/wvdial/MENUS > /usr/share/doc/wvdial/TODO > /usr/share/doc/wvdial/changelog.Debian.gz > /usr/bin/wvdial > /usr/bin/poff.wvdial > /usr/bin/wvdialconf > /usr/bin/pon.wvdial > /usr/src/modules/SLMODEMD.gcc4.1/wvdial.conf > /etc/ppp/peers/wvdial > /etc/ppp/peers/wvdial-pipe > /etc/wvdial.conf > /etc/wvdial.conf~ > /var/lib/dpkg/info/wvdial.postinst > /var/lib/dpkg/info/wvdial.templates > /var/lib/dpkg/info/wvdial.conffiles > /var/lib/dpkg/info/wvdial.md5sums > /var/lib/dpkg/info/wvdial.list > /var/lib/dpkg/info/wvdial.config > /var/lib/dpkg/info/wvdial.postrm > /var/log/wvdialconf.log > /home/anita/Desktop/SLMODEMD.gcc4.1/wvdial.conf > /home/anita/modem/Modem/wvdial.txt > anita@anitas-computer:~$ cd /usr/src/modules > anita@anitas-computer:/usr/src/modules$ ls > alsa SLMODEMD.gcc4.1 > binutils_2.17.20070103cvs-0ubuntu2_i386.deb SLMODEMD.gcc4.1.tar.gz > libc6-dev_2.5-0ubuntu14_i386.deb xchat-2.8.4 > linux-libc-dev_2.6.20-16.35_i386.deb xchat-2.8.4.tar.bz2 > anita@anitas-computer:/usr/src/modules$ locate libc6-dev > /usr/share/doc/libc6-dev > /usr/share/doc/libc6-dev/copyright > /usr/share/doc/libc6-dev/changelog.Debian.gz > /usr/src/modules/libc6-dev_2.5-0ubuntu14_i386.deb > /var/lib/dpkg/info/libc6-dev.md5sums > /var/lib/dpkg/info/libc6-dev.list > anita@anitas-computer:/usr/src/modules$ locate linux-libc-dev > /usr/share/doc/linux-libc-dev > /usr/share/doc/linux-libc-dev/copyright > /usr/share/doc/linux-libc-dev/changelog.Debian.gz > /usr/src/modules/linux-libc-dev_2.6.20-16.35_i386.deb > /var/lib/dpkg/info/linux-libc-dev.md5sums > /var/lib/dpkg/info/linux-libc-dev.list > anita@anitas-computer:/usr/src/modules$ cd alsa > anita@anitas-computer:/usr/src/modules/alsa$ ls > alsa-driver-1.0.16 alsa-lib-1.0.16 > > > then I entered locate alsa-driver-1.0.16 and the result was so verbous I don't have it all, but here is what I do have: > > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.timer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.wrappers.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-pcm.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-pcm.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.sound.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm_native.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-timer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/hwdep.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/Kconfig > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.init.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.sgbuf.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-hwdep.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/control.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/misc.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/hpetimer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info.c.orig > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/timer.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-pcm.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/device.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-timer.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-timer.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.info.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm_timer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/control.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/timer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/init.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-page-alloc.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.memory.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memalloc.inc1 > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-page-alloc.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-rtctimer.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/misc_driver.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.hwdep.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/rawmidi.c.orig > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/timer_compat.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/rawmidi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memory_wrapper.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sgbuf.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm_lib.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memalloc.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_native.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info_oss.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sound_oss.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/hwdep.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info_oss.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/hwdep_compat.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/timer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memory.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.control.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/misc.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/hwdep.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm_memory.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-hwdep.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_native.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_memory.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-hwdep.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/init.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/misc_driver.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-rtctimer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memory.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memalloc.inc > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-rtctimer.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-pcm.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_memory.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_misc.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/rtctimer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-rtctimer.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/isadma.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.rtctimer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm.c.orig > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memalloc.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-timer.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-rtctimer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-timer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-hwdep.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_memory.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_clientmgr.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_queue.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_memory.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_ioctl.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_midi.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_ioctl.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_readq.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_writeq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_rw.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_synth.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.snd-seq-oss.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_synth.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/snd-seq-oss.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_timer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_writeq.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_init.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_midi.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_misc.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/snd-seq-oss.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_timer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_event.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_readq.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/snd-seq-oss.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/snd-seq-oss.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_synth.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.snd-seq-oss.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_readq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_writeq.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_init.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.snd-seq-oss.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_ioctl.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_init.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_event.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_timer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_midi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_rw.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/seq_oss_event.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/oss/.seq_oss_rw.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_device.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_device.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-midi-event.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_timer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_prioq.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-device.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-device.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_queue.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_dummy.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_lock.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_ports.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_midi_event.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_midi_event.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_fifo.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-midi-event.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-midi-event.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_midi_emul.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_info.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_virmidi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_compat.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_ports.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-midi-event.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_timer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-midi-event.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-device.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_system.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_device.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-midi-event.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_ports.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_info.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/seq_instr_missing.diff > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/seq_instr.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr/ainstr_fm.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr/ainstr_iw.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr/ainstr_simple.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr/ainstr_gf1.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/old/instr/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_prioq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-device.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_fifo.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-midi-event.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_system.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_timer.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_clientmgr.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_lock.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/CHANGES > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_info.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_system.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_midi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_midi_event.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_clientmgr.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_memory.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq-device.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_queue.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-device.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.seq_lock.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq-device.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_fifo.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_clientmgr.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/.snd-seq.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_memory.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/snd-seq.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/seq/seq_prioq.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/isadma.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-pcm.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pci_compat_22.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.misc.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memory_debug.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_lib.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_native.c.orig > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.pcm_misc.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.misc_driver.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.memalloc.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-pcm.mod.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-rtctimer.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sound.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-hwdep.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sound.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memory_wrapper.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-hwdep.mod.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/wrappers.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sound.inc > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_misc.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.info_oss.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/misc.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.memory_wrapper.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/rawmidi.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/control.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/init.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-pcm.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32 > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/timer32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/rawmidi32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/seq32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/seq32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/ioctl32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/timer32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/ioctl32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/hwdep32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/seq32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/rawmidi32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/timer32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/hwdep32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/ioctl32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/hwdep32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/ioctl32_old.h > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/pcm32_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/pcm32.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/pcm32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/rawmidi32_new.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/ioctl32/ioctl32.h > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_timer.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sgbuf.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/sound.o > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/info.inc > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.device.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.snd-timer.ko.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-page-alloc.mod.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/.isadma.o.cmd > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/pcm_native.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/snd-hwdep.ko > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/rawmidi_compat.c > /usr/src/modules/alsa/alsa-driver-1.0.16/acore/memalloc.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/INSTALL > /usr/src/modules/alsa/alsa-driver-1.0.16/isa > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/emu8000_callback.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/emu8000_synth.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb16_main.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb16_csp.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb8.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb16.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb16_csp_codecs.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/emu8000.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/emu8000_pcm.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb8_main.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/es968.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sbawe.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb_common.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb16_csp.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb8_midi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/sb_mixer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/README > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sb/emu8000_patch.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/Kconfig > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront_fx.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront_fx.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/yss225.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront_midi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront_synth.patch > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/wavefront/wavefront_synth.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1848 > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1848/ad1848.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1848/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1848/ad1848_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sc6000.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opl3sa2.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_midi.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_classic.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_classic.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_pinnacle_mixer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/sintable.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_pinnacle.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/msnd/msnd_pinnacle.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/als100.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/dt019x.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/es1688 > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/es1688/es1688.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/es1688/es1688_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/es1688/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/es18xx.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/adlib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cmi8330.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx/opti92x-cs4231.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx/opti93x.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx/opti92x-ad1848.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx/miro.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/opti9xx/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sscape.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/azt2320.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/sgalaxy.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/pc98.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/pc9801_118_magic.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/cs4232.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/sound_pc9800.h > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/cs4236_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/cs4231_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/cs4231.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/cs423x/cs4236.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_mem.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_mem_proc.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_dram.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_lfo.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gusmax.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_dma.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gusclassic.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_mixer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_irq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_pcm.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old/gus_sample.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old/gus_utils.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old/gus_simple.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old/gus_synth.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/old/gus-synth.diff > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_io.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/interwave.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gusextreme.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_volume.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_reset.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_timer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/interwave-stb.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_main.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/gus/gus_uart.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1816a > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1816a/ad1816a_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1816a/ad1816a.c > /usr/src/modules/alsa/alsa-driver-1.0.16/isa/ad1816a/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/version.in > /usr/src/modules/alsa/alsa-driver-1.0.16/Rules.make1 > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxpocket.h > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vx_entry.inc > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxpocket.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxp_ops.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxpocket_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxpocket.conf > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxp_mixer.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vxpocket-2.6.16.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/vx/vx_entry.inc1 > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf_old.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf.h > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf_core.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf.conf > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf-2.6.16.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf_irq.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/pdaudiocf/pdaudiocf_pcm.c > /usr/src/modules/alsa/alsa-driver-1.0.16/pcmcia/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/snddevices > /usr/src/modules/alsa/alsa-driver-1.0.16/sparc > /usr/src/modules/alsa/alsa-driver-1.0.16/sparc/amd7930.c > /usr/src/modules/alsa/alsa-driver-1.0.16/sparc/dbri.c > /usr/src/modules/alsa/alsa-driver-1.0.16/sparc/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/sparc/cs4231.c > /usr/src/modules/alsa/alsa-driver-1.0.16/install-sh > /usr/src/modules/alsa/alsa-driver-1.0.16/hal2 > /usr/src/modules/alsa/alsa-driver-1.0.16/hal2/hal2_lib.c > /usr/src/modules/alsa/alsa-driver-1.0.16/hal2/hal2.c > /usr/src/modules/alsa/alsa-driver-1.0.16/doc > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/serialmidi.txt > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/README.1st > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/README.asihpi-alsa > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/SOUNDCARDS > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/INSTALL.asihpi-alsa > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/README.riptide > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/DocBook > /usr/src/modules/alsa/alsa-driver-1.0.16/doc/DocBook/Makefile > /usr/src/modules/alsa/alsa-driver-1.0.16/configure.in > /usr/src/modules/alsa/alsa-driver-1.0.16/aclocal.m4 > /usr/src/modules/alsa/alsa-driver-1.0.16/README > /usr/src/modules/alsa/alsa-driver-1.0.16/TODO > /alsa-driver-1.0.16.tar.bz2 > anita@anitas-computer:/usr/src/modules/alsa$ > > > > anita@anitas-computer:/usr/src/modules/alsa$ > > > > >