Re: Fernando, Brazil Fedora release 7 (Moonshine) Kernel kernel 2.6.21-1.3194.fc7

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

 



Jose,
Read through the Smartlink.txtUntil you implement the automation, the /dev/slamr0 must be manuallymade upon reboot.$ su root#  mknod -m 600 /dev/slamr0 c 242 0
You can automate by adding the following SINGLE line (folded in email)somewhere in /etc/modprobe.d/ files:
install slamr modprobe --ignore-install ungrab-winmodem ;  modprobe--ignore-install slamr; test -e /dev/slamr0 || (/bin/mknod -m 660/dev/slamr0 c 242 0 2>/dev/null && chgrp uucp /dev/slamr0)
There after# modprobe slamrwill do all
MarvS
On Sun, May 4, 2008 at 7:56 PM, Jose Fernando de Jesus<jfernando@xxxxxxxxxxxxxxxx> wrote:>    Hi Antonio,>    I downloaded the kernel-devel and I was able to compile now both>  ungrab-winmodem and slmodem, and I had the port working, and I was able to dial.>    But after I rebooted to get the right dialer phone number, I lost the>  /dev/ttySL0 device, and I had the following error:>>  [root@bunitinhu ~]# modprobe ungrab-winmodem>  [root@bunitinhu ~]# modprobe slamr>  [root@bunitinhu ~]# slmodemd -c BRAZIL /dev/slamr0>  error: mdm setup: cannot stat `/dev/slamr0': No such file or directory>  error: cannot setup device `/dev/slamr0'>>     Although there is a 'slamr0' on /dev. What is not there is /dev/ttySL0.>  Any suggestion? Thanks a lot.>>>  On Sun, 4 May 2008 13:32:25 -0700 (PDT), Antonio Olivares wrote>>> > Jose,>  >>  > I overlooked the following lines:>  > <quote>>  > linux-headers-2.6.21-1.3194.fc7 resources needed>  > for compiling are not manifestly ready!>  > If compiling is necessary packages must be>  > installed, providing:>  >      kernel-source-2.6.21-1.3194.fc7>  > <quote>>  > You need to look for and install>  > kernel-devel-2.6.21-1.3194.fc7, there is no need for>  > the kernel source.>  >>  > How did you get the slmodem-2.9.11-20080417 code to>  > work, if kernel-devel package is not installed?>  >>  > BTW, that kernel-2.6.21-1.3194.fc7 has some bugs, you>  > are advised to install a newer one, Also Fedora 7 will>  > reach EOL in about 1 month.  IT will not receive>  > security updates, why do you not install Fedora 8 or>  > wait a bit for Fedora 9.  Although for Fedora 9,>  > slmodem-2.9.11-20080417.tar.gz is not compiling>  > because of some nonGPL modules.>  >>  > Regards,>  >>  > Antonio>  >>  > --- Jose Fernando de Jesus>  > <jfernando@xxxxxxxxxxxxxxxx> wrote:>  >>  > > Hi Antonio,>  > > I have tried to do what you said, I entered as>  > > superuser (although I tried use>  > > sudo before) and typed make and make install and I>  > > had the same problem. That>  > > is not me that tries to compile agains kernel>  > > headers. It's ungrab-winmodem>  > > that tries to do it, and it says:>  > > make: *** /lib/modules/2.6.21-1.3194.fc7/build: File>  > > or directory not found. Stop.>  > > make: ** [all] Error 2>  > >>  > > This error ocurrs both with make and with make>  > > install.>  > >>  > >>  > > [jfernando@bunitinhu ungrab-winmodem-20080126]$ su>  > > Senha:>  > > [root@bunitinhu ungrab-winmodem-20080126]# ls>  > > Makefile  Modules.symvers  Module.symvers>  > > Readme.txt  UngrabError.txt>  > > ungrab-winmodem.c  updates.txt>  > > [root@bunitinhu ungrab-winmodem-20080126]# make>  > > make modules -C /lib/modules/2.6.21-1.3194.fc7/build>  > >>  > SUBDIRS=/home/jfernando/software/scanMod/ungrab-winmodem-20080126>  > > make: *** /lib/modules/2.6.21-1.3194.fc7/build:>  > > Arquivo ou diretório não>  > > encontrado.  Pare.>  > > make: ** [all] Erro 2>  > > [root@bunitinhu ungrab-winmodem-20080126]# make>  > > install>  > > make modules -C /lib/modules/2.6.21-1.3194.fc7/build>  > >>  > SUBDIRS=/home/jfernando/software/scanMod/ungrab-winmodem-20080126>  > > make: *** /lib/modules/2.6.21-1.3194.fc7/build:>  > > Arquivo ou diretório não>  > > encontrado.  Pare.>  > > make: ** [all] Erro 2>  > > [root@bunitinhu ungrab-winmodem-20080126]#>  > >>  > >>  > > On Sun, 4 May 2008 09:48:38 -0700 (PDT), Antonio>  > > Olivares wrote>  > > > Jose,>  > > >>  > > > Here become superuser>  > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$ su>  > >>  > > > password:>  > > > [jfernando@bunitinhu ungrab-winmodem-20080126]#>  > > make>  > > > [jfernando@bunitinhu ungrab-winmodem-20080126]#>  > > make>  > > > install>  > > >>  > > > should do it.  There is no need to make against>  > > kernel>  > > > headers.  The ungrab-winmodem-20080126 does this>  > > > automatically no need to compile against it.>  > > >>  > > > Just type make, make install.>  > > >>  > > > Regards,>  > > >>  > > > Antonio>  > > >>  > > > --- Jose Fernando de Jesus>  > > > <jfernando@xxxxxxxxxxxxxxxx> wrote:>  > > >>  > > > >    Hi, I have run scanModem and I have seen that>  > > I>  > > > > can use slmodem +>  > > > > ungrab-winmodem, but when I try to compile>  > > > > ungrab-winmodem I have the>  > > > > following error:>  > > > >>  > > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$>  > > ls>  > > > > Makefile  Modules.symvers  Module.symvers>  > > > > Readme.txt  ungrab-winmodem.c>  > > > > updates.txt>  > > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$>  > > sudo>  > > > > make>  > > > > make modules -C>  > > /lib/modules/2.6.21-1.3194.fc7/build>  > > > >>  > > >>  > >>  > SUBDIRS=/home/jfernando/software/scanMod/ungrab-winmodem-20080126>  > > > > make: *** /lib/modules/2.6.21-1.3194.fc7/build:>  > > > > Arquivo ou diretorio não>  > > > > encontrado.  Pare.>  > > > > make: ** [all] Erro 2>  > > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$>  > > ls>  > > > > /lib/modules/2.6.21-1.3194.fc7/build>  > > > > /lib/modules/2.6.21-1.3194.fc7/build>  > > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$>  > > ls>  > > > > -l>  > > > > /lib/modules/2.6.21-1.3194.fc7/build>  > > > > lrwxrwxrwx 1 root root 47 2007-07-16 13:59>  > > > > /lib/modules/2.6.21-1.3194.fc7/build ->>  > > > > ../../../usr/src/kernels/2.6.21-1.3194.fc7-i686>  > > > > [jfernando@bunitinhu ungrab-winmodem-20080126]$>  > > > >>  > > > > Which means:>  > > > >>  > > > > make: *** /lib/modules/2.6.21-1.3194.fc7/build:>  > > File>  > > > > or directory not found.>  > > > > Stop.>  > > > >>  > > > > But when I look for the mentione file with ls>  > > -l, I>  > > > > find it and it seems that>  > > > > it is a link to the kernel. What could be that?>  > > > > ModemData.txt comes in sequence. Thank you.>  > > > >>  > > > >  Only plain text email is forwarded by the>  > > > > Discuss@xxxxxxxxxxxxx List Server,>  > > > >  as HTML can contain viruses. Use as the email>  > > > > Subject Line:>  > > > >            YourName, YourCountry Fedora release>  > > 7>  > > > > (Moonshine)>  > > > > Kernel  kernel 2.6.21-1.3194.fc7>  > > > >  With this Subject Line cogent experts will be>  > > > > alerted, and useful case names>  > > > > left in the Archive.>  > > > >  YourCountry will enable Country specific>  > > guidance.>  > > > > Your contry's local Linux>  > > > > experts>  > > > >  can be found through:>  > > > > http://www.linux.org/groups/index.html.>  > > > > They will know your Country's modem code, which>  > > may>  > > > > be essential for dialup>  > > > > service.>  > > > > Responses from Discuss@xxxxxxxxxxxxx are>  > > sometimes>  > > > > blocked by an Internet>  > > > > Provider mail filters.>  > > > >  So in a day, also check the Archived responses>  > > at>  > > > > http://www.linmodems.org>  > > > > --------------------------  System information>  > > > > ---------------------------->  > > > > CPU=i686,  Fedora release 7 (Moonshine)>  > > > > Kernel>  > > > > Linux version 2.6.21-1.3194.fc7>  > > > > (kojibuilder@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)>  > > (gcc>  > > > > version 4.1.2 20070502>  > > > > (Red Hat 4.1.2-12)) #1 SMP Wed May 23 22:35:01>  > > EDT>  > > > > 2007>  > > > >  scanModem update of:  2008_05_01>  > > > >>  > > > >  There are no blacklisted modem drivers in>  > > > > /etc/modprobe*  files>  > > > > Attached USB devices are:>  > > > >  ID 0a81:0101 Chesen Electronics Corp. Keyboard>  > > > >>  > > > > USB modems not recognized>  > > > > For candidate card in slot 01:03.0, firmware>  > > > > information and bootup>  > > > > diagnostics are:>  > > > >  PCI slot       PCI ID          SubsystemID     Name>  > > > >  ----------     ---------       ---------       -------------->  > > > >  01:03.0        1057:3052       1057:3020       Modem: Motorola>  > > SM56>  > > > > Data Fax Modem>  > > > >>  > > > >  Modem interrupt assignment and sharing:>  > > > >  16:          0          0   IO-APIC-fasteoi>  > > > > uhci_hcd:usb3, libata>  > > > >  --- Bootup diagnostics for card in PCI slot>  > > 01:03.0>  > > > > ---->  > > > > ACPI: PCI Interrupt 0000:01:03.0[A] -> GSI 18>  > > > > (level, low) -> IRQ 16>  > > > > 0000:01:03.0: ttyS1 at I/O 0xa008 (irq = 16) is>  > > a>  > > > > 16450>  > > > > 0000:01:03.0: ttyS2 at I/O 0xa010 (irq = 16) is>  > > a>  > > > > 8250>  > > > > 0000:01:03.0: ttyS3 at I/O 0xa018 (irq = 16) is>  > > a>  > > > > 16450>  > > > > Couldn't register serial port 0000:01:03.0: -28>  > > > >>  > > > > === Finished firmware and bootup diagnostics,>  > > next>  > > > > deducing cogent software. ===>  > > > >>  > > > > Predictive diagnostics for card in bus 01:03.0:>  > > > >         Modem chipset  detected on>  > > > > CLASS="Class 0703: 1057:3052">  > > > > NAME="Modem: Motorola SM56 Data Fax Modem ">  > >>  > === message truncated ===>  >>  >>  ____________________________________________________________________________________>  > Be a better friend, newshound, and>  > know-it-all with Yahoo! Mobile.  Try it now.>  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ>>>> José Fernando de Jesus>  Physics Graduated>  PhD Student on Cosmology (IAG-USP)>  Rua do Matão 1226>  Cidade Universitária>  05508-900  São Paulo  SP>  Brasil>>  Phone: 55 11 30912732>  email: jfernando@xxxxxxxxxxxxxxxx>  (:¿(c)2007(c)?:)>  Rock'n'Roll!>>

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

  Powered by Linux