martian modem not working with kernel-2.6.22.1-41.fc7, wvdial says modem not responding

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

 



Still same results with updated kernel 2.6.22.1-41.fc7.

See attached file.

Regards,

Antonio
[olivares@localhost martian]$ uname -r
2.6.22.1-41.fc7
[olivares@localhost martian]$ cd scripts/
[olivares@localhost scripts]$ ./remove_outdated.sh 
[olivares@localhost martian]$ make clean
make -C kmodule/ clean
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C /lib/modules/2.6.22.1-41.fc7/build M="/home/olivares/Documents/1-33/martian/kmodule" clean
make[2]: Entering directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
  CLEAN   /home/olivares/Documents/1-33/martian/kmodule/.tmp_versions
make[2]: Leaving directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C modem/ clean
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/modem'
    RM  OBJS
    RM  BINS
    RM  TOOLS
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/modem'
[olivares@localhost martian]$ make
make -C kmodule/ modules
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C /lib/modules/2.6.22.1-41.fc7/build M="/home/olivares/Documents/1-33/martian/kmodule"  modules
make[2]: Entering directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
  CC [M]  /home/olivares/Documents/1-33/martian/kmodule/martian.o
/home/olivares/Documents/1-33/martian/kmodule/martian.c: In function â??martian_isrâ??:
/home/olivares/Documents/1-33/martian/kmodule/martian.c:160: warning: value computed is not used
/home/olivares/Documents/1-33/martian/kmodule/martian.c: In function â??martian_addâ??:
/home/olivares/Documents/1-33/martian/kmodule/martian.c:659: warning: â??deprecated_irq_flagâ?? is deprecated (declared at include/linux/interrupt.h:66)
/home/olivares/Documents/1-33/martian/kmodule/martian.c:659: warning: â??deprecated_irq_flagâ?? is deprecated (declared at include/linux/interrupt.h:66)
/home/olivares/Documents/1-33/martian/kmodule/martian.c:662: warning: passing argument 2 of â??request_irqâ?? from incompatible pointer type
  CC [M]  /home/olivares/Documents/1-33/martian/kmodule/marsio.o
  CC [M]  /home/olivares/Documents/1-33/martian/kmodule/mfifo.o
  LD [M]  /home/olivares/Documents/1-33/martian/kmodule/martian_dev.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/olivares/Documents/1-33/martian/kmodule/martian_dev.mod.o
  LD [M]  /home/olivares/Documents/1-33/martian/kmodule/martian_dev.ko
make[2]: Leaving directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C modem/ all
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/modem'
    CC  main.o
    CC  dumpers.o
    CC  log.o
    CC  session.o
    CC  mport.o
    CC  pty.o
    CC  sysdep.o
    CC  isr.o
    CC  smp.o
    CC  core_if.o
    CC  coresubst.o
    CC  link.o
    CC  tweakrelocsdynamic.o
    CC  coreadd.o
    CC  elf386tweakrelocs
    LD  marscore.o
    TWEAK       marscore.o
    LD  martian_modem
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/modem'
[olivares@localhost martian]$
[root@localhost martian]# make install
make -C kmodule/ install
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C /lib/modules/2.6.22.1-41.fc7/build M="/home/olivares/Documents/1-33/martian/kmodule" modules_install
make[2]: Entering directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
  INSTALL /home/olivares/Documents/1-33/martian/kmodule/martian_dev.ko
  DEPMOD  2.6.22.1-41.fc7
make[2]: Leaving directory `/usr/src/kernels/2.6.22.1-41.fc7-i686'
if ! /sbin/modprobe -nq martian_dev ; then /sbin/depmod -a; fi
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/kmodule'
make -C modem/ install
make[1]: Entering directory `/home/olivares/Documents/1-33/martian/modem'
    LD  martian_modem.debug
    STRIP       martian_modem.debug
    STRIP       martian_modem.stripped
    INSTALL     /usr/sbin/martian_modem
    INSTALL     /usr/lib/debug/usr/sbin/martian_modem.debug
make[1]: Leaving directory `/home/olivares/Documents/1-33/martian/modem'
[root@localhost martian]# 

[root@localhost martian]# exit
exit
[olivares@localhost martian]$ cd ~
[olivares@localhost ~]$ su -
Password: 
[root@localhost ~]# modprobe martian
FATAL: Module martian not found.
[root@localhost ~]# modprobe martian_dev
[root@localhost ~]# martian_modem 
martian: info: Your port is /dev/ttySM0

In other window

[olivares@localhost ~]$ su -
Password: 
[root@localhost ~]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
--> Re-Sending: ATZ
--> Modem not responding.
[root@localhost ~]# ls /lib/modules/2.6.22.1-41.fc7/extra/ -l
total 232
-rw-r--r-- 1 root root 226003 2007-08-04 09:44 martian_dev.ko
[root@localhost ~]# ls /dev/ttySM0 -l
lrwxrwxrwx 1 root root 10 2007-08-04 09:45 /dev/ttySM0 -> /dev/pts/1
[root@localhost ~]# 



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

  Powered by Linux