Dear Ryan, Could you send me your /var/log/messages file ? Can you also send the result of the $ ls -l /dev/modem $ ls /dev/537ep* commands ? - http://vouters.dyndns.org:8080/ Philippe Vouters (Fontainebleau/France) Le lundi 29 juin 2009 à 10:54 +0100, Ryan a écrit : > Ok Philippe. > > Heres what I did: > > ryan@Ryan:~$ dmesg | grep 537ep > ryan@Ryan:~$ dmesg | grep -i 537EP > [ 20.917667] Intel 537EP card found > ryan@Ryan:~$ stty -F /dev/modem -a > stty: /dev/modem: Bad address > > > > Does that help at all? > I am not getting anything like your responses. > > Ryan > > > ----- Original Message ----- > From: "Philippe Vouters" <Philippe.Vouters@xxxxxxxxxxx> > To: "Ryan" <ryanmckeown@xxxxxxxxxxx> > Cc: "Linmodems" <discuss@xxxxxxxxxxxxx>; "Marvin Stodolsky" > <marvin.stodolsky@xxxxxxxxx> > Sent: Sunday, June 28, 2009 5:18 PM > Subject: Re: Can you try this coredrv.c ? > > > > Dear Ryan, > > > > Providing that with the command: > > $ dmesg | grep -i 537EP > > you can read the following strings: > > " > > 537ep:softcore_init_struct: driver serial already allocated device. > > " > > AND > > " > > 537ep:softcore_init_struct: Unregistering serial driver. > > " > > then you may give efax a try. To activate efax, you would: > > $ cd efax/ > > $ ./efax -vewinchmart > > Does efax work correctly without crashing your computer ???? > > > > You may also try the following command: > > > > $ stty -F /dev/modem -a > > > > If the 537EP driver actually answers, here is what this should tell: > > > > [philippe@victor ~]$ stty -F /dev/modem -a > > speed 19200 baud; rows 0; columns 0; line = 0; > > intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; > > eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt > > = ^R; > > werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; > > -parenb -parodd cs8 -hupcl -cstopb cread clocal crtscts > > -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl > > -ixon -ixoff > > -iuclc -ixany -imaxbel -iutf8 > > -opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 > > bs0 vt0 ff0 > > -isig -icanon -iexten -echo -echoe -echok -echonl -noflsh -xcase -tostop > > -echoprt > > -echoctl -echoke > > > > - > > http://vouters.dyndns.org:8080/ > > Philippe Vouters (Fontainebleau/France) > > > > > > Le dimanche 28 juin 2009 à 16:14 +0100, Ryan a écrit : > >> Hey, don't worry yourself about it. > >> > >> Ok. I think we are getting somewhere now at last... > >> > >> Heres what my terminal looks like: > >> ryan@Ryan:~$ grep gawk intel-536-537/* > >> intel-536-537/makefile_537:MODEM_TYPE=$(shell $(LSPCI)/lspci -n | gawk > >> '{ \ > >> ryan@Ryan:~$ gedit intel-536-537/makefile_537 > >> ryan@Ryan:~$ grep gawk intel-536-537/*/* > >> ryan@Ryan:~$ grep gawk intel-536-537/* > >> ryan@Ryan:~$ cd intel-536-537/ > >> ryan@Ryan:~/intel-536-537$ make 537 > >> cd coredrv; make clean > >> make[1]: Entering directory `/home/ryan/intel-536-537/coredrv' > >> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.* > >> rm -rf .tmp_versions > >> make[1]: Leaving directory `/home/ryan/intel-536-537/coredrv' > >> rm -f *.o *.ko > >> Module precompile check > >> Current running kernel is: 2.6.28-11-generic > >> /lib/modules... autoconf.h exists > >> diff: /boot/vmlinuz.autoconf.h: No such file or directory > >> autoconf.h matches running kernel > >> diff: /boot/vmlinuz.version.h: No such file or directory > >> version.h matches running kernel > >> make[1]: Entering directory `/home/ryan/intel-536-537' > >> Building for 537EP > >> 2.6.28-11-generic > >> make[2]: Entering directory `/home/ryan/intel-536-537/coredrv' > >> make -C /lib/modules/2.6.28-11-generic/build > >> SUBDIRS=/home/ryan/intel-536-537/coredrv modules > >> make[3]: Entering directory `/usr/src/linux-headers-2.6.28-11-generic' > >> CC [M] /home/ryan/intel-536-537/coredrv/coredrv.o > >> CC [M] /home/ryan/intel-536-537/coredrv/clmmain.o > >> CC [M] /home/ryan/intel-536-537/coredrv/rts.o > >> CC [M] /home/ryan/intel-536-537/coredrv/task.o > >> CC [M] /home/ryan/intel-536-537/coredrv/uart.o > >> CC [M] /home/ryan/intel-536-537/coredrv/wwh_dflt.o > >> CC [M] /home/ryan/intel-536-537/coredrv/locks.o > >> CC [M] /home/ryan/intel-536-537/coredrv/softserial_io.o > >> CC [M] /home/ryan/intel-536-537/coredrv/softserial_ioctl.o > >> CC [M] /home/ryan/intel-536-537/coredrv/softserial.o > >> CC [M] /home/ryan/intel-536-537/coredrv/afedsp_int.o > >> LD [M] /home/ryan/intel-536-537/coredrv/Intel537.o > >> Building modules, stage 2. > >> MODPOST 1 modules > >> WARNING: could not find /home/ryan/intel-536-537/coredrv/.537core.lib.cmd > >> for /home/ryan/intel-536-537/coredrv/537core.lib > >> CC /home/ryan/intel-536-537/coredrv/Intel537.mod.o > >> LD [M] /home/ryan/intel-536-537/coredrv/Intel537.ko > >> make[3]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic' > >> make[2]: Leaving directory `/home/ryan/intel-536-537/coredrv' > >> make[1]: Leaving directory `/home/ryan/intel-536-537' > >> ryan@Ryan:~/intel-536-537$ sudo make uninstall > >> [sudo] password for ryan: > >> ryan@Ryan:~/intel-536-537$ sudo make install > >> make[1]: Entering directory `/home/ryan/intel-536-537' > >> rm -f /usr/sbin/hamregistry.bin > >> bash 537_inst > >> running kernel 2.6.28-11-generic > >> installing hamregistry, used for persistant storage > >> installing usrsound, a soft buzzer > >> installing 537 module > >> install DEBIAN 537 boot script and links > >> starting module and utilities > >> done > >> make[1]: Leaving directory `/home/ryan/intel-536-537' > >> ryan@Ryan:~/intel-536-537$ sudo /usr/bin/lspci -vvv > >> 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM > >> Controller/Host-Hub > >> Interface (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort+ >SERR- <PERR- INTx- > >> Latency: 0 > >> Region 0: Memory at f8000000 (32-bit, prefetchable) [size=32M] > >> Capabilities: [e4] Vendor Specific Information <?> > >> Kernel driver in use: agpgart-intel > >> Kernel modules: intel-agp > >> > >> 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated > >> Graphics Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Interrupt: pin A routed to IRQ 11 > >> Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M] > >> Region 1: Memory at feb80000 (32-bit, non-prefetchable) [size=512K] > >> Region 2: I/O ports at ed98 [size=8] > >> Capabilities: [d0] Power Management version 1 > >> Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA > >> PME(D0-,D1-,D2-,D3hot-,D3cold-) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel modules: intelfb > >> > >> 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #1 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 16 > >> Region 4: I/O ports at ff80 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #2 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin B routed to IRQ 19 > >> Region 4: I/O ports at ff60 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #4 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 16 > >> Region 4: I/O ports at ff20 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 > >> EHCI > >> Controller (rev 02) (prog-if 20) > >> Subsystem: Dell Device 019d > >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin D routed to IRQ 23 > >> Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K] > >> Capabilities: [50] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Capabilities: [58] Debug port: BAR=1 offset=00a0 > >> Kernel driver in use: ehci_hcd > >> > >> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 > >> I/O behind bridge: 0000d000-0000dfff > >> Memory behind bridge: fea00000-feafffff > >> Prefetchable memory behind bridge: fff00000-000fffff > >> Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- <SERR- <PERR- > >> BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- > >> PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- > >> Kernel modules: shpchp > >> > >> 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC > >> Interface > >> Bridge (rev 02) > >> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Kernel modules: iTCO_wdt, intel-rng > >> > >> 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE > >> Controller (rev 02) (prog-if 8a [Master SecP PriP]) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 18 > >> Region 0: I/O ports at 01f0 [size=8] > >> Region 1: I/O ports at 03f4 [size=1] > >> Region 2: I/O ports at 0170 [size=8] > >> Region 3: I/O ports at 0374 [size=1] > >> Region 4: I/O ports at ffa0 [size=16] > >> Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K] > >> Kernel driver in use: ata_piix > >> > >> 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller > >> (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Interrupt: pin B routed to IRQ 3 > >> Region 4: I/O ports at eda0 [size=32] > >> Kernel modules: i2c-i801 > >> > >> 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER > >> (ICH5/ICH5R) AC'97 Audio Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin B routed to IRQ 17 > >> Region 0: I/O ports at ee00 [size=256] > >> Region 1: I/O ports at edc0 [size=64] > >> Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) [size=512] > >> Region 3: Memory at feb7f900 (32-bit, non-prefetchable) [size=256] > >> Capabilities: [50] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel driver in use: Intel ICH > >> Kernel modules: snd-intel8x0 > >> > >> 01:01.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI > >> (rev > >> 04) > >> Subsystem: Dell Device 1000 > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > >> Stepping+ SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes > >> Interrupt: pin A routed to IRQ 22 > >> Region 0: Memory at feafe000 (32-bit, non-prefetchable) [size=4K] > >> Region 1: I/O ports at de00 [size=256] > >> Capabilities: [80] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel driver in use: serial > >> > >> 01:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet > >> Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 bytes > >> Interrupt: pin A routed to IRQ 20 > >> Region 0: Memory at feaff000 (32-bit, non-prefetchable) [size=4K] > >> Region 1: I/O ports at ddc0 [size=64] > >> Capabilities: [dc] Power Management version 2 > >> Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA > >> PME(D0+,D1+,D2+,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=2 PME- > >> Kernel driver in use: e100 > >> Kernel modules: e100, eepro100 > >> > >> ryan@Ryan:~/intel-536-537$ > >> > >> > >> Looked good until I ran the command: > >> sudo /usr/bin/lspci -vvv > >> which still returns the value Kernel driver in use: serial for my modem > >> (see > >> the below quote): > >> > >> 01:01.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI > >> (rev > >> 04) > >> Subsystem: Dell Device 1000 > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > >> Stepping+ SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes > >> Interrupt: pin A routed to IRQ 22 > >> Region 0: Memory at feafe000 (32-bit, non-prefetchable) [size=4K] > >> Region 1: I/O ports at de00 [size=256] > >> Capabilities: [80] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel driver in use: serial > >> > >> > >> So what do you suggest now? I have a feeling that we are very close. > >> > >> Ryan > >> > >> > >> ----- Original Message ----- > >> From: Philippe Vouters > >> To: Ryan > >> Cc: Linmodems ; Marvin Stodolsky > >> Sent: Saturday, June 27, 2009 6:21 PM > >> Subject: Re: Can you try this coredrv.c ? > >> > >> > >> > >> Ryan, > >> > >> It is entirely my fault. Mankind has never been perfect and is subject to > >> mistakes. > >> > >> Can you use the gedit editor like this: > >> > >> $ gedit intel-536-537/makefile_537 > >> > >> and replace > >> > >> MODEM_TYPE=$(shell $(LSPCI)/lspci -n | gawk '{ \ > >> > >> with > >> > >> MODEM_TYPE=$(shell $(LSPCI)/lspci -n | awk '{ \ > >> > >> To control: > >> > >> Before the change: > >> > >> [philippe@victor ~]$ grep gawk intel-536-537/* > >> intel-536-537/makefile_537:MODEM_TYPE=$(shell $(LSPCI)/lspci -n | gawk > >> '{ \ > >> > >> After the change: > >> > >> [philippe@victor ~]$ grep gawk intel-536-537/*/* > >> [philippe@victor ~]$ > >> [philippe@victor ~]$ grep gawk intel-536-537/* > >> [philippe@victor ~]$ > >> > >> Deeply sorry about this. > >> > >> Afterwards, > >> > >> $ make 537 > >> $ sudo make uninstall > >> $ sudo make install > >> $ sudo /usr/bin/lspci -vvv > >> - > >> http://vouters.dyndns.org:8080/ > >> Philippe Vouters (Fontainebleau/France) > >> > >> > >> > >> > >> Le samedi 27 juin 2009 à 17:36 +0100, Ryan a écrit : > >> Hmm... > >> > >> Heres exactly what I did: > >> > >> 1. I downlaoded > >> http://vouters.dyndns.org:8080/Intel/intel-536EP-537EP_2009_06_24.tar.bz2 > >> and moved it to my /home/ryan folder. > >> 2. I ran: $ rm -rf /<your path>/intel536-537/ > >> 3. I ran: $ tar -jxvf intel-536EP-537EP_2009_06_24.tar.bz2 > >> 4. I ran: > >> $ cd intel-536-537/ > >> $ make 537 > >> $ sudo make uninstall > >> $ sudo make install > >> $ sudo lspci -vvv > >> 5. I ran: $ grep serial /var/log/messages | tail -f > >> > >> Heres what it all looks like: > >> ryan@Ryan:~$ rm -rf intel-536-537/ > >> ryan@Ryan:~$ tar -jxvf intel-536EP-537EP_2009_06_24.tar.bz2 > >> intel-536-537/ > >> intel-536-537/Intel536_inst > >> intel-536-537/hamregistry > >> intel-536-537/537_boot > >> intel-536-537/coredrv/ > >> intel-536-537/coredrv/clmmain.c > >> intel-536-537/coredrv/afedsp_int.h > >> intel-536-537/coredrv/softserial_io.c > >> intel-536-537/coredrv/537core.lib > >> intel-536-537/coredrv/afedsp_int.c > >> intel-536-537/coredrv/task.c > >> intel-536-537/coredrv/536core.lib > >> intel-536-537/coredrv/uart.c > >> intel-536-537/coredrv/lock_lin.h > >> intel-536-537/coredrv/locks.c > >> intel-536-537/coredrv/softserial.h > >> intel-536-537/coredrv/sys_ver.h > >> intel-536-537/coredrv/wwh_dflt.h > >> intel-536-537/coredrv/softserial_ioctl.c > >> intel-536-537/coredrv/softserial.c > >> intel-536-537/coredrv/tasker.h > >> intel-536-537/coredrv/uart.h > >> intel-536-537/coredrv/hamcore.h > >> intel-536-537/coredrv/rts.c > >> intel-536-537/coredrv/softcore.h > >> intel-536-537/coredrv/coredrv.c > >> intel-536-537/coredrv/rts.h > >> intel-536-537/coredrv/hamdefs.h > >> intel-536-537/coredrv/Makefile > >> intel-536-537/coredrv/wwh_dflt.c > >> intel-536-537/537_inst > >> intel-536-537/makefile_536 > >> intel-536-537/Intel536_boot > >> intel-536-537/makefile_537 > >> intel-536-537/license.txt > >> intel-536-537/usrsound > >> intel-536-537/config_check > >> intel-536-537/makefile > >> intel-536-537/readme.txt > >> ryan@Ryan:~$ cd intel-536-537/ > >> ryan@Ryan:~/intel-536-537$ make 537 > >> cd coredrv; make clean > >> make[1]: Entering directory `/home/ryan/intel-536-537/coredrv' > >> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.* > >> rm -rf .tmp_versions > >> make[1]: Leaving directory `/home/ryan/intel-536-537/coredrv' > >> rm -f *.o *.ko > >> Module precompile check > >> Current running kernel is: 2.6.28-11-generic > >> /lib/modules... autoconf.h exists > >> diff: /boot/vmlinuz.autoconf.h: No such file or directory > >> autoconf.h matches running kernel > >> diff: /boot/vmlinuz.version.h: No such file or directory > >> version.h matches running kernel > >> /bin/bash: gawk: command not found > >> /bin/bash: gawk: command not found > >> /bin/bash: gawk: command not found > >> /bin/bash: gawk: command not found > >> /bin/bash: gawk: command not found > >> make[1]: Entering directory `/home/ryan/intel-536-537' > >> Modem type not determined. > >> $ export MODEM_TYPE=<type> > >> with type=537 or 537EP or 537SP or 537EA or 537AA > >> make[1]: Leaving directory `/home/ryan/intel-536-537' > >> ryan@Ryan:~/intel-536-537$ sudo make uninstall > >> [sudo] password for ryan: > >> ryan@Ryan:~/intel-536-537$ sudo make install > >> ryan@Ryan:~/intel-536-537$ sudo lspci -vvv > >> 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM > >> Controller/Host-Hub > >> Interface (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort+ >SERR- <PERR- INTx- > >> Latency: 0 > >> Region 0: Memory at f8000000 (32-bit, prefetchable) [size=32M] > >> Capabilities: [e4] Vendor Specific Information <?> > >> Kernel driver in use: agpgart-intel > >> Kernel modules: intel-agp > >> > >> 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated > >> Graphics Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Interrupt: pin A routed to IRQ 11 > >> Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M] > >> Region 1: Memory at feb80000 (32-bit, non-prefetchable) [size=512K] > >> Region 2: I/O ports at ed98 [size=8] > >> Capabilities: [d0] Power Management version 1 > >> Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA > >> PME(D0-,D1-,D2-,D3hot-,D3cold-) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel modules: intelfb > >> > >> 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #1 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 16 > >> Region 4: I/O ports at ff80 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #2 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin B routed to IRQ 19 > >> Region 4: I/O ports at ff60 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB > >> UHCI > >> Controller #4 (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 16 > >> Region 4: I/O ports at ff20 [size=32] > >> Kernel driver in use: uhci_hcd > >> > >> 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 > >> EHCI > >> Controller (rev 02) (prog-if 20) > >> Subsystem: Dell Device 019d > >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin D routed to IRQ 23 > >> Region 0: Memory at ffa80800 (32-bit, non-prefetchable) [size=1K] > >> Capabilities: [50] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Capabilities: [58] Debug port: BAR=1 offset=00a0 > >> Kernel driver in use: ehci_hcd > >> > >> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 > >> I/O behind bridge: 0000d000-0000dfff > >> Memory behind bridge: fea00000-feafffff > >> Prefetchable memory behind bridge: fff00000-000fffff > >> Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- <SERR- <PERR- > >> BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- > >> PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- > >> Kernel modules: shpchp > >> > >> 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC > >> Interface > >> Bridge (rev 02) > >> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Kernel modules: iTCO_wdt, intel-rng > >> > >> 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE > >> Controller (rev 02) (prog-if 8a [Master SecP PriP]) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin A routed to IRQ 18 > >> Region 0: I/O ports at 01f0 [size=8] > >> Region 1: I/O ports at 03f4 [size=1] > >> Region 2: I/O ports at 0170 [size=8] > >> Region 3: I/O ports at 0374 [size=1] > >> Region 4: I/O ports at ffa0 [size=16] > >> Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) [size=1K] > >> Kernel driver in use: ata_piix > >> > >> 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller > >> (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Interrupt: pin B routed to IRQ 3 > >> Region 4: I/O ports at eda0 [size=32] > >> Kernel modules: i2c-i801 > >> > >> 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER > >> (ICH5/ICH5R) AC'97 Audio Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > >> Stepping- SERR- FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 0 > >> Interrupt: pin B routed to IRQ 17 > >> Region 0: I/O ports at ee00 [size=256] > >> Region 1: I/O ports at edc0 [size=64] > >> Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) [size=512] > >> Region 3: Memory at feb7f900 (32-bit, non-prefetchable) [size=256] > >> Capabilities: [50] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel driver in use: Intel ICH > >> Kernel modules: snd-intel8x0 > >> > >> 01:01.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI > >> (rev > >> 04) > >> Subsystem: Dell Device 1000 > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > >> Stepping+ SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes > >> Interrupt: pin A routed to IRQ 22 > >> Region 0: Memory at feafe000 (32-bit, non-prefetchable) [size=4K] > >> Region 1: I/O ports at de00 [size=256] > >> Capabilities: [80] Power Management version 2 > >> Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA > >> PME(D0+,D1-,D2-,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=0 PME- > >> Kernel driver in use: serial > >> > >> 01:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet > >> Controller (rev 02) > >> Subsystem: Dell Device 019d > >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- > >> Stepping- SERR+ FastB2B- DisINTx- > >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> <TAbort- > >> <MAbort- >SERR- <PERR- INTx- > >> Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 bytes > >> Interrupt: pin A routed to IRQ 20 > >> Region 0: Memory at feaff000 (32-bit, non-prefetchable) [size=4K] > >> Region 1: I/O ports at ddc0 [size=64] > >> Capabilities: [dc] Power Management version 2 > >> Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA > >> PME(D0+,D1+,D2+,D3hot+,D3cold+) > >> Status: D0 PME-Enable- DSel=0 DScale=2 PME- > >> Kernel driver in use: e100 > >> Kernel modules: e100, eepro100 > >> > >> ryan@Ryan:~/intel-536-537$ dmesg | tail -f > >> [ 14.331700] type=1505 audit(1246119551.399:6): > >> operation="profile_load" > >> name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=2130 > >> [ 14.489685] type=1505 audit(1246119551.559:7): > >> operation="profile_load" > >> name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=2135 > >> [ 14.490004] type=1505 audit(1246119551.559:8): > >> operation="profile_load" > >> name="/usr/sbin/cupsd" name2="default" pid=2135 > >> [ 14.523834] type=1505 audit(1246119551.591:9): > >> operation="profile_load" > >> name="/usr/sbin/tcpdump" name2="default" pid=2139 > >> [ 17.533682] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 > >> [ 17.533687] Bluetooth: BNEP filters: protocol multicast > >> [ 17.575098] Bridge firewalling registered > >> [ 20.208904] ppdev0: registered pardevice > >> [ 20.250258] ppdev0: unregistered pardevice > >> [ 22.945876] ADDRCONF(NETDEV_UP): eth0: link is not ready > >> > >> ryan@Ryan:~$ grep serial /var/log/messages | tail -f > >> Jun 27 17:09:12 Ryan kernel: [ 1.983682] Couldn't register serial port > >> 0000:01:01.0: -28 > >> Jun 27 17:09:12 Ryan kernel: [ 2.421376] usbcore: registered new > >> interface driver usbserial > >> Jun 27 17:09:12 Ryan kernel: [ 2.421409] usbcore: registered new > >> interface driver usbserial_generic > >> Jun 27 17:09:12 Ryan kernel: [ 2.421412] usbserial: USB Serial Driver > >> core > >> Jun 27 17:19:12 Ryan kernel: [ 1.986165] serial8250: ttyS0 at I/O > >> 0x3f8 > >> (irq = 4) is a 16550A > >> Jun 27 17:19:12 Ryan kernel: [ 1.986694] serial 0000:01:01.0: PCI INT > >> A -> GSI 22 (level, low) -> IRQ 22 > >> Jun 27 17:19:12 Ryan kernel: [ 1.986982] Couldn't register serial port > >> 0000:01:01.0: -28 > >> Jun 27 17:19:12 Ryan kernel: [ 2.425388] usbcore: registered new > >> interface driver usbserial > >> Jun 27 17:19:12 Ryan kernel: [ 2.425422] usbcore: registered new > >> interface driver usbserial_generic > >> Jun 27 17:19:12 Ryan kernel: [ 2.425425] usbserial: USB Serial Driver > >> core > >> > >> > >> As you can see the Kernel driver in use: serial still. > >> Should I try to connect now anyway? > >> > >> Have you any other suggestions? > >> > >> Ryan > >> > >> ----- Original Message ----- > >> From: "Philippe Vouters" <Philippe.Vouters@xxxxxxxxxxx> > >> To: "Ryan" <ryanmckeown@xxxxxxxxxxx> > >> Sent: Friday, June 26, 2009 3:08 PM > >> Subject: Re: Can you try this coredrv.c ? > >> > >> > >> Ryan, > >> > >> Good ! You have awk installed on your system. > >> In order to start up with clean files, I suggest you > >> change your path to the root path of your intel-536-537/ directory. > >> Then : > >> $ rm -rf intel-536-537/ > >> and you detar what you downloaded from my site using the provided tar > >> command. > >> Afterwards : > >> $ cd intel-536-537/ > >> $ make 537 > >> the above should only give one warning. > >> $ sudo make uninstall > >> $ sudo make install > >> $ sudo lspci -vvv > >> - > >> http://vouters.dyndns.org:8080/ > >> Philippe Vouters (Fontainebleau/France) > >> > >> > >> Le vendredi 26 juin 2009 à 14:23 +0100, Ryan a écrit : > >> > Philippe. > >> > > >> > Ok, I did the test and it return just like yours, > >> > /usr/bin/awk > >> > > >> > So now I downlaod from the link you gave me, run the commands again > >> > (replacing /sbin/lspci with /usr/bin/lspci) and then run > >> > $ rm -rf /<your path>/intel536-537/ > >> > > >> > Is that correct? > >> > > >> > > >> > Ryan > >> > ----- Original Message ----- > >> > From: "Philippe Vouters" <Philippe.Vouters@xxxxxxxxxxx> > >> > To: "Ryan" <ryanmckeown@xxxxxxxxxxx> > >> > Cc: "Linmodems" <discuss@xxxxxxxxxxxxx> > >> > Sent: Wednesday, June 24, 2009 5:02 PM > >> > Subject: Re: Can you try this coredrv.c ? > >> > > >> > > >> > > Ryan, > >> > > > >> > > Before you search for gawk, make the following test from your Linux > >> > > account: > >> > > [philippe@victor intel-536-537]$ which awk > >> > > /usr/bin/awk > >> > > This kind of answer shows you can use awk instead of gawk. > >> > > If this is the case, you: > >> > > $ rm -rf /<your path>/intel536-537/ > >> > > You download from my site: > >> > > http://vouters.dyndns.org:8080/Intel/intel-536EP-537EP_2009_06_24.tar.bz2 > >> > > (the file name has changed to remain consistent with previous files > >> > > and > >> > > gawk has been replaced by awk in makefile_537). > >> > > And you restart all the commands I sent you meanwhile replacing those > >> > > containing > >> > > /sbin/lspci > >> > > with > >> > > /usr/bin/lspci > >> > > Yours sincerely, > >> > > - > >> > > http://vouters.dyndns.org:8080/ > >> > > Philippe Vouters (Fontainebleau/France) > >> > > > >> > > > >> > > Le mercredi 24 juin 2009 à 16:09 +0100, Ryan a écrit : > >> > >> Hmm... > >> > >> > >> > >> I don't have gawk, I'll search and see if I can get it. Might take a > >> > >> while > >> > >> by the time I find it, take down the dependencies, see if I have > >> > >> them > >> > >> on > >> > >> Linux already, etc. and it involves a lot of switching between OS. > >> > >> I do have the gcc compiler I think. (I have gcc, libgcc1, > >> > >> gcc-4.3-base > >> > >> and > >> > >> gcc-4.3). > >> > >> > >> > >> $ which lspci > >> > >> returns: > >> > >> /usr/bin/lspci > >> > >> > >> > >> > >> > >> Ryan. > >> > >> ----- Original Message ----- > >> > >> From: "Philippe Vouters" <Philippe.Vouters@xxxxxxxxxxx> > >> > >> To: "Ryan" <ryanmckeown@xxxxxxxxxxx> > >> > >> Cc: "Linmodems" <discuss@xxxxxxxxxxxxx>; "Marvin Stodolsky" > >> > >> <marvin.stodolsky@xxxxxxxxx> > >> > >> Sent: Tuesday, June 23, 2009 7:45 PM > >> > >> Subject: Re: Can you try this coredrv.c ? > >> > >> > >> > >> > >> > >> > Ryan, > >> > >> > > >> > >> > Can you install gawk on your system from your Linux distribution > >> > >> > CD ? > >> > >> > Do you even have the gcc compiler ? Can you perform the command > >> > >> > $ which lspci > >> > >> > from a root account ? > >> > >> > It almost impossible to give correct advices to you. > >> > >> > - > >> > >> > http://www.linkedin.com/pub/philippe-vouters/a/456/a87 > >> > >> > Philippe Vouters (Fontainebleau/France) > >> > >> > > >> > >> > > >> > >> > Le mardi 23 juin 2009 à 19:27 +0100, Ryan a écrit : > >> > >> >> Ok. > >> > >> >> > >> > >> >> Heres what the terminal looks like... > >> > >> >> > >> > >> >> ryan@Ryan:~$ tar -jxvf intel-536-537_2009_06_22.tar.bz2 > >> > >> >> intel-536-537/ > >> > >> >> intel-536-537/537_inst > >> > >> >> intel-536-537/coredrv/ > >> > >> >> intel-536-537/coredrv/coredrv.c > >> > >> >> intel-536-537/coredrv/wwh_dflt.c > >> > >> >> intel-536-537/coredrv/hamcore.h > >> > >> >> intel-536-537/coredrv/537core.lib > >> > >> >> intel-536-537/coredrv/sys_ver.h > >> > >> >> intel-536-537/coredrv/uart.h > >> > >> >> intel-536-537/coredrv/locks.c > >> > >> >> intel-536-537/coredrv/clmmain.c > >> > >> >> intel-536-537/coredrv/hamdefs.h > >> > >> >> intel-536-537/coredrv/uart.c > >> > >> >> intel-536-537/coredrv/task.c > >> > >> >> intel-536-537/coredrv/afedsp_int.h > >> > >> >> intel-536-537/coredrv/softserial_io.c > >> > >> >> intel-536-537/coredrv/Makefile > >> > >> >> intel-536-537/coredrv/afedsp_int.c > >> > >> >> intel-536-537/coredrv/softserial.h > >> > >> >> intel-536-537/coredrv/softcore.h > >> > >> >> intel-536-537/coredrv/softserial.c > >> > >> >> intel-536-537/coredrv/536core.lib > >> > >> >> intel-536-537/coredrv/lock_lin.h > >> > >> >> intel-536-537/coredrv/rts.c > >> > >> >> intel-536-537/coredrv/rts.h > >> > >> >> intel-536-537/coredrv/softserial_ioctl.c > >> > >> >> intel-536-537/coredrv/wwh_dflt.h > >> > >> >> intel-536-537/coredrv/tasker.h > >> > >> >> intel-536-537/makefile > >> > >> >> intel-536-537/Intel536_boot > >> > >> >> intel-536-537/hamregistry > >> > >> >> intel-536-537/readme.txt > >> > >> >> intel-536-537/Intel536_inst > >> > >> >> intel-536-537/config_check > >> > >> >> intel-536-537/.makefile_537.swp > >> > >> >> intel-536-537/537_boot > >> > >> >> intel-536-537/license.txt > >> > >> >> intel-536-537/usrsound > >> > >> >> intel-536-537/makefile_537 > >> > >> >> intel-536-537/makefile_536 > >> > >> >> ryan@Ryan:~$ cd intel-536-537 > >> > >> >> ryan@Ryan:~/intel-536-537$ make clean > >> > >> >> cd coredrv; make clean > >> > >> >> make[1]: Entering directory `/home/ryan/intel-536-537/coredrv' > >> > >> >> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* > >> > >> >> modules.* > >> > >> >> rm -rf .tmp_versions > >> > >> >> make[1]: Leaving directory `/home/ryan/intel-536-537/coredrv' > >> > >> >> rm -f *.o *.ko > >> > >> >> ryan@Ryan:~/intel-536-537$ make 537 > >> > >> >> cd coredrv; make clean > >> > >> >> make[1]: Entering directory `/home/ryan/intel-536-537/coredrv' > >> > >> >> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* > >> > >> >> modules.* > >> > >> >> rm -rf .tmp_versions > >> > >> >> make[1]: Leaving directory `/home/ryan/intel-536-537/coredrv' > >> > >> >> rm -f *.o *.ko > >> > >> >> Module precompile check > >> > >> >> Current running kernel is: 2.6.28-11-generic > >> > >> >> /lib/modules... autoconf.h exists > >> > >> >> diff: /boot/vmlinuz.autoconf.h: No such file or directory > >> > >> >> autoconf.h matches running kernel > >> > >> >> diff: /boot/vmlinuz.version.h: No such file or directory > >> > >> >> version.h matches running kernel > >> > >> >> /bin/bash: gawk: command not found > >> > >> >> /bin/bash: gawk: command not found > >> > >> >> /bin/bash: gawk: command not found > >> > >> >> /bin/bash: gawk: command not found > >> > >> >> /bin/bash: gawk: command not found > >> > >> >> make[1]: Entering directory `/home/ryan/intel-536-537' > >> > >> >> Modem type not determined. > >> > >> >> $ export MODEM_TYPE=<type> > >> > >> >> with type=537 or 537EP or 537SP or 537EA or 537AA > >> > >> >> make[1]: Leaving directory `/home/ryan/intel-536-537' > >> > >> >> ryan@Ryan:~/intel-536-537$ sudo make uninstall > >> > >> >> [sudo] password for ryan: > >> > >> >> ryan@Ryan:~/intel-536-537$ sudo make install > >> > >> >> ryan@Ryan:~/intel-536-537$ > >> > >> >> > >> > >> >> > >> > >> >> Looked pretty fine. Then as instructed, I tried > >> > >> >> $ dmesg | tail -f > >> > >> >> and heres what the terminal looks like... > >> > >> >> > >> > >> >> ryan@Ryan:~/intel-536-537$ dmesg | tail -f > >> > >> >> [ 14.687916] type=1505 audit(1245780532.759:6): > >> > >> >> operation="profile_load" > >> > >> >> name="/usr/lib/connman/scripts/dhclient-script" name2="default" > >> > >> >> pid=2118 > >> > >> >> [ 14.847324] type=1505 audit(1245780532.919:7): > >> > >> >> operation="profile_load" > >> > >> >> name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=2123 > >> > >> >> [ 14.847632] type=1505 audit(1245780532.919:8): > >> > >> >> operation="profile_load" > >> > >> >> name="/usr/sbin/cupsd" name2="default" pid=2123 > >> > >> >> [ 14.881506] type=1505 audit(1245780532.955:9): > >> > >> >> operation="profile_load" > >> > >> >> name="/usr/sbin/tcpdump" name2="default" pid=2127 > >> > >> >> [ 17.749175] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 > >> > >> >> [ 17.749179] Bluetooth: BNEP filters: protocol multicast > >> > >> >> [ 17.784968] Bridge firewalling registered > >> > >> >> [ 20.708493] ppdev0: registered pardevice > >> > >> >> [ 20.756256] ppdev0: unregistered pardevice > >> > >> >> [ 22.941878] ADDRCONF(NETDEV_UP): eth0: link is not ready > >> > >> >> > >> > >> >> > >> > >> >> Then the command > >> > >> >> sudo /sbin/lspci -vvv > >> > >> >> With the terminal like... > >> > >> >> > >> > >> >> ryan@Ryan:~/intel-536-537$ sudo /sbin/lspci -vvv > >> > >> >> [sudo] password for ryan: > >> > >> >> sudo: /sbin/lspci: command not found > >> > >> >> ryan@Ryan:~/intel-536-537$ > >> > >> >> > >> > >> >> > >> > >> >> And with... > >> > >> >> $ grep serial /var/log/messages | tail -f > >> > >> >> > >> > >> >> ryan@Ryan:~/intel-536-537$ grep serial /var/log/messages | > >> > >> >> tail -f > >> > >> >> Jun 22 20:45:35 Ryan kernel: [ 1.976835] Couldn't register > >> > >> >> serial > >> > >> >> port > >> > >> >> 0000:01:01.0: -28 > >> > >> >> Jun 22 20:45:35 Ryan kernel: [ 2.421386] usbcore: registered > >> > >> >> new > >> > >> >> interface driver usbserial > >> > >> >> Jun 22 20:45:35 Ryan kernel: [ 2.421420] usbcore: registered > >> > >> >> new > >> > >> >> interface driver usbserial_generic > >> > >> >> Jun 22 20:45:35 Ryan kernel: [ 2.421423] usbserial: USB Serial > >> > >> >> Driver > >> > >> >> core > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 1.982975] serial8250: ttyS0 at > >> > >> >> I/O > >> > >> >> 0x3f8 > >> > >> >> (irq = 4) is a 16550A > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 1.983438] serial 0000:01:01.0: > >> > >> >> PCI > >> > >> >> INT > >> > >> >> A -> GSI 22 (level, low) -> IRQ 22 > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 1.983723] Couldn't register > >> > >> >> serial > >> > >> >> port > >> > >> >> 0000:01:01.0: -28 > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 2.421380] usbcore: registered > >> > >> >> new > >> > >> >> interface driver usbserial > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 2.421414] usbcore: registered > >> > >> >> new > >> > >> >> interface driver usbserial_generic > >> > >> >> Jun 23 19:08:53 Ryan kernel: [ 2.421417] usbserial: USB Serial > >> > >> >> Driver > >> > >> >> core > >> > >> >> > >> > >> >> > >> > >> >> And with: > >> > >> >> $ lspci -vvv > >> > >> >> The terminal is like this: > >> > >> >> > >> > >> >> ryan@Ryan:~/intel-536-537$ lspci -vvv > >> > >> >> 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM > >> > >> >> Controller/Host-Hub > >> > >> >> Interface (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort+ >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Region 0: Memory at f8000000 (32-bit, prefetchable) [size=32M] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel driver in use: agpgart-intel > >> > >> >> Kernel modules: intel-agp > >> > >> >> > >> > >> >> 00:02.0 VGA compatible controller: Intel Corporation 82865G > >> > >> >> Integrated > >> > >> >> Graphics Controller (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Interrupt: pin A routed to IRQ 11 > >> > >> >> Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M] > >> > >> >> Region 1: Memory at feb80000 (32-bit, non-prefetchable) > >> > >> >> [size=512K] > >> > >> >> Region 2: I/O ports at ed98 [size=8] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel modules: intelfb > >> > >> >> > >> > >> >> 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) > >> > >> >> USB > >> > >> >> UHCI > >> > >> >> Controller #1 (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin A routed to IRQ 16 > >> > >> >> Region 4: I/O ports at ff80 [size=32] > >> > >> >> Kernel driver in use: uhci_hcd > >> > >> >> > >> > >> >> 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) > >> > >> >> USB > >> > >> >> UHCI > >> > >> >> Controller #2 (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin B routed to IRQ 19 > >> > >> >> Region 4: I/O ports at ff60 [size=32] > >> > >> >> Kernel driver in use: uhci_hcd > >> > >> >> > >> > >> >> 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) > >> > >> >> USB > >> > >> >> UHCI > >> > >> >> Controller #4 (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin A routed to IRQ 16 > >> > >> >> Region 4: I/O ports at ff20 [size=32] > >> > >> >> Kernel driver in use: uhci_hcd > >> > >> >> > >> > >> >> 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) > >> > >> >> USB2 > >> > >> >> EHCI > >> > >> >> Controller (rev 02) (prog-if 20) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin D routed to IRQ 23 > >> > >> >> Region 0: Memory at ffa80800 (32-bit, non-prefetchable) > >> > >> >> [size=1K] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel driver in use: ehci_hcd > >> > >> >> > >> > >> >> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 > >> > >> >> I/O behind bridge: 0000d000-0000dfff > >> > >> >> Memory behind bridge: fea00000-feafffff > >> > >> >> Prefetchable memory behind bridge: fff00000-000fffff > >> > >> >> Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- <SERR- <PERR- > >> > >> >> BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- > >> > >> >> PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- > >> > >> >> Kernel modules: shpchp > >> > >> >> > >> > >> >> 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC > >> > >> >> Interface > >> > >> >> Bridge (rev 02) > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Kernel modules: iTCO_wdt, intel-rng > >> > >> >> > >> > >> >> 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) > >> > >> >> IDE > >> > >> >> Controller (rev 02) (prog-if 8a [Master SecP PriP]) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin A routed to IRQ 18 > >> > >> >> Region 0: I/O ports at 01f0 [size=8] > >> > >> >> Region 1: I/O ports at 03f4 [size=1] > >> > >> >> Region 2: I/O ports at 0170 [size=8] > >> > >> >> Region 3: I/O ports at 0374 [size=1] > >> > >> >> Region 4: I/O ports at ffa0 [size=16] > >> > >> >> Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) > >> > >> >> [size=1K] > >> > >> >> Kernel driver in use: ata_piix > >> > >> >> > >> > >> >> 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus > >> > >> >> Controller > >> > >> >> (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Interrupt: pin B routed to IRQ 3 > >> > >> >> Region 4: I/O ports at eda0 [size=32] > >> > >> >> Kernel modules: i2c-i801 > >> > >> >> > >> > >> >> 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER > >> > >> >> (ICH5/ICH5R) AC'97 Audio Controller (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 0 > >> > >> >> Interrupt: pin B routed to IRQ 17 > >> > >> >> Region 0: I/O ports at ee00 [size=256] > >> > >> >> Region 1: I/O ports at edc0 [size=64] > >> > >> >> Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) > >> > >> >> [size=512] > >> > >> >> Region 3: Memory at feb7f900 (32-bit, non-prefetchable) > >> > >> >> [size=256] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel driver in use: Intel ICH > >> > >> >> Kernel modules: snd-intel8x0 > >> > >> >> > >> > >> >> 01:01.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax > >> > >> >> Modem > >> > >> >> PCI > >> > >> >> (rev > >> > >> >> 04) > >> > >> >> Subsystem: Dell Device 1000 > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping+ SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 bytes > >> > >> >> Interrupt: pin A routed to IRQ 22 > >> > >> >> Region 0: Memory at feafe000 (32-bit, non-prefetchable) > >> > >> >> [size=4K] > >> > >> >> Region 1: I/O ports at de00 [size=256] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel driver in use: serial > >> > >> >> > >> > >> >> 01:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 > >> > >> >> Ethernet > >> > >> >> Controller (rev 02) > >> > >> >> Subsystem: Dell Device 019d > >> > >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- > >> > >> >> ParErr- > >> > >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > >> > >> >> <TAbort- > >> > >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 bytes > >> > >> >> Interrupt: pin A routed to IRQ 20 > >> > >> >> Region 0: Memory at feaff000 (32-bit, non-prefetchable) > >> > >> >> [size=4K] > >> > >> >> Region 1: I/O ports at ddc0 [size=64] > >> > >> >> Capabilities: <access denied> > >> > >> >> Kernel driver in use: e100 > >> > >> >> Kernel modules: e100, eepro100 > >> > >> >> > >> > >> >> ryan@Ryan:~/intel-536-537$ > >> > >> >> > >> > >> >> > >> > >> >> And by retrying the efax command, I get this... > >> > >> >> > >> > >> >> ryan@Ryan:~/efax$ ./efax -vewinchmart > >> > >> >> ./efax: Tue Jun 23 19:18:47 2009 efax v 0.9a-001114 Copyright > >> > >> >> 1999 > >> > >> >> Ed > >> > >> >> Casas > >> > >> >> ./efax: Tue Jun 23 19:18:47 2009 efax v 0.9a-001114 Copyright > >> > >> >> 1999 > >> > >> >> Ed > >> > >> >> Casas > >> > >> >> efax: 18:47 compiled Jun 19 2009 11:00:46 > >> > >> >> efax: 18:47 argv[0]=./efax > >> > >> >> efax: 18:47 argv[1]=-vewinchmart > >> > >> >> efax: 18:47 using built-in 128x0 font > >> > >> >> efax: 18:47 Error: can't open serial port /dev/modem: No such > >> > >> >> file > >> > >> >> or > >> > >> >> directory > >> > >> >> efax: 18:47 done, returning 2 (unrecoverable error) > >> > >> >> > >> > >> >> > >> > >> >> Ok, so what now? > >> > >> >> Ryan > >> > >> >> > >> > >> >> ----- Original Message ----- > >> > >> >> From: "Philippe Vouters" <Philippe.Vouters@xxxxxxxxxxx> > >> > >> >> To: "Ryan" <ryanmckeown@xxxxxxxxxxx> > >> > >> >> Cc: "Linmodems" <discuss@xxxxxxxxxxxxx>; "Marvin Stodolsky" > >> > >> >> <marvin.stodolsky@xxxxxxxxx> > >> > >> >> Sent: Monday, June 22, 2009 8:20 PM > >> > >> >> Subject: Re: Can you try this coredrv.c ? > >> > >> >> > >> > >> >> > >> > >> >> > Dear Ryan, > >> > >> >> > > >> > >> >> > Your case does NOT look desperate at all. efax looks to be very > >> > >> >> > correctly responding. > >> > >> >> > > >> > >> >> > However should I suggest you to download my latest > >> > >> >> > modifications > >> > >> >> > from > >> > >> >> > http://vouters.dyndns.org:8080/Intel/intel-536-537_2009_06_22.tar.bz2 > >> > >> >> > > >> > >> >> > The very same as Tapan Chugh in India, the 537 driver does > >> > >> >> > conflict > >> > >> >> > on > >> > >> >> > your system with the 8250_pci kernel driver which cannot be > >> > >> >> > unloaded. > >> > >> >> > This 8250_pci driver allocates the serial ports for its own use > >> > >> >> > early > >> > >> >> > in > >> > >> >> > the Linux boot process. The problem with this 8250_pci driver > >> > >> >> > is > >> > >> >> > that > >> > >> >> > it > >> > >> >> > knows nothing from an Intel 537 modem. > >> > >> >> > > >> > >> >> > And the most difficult thing I have to solve is how to > >> > >> >> > correctly > >> > >> >> > to > >> > >> >> > get > >> > >> >> > rid of this conflicting driver without being compelled to > >> > >> >> > rebuild > >> > >> >> > the > >> > >> >> > Linux kernel without 8250_PCI support. > >> > >> >> > > >> > >> >> > Providing you download the latest above driver source code, you > >> > >> >> > would, > >> > >> >> > from your user account, type in the following commands: > >> > >> >> > > >> > >> >> > $ tar -jxvf intel-536-537_2009_06_22.tar.bz2 > >> > >> >> > $ make clean > >> > >> >> > $ make 537 > >> > >> >> > The above command ought to give only one warning. > >> > >> >> > $ sudo make uninstall > >> > >> >> > $ sudo make install > >> > >> >> > You should then check whether the driver correctly installed > >> > >> >> > with: > >> > >> >> > $ dmesg | tail -f > >> > >> >> > You can check whether the 8250_pci driver correctly got > >> > >> >> > unregistered > >> > >> >> > by > >> > >> >> > the Intel 537 driver with: > >> > >> >> > sudo /sbin/lspci -vvv > >> > >> >> > and perhaps with: > >> > >> >> > $ grep serial /var/log/messages | tail -f > >> > >> >> > If everything goes as expected you shouldn't read "serial" any > >> > >> >> > longer > >> > >> >> > with $ lspci -vvv as the kernel driver for your 537 modem > >> > >> >> > board. > >> > >> >> > > >> > >> >> > Providing you see everything goes well as supposed it should, > >> > >> >> > you > >> > >> >> > may > >> > >> >> > retry the efax command. You may further recheck with > >> > >> >> > $ dmesg | tail -f > >> > >> >> > Yours sincerely, > >> > >> >> > -- > >> > >> >> > http://www.linkedin.com/pub/philippe-vouters/a/456/a87 > >> > >> >> > Philippe Vouters (Fontainebleau/France) > >> > >> >> >> Ok. > >> > >> >> >> > >> > >> >> >> First of all, sorry I've been away for so long, I was away for > >> > >> >> >> the > >> > >> >> >> most > >> > >> >> >> of > >> > >> >> >> the weekend and only really got back here to find that you > >> > >> >> >> guys > >> > >> >> >> had > >> > >> >> >> left > >> > >> >> >> me > >> > >> >> >> a load of emails. Ok, thanks for all your help, and heres what > >> > >> >> >> I've > >> > >> >> >> got. > >> > >> >> >> It's clearly not worked and if I've missed anything then > >> > >> >> >> please > >> > >> >> >> do > >> > >> >> >> tell > >> > >> >> >> me. > >> > >> >> >> > >> > >> >> >> Ok, when I run "./efax -vewinchmart" I get the following: > >> > >> >> >> > >> > >> >> >> ./efax: Mon Jun 22 18:41:06 2009 efax v 0.9a-001114 Copyright > >> > >> >> >> 1999 > >> > >> >> >> Ed > >> > >> >> >> Casas > >> > >> >> >> ./efax: Mon Jun 22 18:41:06 2009 efax v 0.9a-001114 Copyright > >> > >> >> >> 1999 > >> > >> >> >> Ed > >> > >> >> >> Casas > >> > >> >> >> efax: 41:06 compiled Jun 19 2009 11:00:46 > >> > >> >> >> efax: 41:06 argv[0]=./efax > >> > >> >> >> efax: 41:06 argv[1]=-vewinchmart > >> > >> >> >> efax: 41:06 using built-in 128x0 font > >> > >> >> >> efax: 41:08 opened /dev/modem > >> > >> >> >> efax: 41:08 command "Q0V1" > >> > >> >> >> efax: 41:08 waiting 2.0 s > >> > >> >> >> efax: 41:09 .167 [ATQ0V1<CR><CR><LF>] > >> > >> >> >> efax: 41:09 .227 [OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "E0" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .243 [ATE0<CR><CR><LF>] > >> > >> >> >> efax: 41:09 .307 [OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "I3" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .355 [<CR><LF>537EP <CR><LF>] > >> > >> >> >> efax: 41:09 .379 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FCLASS=?" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .427 [<CR><LF>0,1,2,2.0,8<CR><LF>] > >> > >> >> >> efax: 41:09 .443 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FCLASS=2.0" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .515 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FMI?" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .563 [<CR><LF>Intel Corporation<CR><LF>] > >> > >> >> >> efax: 41:09 .587 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FMM?" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .635 [<CR><LF>Intel(R) 537<CR><LF>] > >> > >> >> >> efax: 41:09 .635 [<CR><LF>H.324 video-ready rev. 1.0<CR><LF>] > >> > >> >> >> efax: 41:09 .659 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FMR?" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .707 [<CR><LF>RSA REV 4.04 <CR><LF>] > >> > >> >> >> efax: 41:09 .723 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 using 537EP Intel Corporation Intel(R) 537 RSA REV > >> > >> >> >> 4.04 > >> > >> >> >> in > >> > >> >> >> class > >> > >> >> >> 2.0 > >> > >> >> >> efax: 41:09 command "+FIP" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .787 [<CR><LF>ERROR<CR><LF>] > >> > >> >> >> efax: 41:09 response "ERROR" > >> > >> >> >> efax: 41:09 Warning: wrong response after command: +FIP > >> > >> >> >> efax: 41:09 command "+FNR=1,1,1,0" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .859 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FLO=1" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .923 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FBO=0" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:09 .995 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:09 response "OK" > >> > >> >> >> efax: 41:09 command "+FCR=1" > >> > >> >> >> efax: 41:09 waiting 5.0 s > >> > >> >> >> efax: 41:10 .067 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:10 response "OK" > >> > >> >> >> efax: 41:10 command "+FIS?" > >> > >> >> >> efax: 41:10 waiting 5.0 s > >> > >> >> >> efax: 41:10 .227 [<CR><LF>1,5,0,2,0,0,0,0<CR><LF>] > >> > >> >> >> efax: 41:10 .243 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:10 response "OK" > >> > >> >> >> efax: 41:10 command "+FLI=" "" > >> > >> >> >> efax: 41:10 waiting 5.0 s > >> > >> >> >> efax: 41:10 .419 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:10 response "OK" > >> > >> >> >> efax: 41:10 command "A" > >> > >> >> >> efax: 41:10 waiting 120.0 s > >> > >> >> >> efax: 41:54 .307 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:54 response "OK" > >> > >> >> >> efax: 41:54 fax call answered > >> > >> >> >> efax: 41:54 command "+FDR" > >> > >> >> >> efax: 41:54 waiting 60.0 s > >> > >> >> >> efax: 41:54 .467 [<CR><LF>ERROR<CR><LF>] > >> > >> >> >> efax: 41:54 response "ERROR" > >> > >> >> >> efax: 41:54 Error: receive (+FDR) command failed > >> > >> >> >> efax: 41:54 command "+FKS" > >> > >> >> >> efax: 41:54 waiting 5.0 s > >> > >> >> >> efax: 41:54 .539 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:54 response "OK" > >> > >> >> >> efax: 41:54 command "Q0V1" > >> > >> >> >> efax: 41:54 waiting 2.0 s > >> > >> >> >> efax: 41:54 .619 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:54 response "OK" > >> > >> >> >> efax: 41:54 command "H" > >> > >> >> >> efax: 41:54 waiting 5.0 s > >> > >> >> >> efax: 41:55 .723 [<CR><LF>OK<CR><LF>] > >> > >> >> >> efax: 41:55 response "OK" > >> > >> >> >> efax: 41:55 done, returning 3 (invalid modem response) > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> The you wrote: > >> > >> >> >> "Concerning grub.conf, check with the following: > >> > >> >> >> $ sudo ls /boot > >> > >> >> >> $ sudo ls /boot/grub > >> > >> >> >> $ sudo /boot/grub/grub.conf > >> > >> >> >> And you give the result of the commands." > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> This is what mine looks like... > >> > >> >> >> > >> > >> >> >> ryan@Ryan:~$ sudo ls /boot > >> > >> >> >> abi-2.6.28-11-generic memtest86+.bin > >> > >> >> >> config-2.6.28-11-generic System.map-2.6.28-11-generic > >> > >> >> >> grub vmcoreinfo-2.6.28-11-generic > >> > >> >> >> initrd.img-2.6.28-11-generic vmlinuz-2.6.28-11-generic > >> > >> >> >> ryan@Ryan:~$ sudo ls /boot/grub > >> > >> >> >> default fat_stage1_5 menu.lst stage1 > >> > >> >> >> device.map installed-version minix_stage1_5 stage2 > >> > >> >> >> e2fs_stage1_5 jfs_stage1_5 reiserfs_stage1_5 xfs_stage1_5 > >> > >> >> >> ryan@Ryan:~$ sudo /boot/grub/grub.conf > >> > >> >> >> sudo: /boot/grub/grub.conf: command not found > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> I copied the file to the specified directory and ran the > >> > >> >> >> commands > >> > >> >> >> you > >> > >> >> >> asked, > >> > >> >> >> heres what came up: > >> > >> >> >> > >> > >> >> >> ryan@Ryan:~$ cd /home/ryan/intel-537EP_secure-2.60.80.0 > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ make clean > >> > >> >> >> cd coredrv; make clean > >> > >> >> >> make[1]: Entering directory > >> > >> >> >> `/home/ryan/intel-537EP_secure-2.60.80.0/coredrv' > >> > >> >> >> rm -f *.ko *.o .*.o.cmd *.mod.c *~ core .*.ko.cmd Module.* > >> > >> >> >> modules.* > >> > >> >> >> rm -rf .tmp_versions > >> > >> >> >> make[1]: Leaving directory > >> > >> >> >> `/home/ryan/intel-537EP_secure-2.60.80.0/coredrv' > >> > >> >> >> rm -f *.o *.ko > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ make 537 > >> > >> >> >> Module precompile check > >> > >> >> >> Current running kernel is: 2.6.28-11-generic > >> > >> >> >> /lib/modules... autoconf.h exists > >> > >> >> >> diff: /boot/vmlinuz.autoconf.h: No such file or directory > >> > >> >> >> autoconf.h matches running kernel > >> > >> >> >> diff: /boot/vmlinuz.version.h: No such file or directory > >> > >> >> >> version.h matches running kernel > >> > >> >> >> /bin/sh: [[: not found > >> > >> >> >> /bin/sh: [[: not found > >> > >> >> >> /bin/sh: [[: not found > >> > >> >> >> /bin/sh: [[: not found > >> > >> >> >> /bin/sh: /lspci: not found > >> > >> >> >> Modem type not determined. > >> > >> >> >> $ export MODEM_TYPE=<type> > >> > >> >> >> with type=537 or 537EP or 537SP or 537EA or 537AA > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ sudo set def > >> > >> >> >> /home/ryan/intel-537EP_secure-2.60.80.0/ > >> > >> >> >> sudo: set: command not found > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ sudo make uninstall > >> > >> >> >> Uninstalling on system V boot like only. > >> > >> >> >> killall usrsound || echo > >> > >> >> >> usrsound: no process killed > >> > >> >> >> > >> > >> >> >> killall hamregistry || echo > >> > >> >> >> hamregistry: no process killed > >> > >> >> >> > >> > >> >> >> rm -f /etc/rc.d/init.d/537_boot > >> > >> >> >> rm -f /etc/hamregistry.bin > >> > >> >> >> rm -f /usr/sbin/usrsound > >> > >> >> >> rm -f /usr/sbin/hamregistry > >> > >> >> >> rmmod Intel537 > >> > >> >> >> ERROR: Module Intel537 does not exist in /proc/modules > >> > >> >> >> make: *** [uninstall] Error 1 > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ sudo make install > >> > >> >> >> rm -f /usr/sbin/hamregistry.bin > >> > >> >> >> bash 537_inst > >> > >> >> >> running kernel 2.6.28-11-generic > >> > >> >> >> installing hamregistry, used for persistant storage > >> > >> >> >> installing usrsound, a soft buzzer > >> > >> >> >> installing 537 module > >> > >> >> >> install: cannot stat `Intel537.ko': No such file or directory > >> > >> >> >> make: *** [install] Error 1 > >> > >> >> >> ryan@Ryan:~/intel-537EP_secure-2.60.80.0$ > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> You also asked for the output of "$ lspci -nn -vvv -Q". Here > >> > >> >> >> it > >> > >> >> >> is: > >> > >> >> >> > >> > >> >> >> 00:00.0 Class [0600]: Device [8086:2570] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort+ >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Region 0: Memory at f8000000 (32-bit, prefetchable) > >> > >> >> >> [size=32M] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel driver in use: agpgart-intel > >> > >> >> >> Kernel modules: intel-agp > >> > >> >> >> > >> > >> >> >> 00:02.0 Class [0300]: Device [8086:2572] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Interrupt: pin A routed to IRQ 11 > >> > >> >> >> Region 0: Memory at f0000000 (32-bit, prefetchable) > >> > >> >> >> [size=128M] > >> > >> >> >> Region 1: Memory at feb80000 (32-bit, non-prefetchable) > >> > >> >> >> [size=512K] > >> > >> >> >> Region 2: I/O ports at ed98 [size=8] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel modules: intelfb > >> > >> >> >> > >> > >> >> >> 00:1d.0 Class [0c03]: Device [8086:24d2] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin A routed to IRQ 16 > >> > >> >> >> Region 4: I/O ports at ff80 [size=32] > >> > >> >> >> Kernel driver in use: uhci_hcd > >> > >> >> >> > >> > >> >> >> 00:1d.1 Class [0c03]: Device [8086:24d4] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin B routed to IRQ 19 > >> > >> >> >> Region 4: I/O ports at ff60 [size=32] > >> > >> >> >> Kernel driver in use: uhci_hcd > >> > >> >> >> > >> > >> >> >> 00:1d.3 Class [0c03]: Device [8086:24de] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin A routed to IRQ 16 > >> > >> >> >> Region 4: I/O ports at ff20 [size=32] > >> > >> >> >> Kernel driver in use: uhci_hcd > >> > >> >> >> > >> > >> >> >> 00:1d.7 Class [0c03]: Device [8086:24dd] (rev 02) (prog-if 20) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin D routed to IRQ 23 > >> > >> >> >> Region 0: Memory at ffa80800 (32-bit, non-prefetchable) > >> > >> >> >> [size=1K] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel driver in use: ehci_hcd > >> > >> >> >> > >> > >> >> >> 00:1e.0 Class [0604]: Device [8086:244e] (rev c2) > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 > >> > >> >> >> I/O behind bridge: 0000d000-0000dfff > >> > >> >> >> Memory behind bridge: fea00000-feafffff > >> > >> >> >> Prefetchable memory behind bridge: fff00000-000fffff > >> > >> >> >> Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- <SERR- <PERR- > >> > >> >> >> BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- > >> > >> >> >> PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- > >> > >> >> >> Kernel modules: shpchp > >> > >> >> >> > >> > >> >> >> 00:1f.0 Class [0601]: Device [8086:24d0] (rev 02) > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Kernel modules: iTCO_wdt, intel-rng > >> > >> >> >> > >> > >> >> >> 00:1f.1 Class [0101]: Device [8086:24db] (rev 02) (prog-if 8a > >> > >> >> >> [Master > >> > >> >> >> SecP > >> > >> >> >> PriP]) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin A routed to IRQ 18 > >> > >> >> >> Region 0: I/O ports at 01f0 [size=8] > >> > >> >> >> Region 1: I/O ports at 03f4 [size=1] > >> > >> >> >> Region 2: I/O ports at 0170 [size=8] > >> > >> >> >> Region 3: I/O ports at 0374 [size=1] > >> > >> >> >> Region 4: I/O ports at ffa0 [size=16] > >> > >> >> >> Region 5: Memory at feb7fc00 (32-bit, non-prefetchable) > >> > >> >> >> [size=1K] > >> > >> >> >> Kernel driver in use: ata_piix > >> > >> >> >> > >> > >> >> >> 00:1f.3 Class [0c05]: Device [8086:24d3] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Interrupt: pin B routed to IRQ 3 > >> > >> >> >> Region 4: I/O ports at eda0 [size=32] > >> > >> >> >> Kernel modules: i2c-i801 > >> > >> >> >> > >> > >> >> >> 00:1f.5 Class [0401]: Device [8086:24d5] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR- FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 0 > >> > >> >> >> Interrupt: pin B routed to IRQ 17 > >> > >> >> >> Region 0: I/O ports at ee00 [size=256] > >> > >> >> >> Region 1: I/O ports at edc0 [size=64] > >> > >> >> >> Region 2: Memory at feb7fa00 (32-bit, non-prefetchable) > >> > >> >> >> [size=512] > >> > >> >> >> Region 3: Memory at feb7f900 (32-bit, non-prefetchable) > >> > >> >> >> [size=256] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel driver in use: Intel ICH > >> > >> >> >> Kernel modules: snd-intel8x0 > >> > >> >> >> > >> > >> >> >> 01:01.0 Class [0703]: Device [8086:1080] (rev 04) > >> > >> >> >> Subsystem: Device [1028:1000] > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping+ SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64 > >> > >> >> >> bytes > >> > >> >> >> Interrupt: pin A routed to IRQ 22 > >> > >> >> >> Region 0: Memory at feafe000 (32-bit, non-prefetchable) > >> > >> >> >> [size=4K] > >> > >> >> >> Region 1: I/O ports at de00 [size=256] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel driver in use: serial > >> > >> >> >> > >> > >> >> >> 01:08.0 Class [0200]: Device [8086:1050] (rev 02) > >> > >> >> >> Subsystem: Device [1028:019d] > >> > >> >> >> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- > >> > >> >> >> ParErr- > >> > >> >> >> Stepping- SERR+ FastB2B- DisINTx- > >> > >> >> >> Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium > >> > >> >> >> >TAbort- > >> > >> >> >> <TAbort- > >> > >> >> >> <MAbort- >SERR- <PERR- INTx- > >> > >> >> >> Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 > >> > >> >> >> bytes > >> > >> >> >> Interrupt: pin A routed to IRQ 20 > >> > >> >> >> Region 0: Memory at feaff000 (32-bit, non-prefetchable) > >> > >> >> >> [size=4K] > >> > >> >> >> Region 1: I/O ports at ddc0 [size=64] > >> > >> >> >> Capabilities: <access denied> > >> > >> >> >> Kernel driver in use: e100 > >> > >> >> >> Kernel modules: e100, eepro100 > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> Can you help me any further? > >> > >> >> >> Maybe I have made a mistake somewhere along the lines. > >> > >> >> >> Can you explain to me specifically where you want me to go > >> > >> >> >> from > >> > >> >> >> here? > >> > >> >> >> > >> > >> >> >> Ryan > >> > >> >> >> > >> > >> >> >> > >> > >> >> > > >> > >> >> > > >> > >> >> > >> > >> >> > >> > >> > > >> > >> > > >> > >> > >> > >> > >> > > > >> > > > >> > > >> > > >> > >> > > > > > >