Re: Please help me!

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

 



Boopathi
Re:PCI slot	PCI ID		SubsystemID	Name ----------	---------	    ---------	                   -------------- 02:02.0	1543:3052	1543:3000	Modem: SILICON Laboratories Intel 537 [Winmodem]Do check Phillipe's package.
But we have info that depending upon the Subsystem1543:3052 may host either Intel537 of Motorola chips.
The slamr Smartlink driver is competent for163c:3052 Modem: SmartLink SmartPCI562 56K ModemFollowing directions from maintainer Sasha , the code has been modified so1543:3052  will be recognized by the driver
Download slamr-2.6.22-14-generic.tar.gz fromhttp://linmodems.technion.il/packages/smartlink/Ubuntu/ under Linux, open a terminal and unpack with: $ tar zxvf slamr*.tar.gz Move into the unpacked folder $ cd slamr-2.6.22-14-generic Look around $ lsMake sure that Philippe's Intel537 driver is not loaded and thuscompeting for the hardware
 Run the $  sudo ./setupreport back the ensuing ouput.
MarvS


On Thu, Apr 10, 2008 at 11:09 AM, Boopathi Venkatachalam<boopathivenk@xxxxxxxxx> wrote:> Hi Marvin,>> Great Thanks for you support!> Its long time since i have tried the steps you have mentioned. but havent> succeeded.> Not sure, many a time i have performed these steps(im very new to linux and> find hard with the commandline sometimes). I am still in soup.>  Meanwhile my xp got crashed due to virus, not able to connect to the> internet. Im verymuch hopefull and relying on Ubuntu.> Please let me know is there any simple installation procedures to solve my> problem.> Does 8.04 has a solution for my modem? or Please let me know if i need to> change my moem hardware itself?>> FYI: I have attached the Modem data text file again.>> hopefully seeking your inputs.>> Thanks and regards,> Boopathi>>>> On Sat, Feb 2, 2008 at 9:16 PM, Marvin Stodolsky> <marvin.stodolsky@xxxxxxxxx> wrote:>> > Boopathi,> >> >   The vi editor may not be on your System.  Instead> > $ sudo gedit /etc/modprobe.d/blacklist> >> > MarvS> >> >> >> >> > On Feb 2, 2008 10:21 AM, Philippe Vouters <Philippe.Vouters@xxxxxxxxxxx>> wrote:> > > Hello Vidhyaprakash,> > >> > > Can you $ /sbin/lsmod | grep 537 ?> > > Note the driver name.> > > If you have a driver, rmmod it; $ vi /etc/modprobe.d/blacklist> > > and add at the end:> > > blacklist <537 Driver name>> > > and reboot> > > Yours truly,> > > Philippe> > >> > > Le samedi 02 février 2008 à 20:27 +0530, Boopathi Venkatachalam a> > > écrit :> > >> > > > Hi,> > > >> > > > I have executed the steps mentioned by you. Hope the problem still> > > > exists. Some of the action steps provided by Marvin and Philippe were> > > > similar, however i have performed both the actions. I have also> > > > provided the observations in the text files attached herewith. please> > > > let me know the further actions. Awaiting your response.> > > >> > > > Thanks and regards,> > > > Vidhyaprakash (on behalf of Mr.Boopathi)> > > >> > > > On Jan 30, 2008 3:48 AM, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx>> > > > wrote:> > > >         Boopathi & Zoran,> > > >> > > >         When/if  you have some results, please update us are results> > > >         with> > > >         either/both the slamr packages I sent of Philippes> > > >         intel-537EP_secure-2.60.80.0_2008_01_27.tar.bz2> > > >> > > >> > > >         To unpack:> > > >         $ tar jxf intel*.tar.bz2> > > >         The j  calls the bunzip2 function acting on the bz2> > > >         compression> > > >> > > >         Within the package:> > > >         $  make clean> > > >         Since you don't have recognizable Intel hardware which the> > > >         code checks> > > >         for, specify it with:> > > >         $ export MODEM_TYPE=537> > > >         Then on my Ubuntu System the compile succeeds, per below.  The> > > >         next step is:> > > >         $ sudo make install> > > >> > > >         Load the drivers with:> > > >         $ sudo modprobe Intel537> > > >         There should be a concurrent creation of /dev/537. Check with:> > > >         $ ls -l /dev/537> > > >> > > >         See if the modem is detected by:> > > >         $ wvdialconf  /etc/wvdial.conf> > > >> > > >         Report back at this point.> > > >> > > >         MarvS> > > >         ========> > > >> > > >         /usr/src/modules/intel-537EP_secure-2.60.80.0$ make 537> > > >           Module precompile check> > > >           Current running kernel is: 2.6.22-14-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> > > >         2.6.22-14-generic> > > >> > > >         make[1]: Entering directory> > > >         `/usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv'> > > >         make -C /lib/modules/2.6.22-14-generic/build> > > >         SUBDIRS=/usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv> > > >         modules> > > >         make[2]: Entering directory> > > >         `/usr/src/linux-headers-2.6.22-14-generic'> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/clmmain.o> > > >          CC [M]> > > >          /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/rts.o> > > >          CC [M]> > > >          /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/task.o> > > >          CC [M]> > > >          /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/uart.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/wwh_dflt.o> > > >          CC [M]> > > >          /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/locks.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/softserial_io.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/softserial_ioctl.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/softserial.o> > > >          CC [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/afedsp_int.o> > > >          LD [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/Intel537.o> > > >          Building modules, stage 2.> > > >          MODPOST 1 modules> > > >         WARNING: could not find> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/.537core.lib.cmd> > > >         for> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/537core.lib> > > >          CC> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/Intel537.mod.o> > > >          LD [M]> > > >> /usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv/Intel537.ko> > > >         make[2]: Leaving directory> > > >         `/usr/src/linux-headers-2.6.22-14-generic'> > > >         make[1]: Leaving directory> > > >         `/usr/src/modules/intel-537EP_secure-2.60.80.0/coredrv'> > > >         marv@marvdesk:/usr/src/modules/intel-537EP_secure-2.60.80.0$> > > >> > > >         $ ls> > > >         537_boot  config_check  hamregistry  license.txt  readme.txt> > > >         537_inst  coredrv       Intel537.ko  makefile     usrsound> > > >         -----> > > >         reveals the compiled driver Intel537.ko> > > >> > > >> > > >> > > >> > > >> > > >         On Jan 29, 2008 2:53 PM, Philippe Vouters> > > >         <Philippe.Vouters@xxxxxxxxxxx> wrote:> > > >         > Hi,> > > >         >> > > >         > Who downloaded> > > >         >> > > >> http://vouters.dyndns.org:8080/Intel/intel-537EP_secure-2.60.80.0_2008_01_27.tar.bz2> ?> > > >         > I get no news about the interested persons namely Boopathi> > > >         and Zoran.> > > >         > Can they provide me with a $ /sbin/lspci -vv ?> > > >         > Is their problem fixed ?> > > >         > Thank you to keep me informed on the situation.> > > >         > Philippe> > > >         > Le dimanche 27 janvier 2008 à 10:51 +0100, Philippe Vouters> > > >         a écrit :> > > >         >> > > >         > > Download> > > >         > >> > > >> htpp://vouters.dyndns.org:8080/Intel/intel-537EP_secure-2.60.80.0_2008_01_27.tar.bz2> > > >         > > $ tar -jxvf> > > >         intel-537EP_secure-2.60.80.0_2008_01_27.tar.bz2> > > >         > > $ cd intel-537EP_secure-2.60.80.0/> > > >         > > $ export MODEM_TYPE=537> > > >         > > $ make 537> > > >         > > $ sudo make install> > > >         > > and give me the> > > >         > > $ dmesg | grep 537> > > >         > > Philippe> > > >         > > Le samedi 26 janvier 2008 à 10:42 -0500, Marvin Stodolsky> > > >         a écrit :> > > >         > > > Boopathi> > > >         > > > For modem in PCI bus:  02:02.0> > > >         > > >    Class 0703: 1543:3052 Modem: SILICON Laboratories> > > >         Intel 537> > > >         > > >       Primary PCI_id  1543:3052> > > >         > > >       Subsystem       1543:3000> > > >         > > >  Support type needed or chipset:> > > >          INTEL537_on_1543:3052> > > >         > > >> > > >         > > > under Ubunutu Kernel 2.6.22-14-generic> > > >         > > > ----------> > > >         > > > This is newer modem hardware with two possible routes to> > > >         service under Linux:> > > >         > > >> > > >         > > > 1) Philippe could you please write init codes for> > > >         > > >       Primary PCI_id  1543:3052> > > >         > > >       Subsystem       1543:3000> > > >         > > > into your Intel-537EP package, for Boopathi and Zoran> > > >         (under Ubuntu> > > >         > > > 2.6.20-15-generic)  to test?> > > >         > > >> > > >         > > > 2) The Primary 1543:3052 chip is also used in one of the> > > >         Smartlink modems,> > > >         > > > so at Smartlink maintainer Sasha's suggestion, I'm> > > >         putting the inits> > > >         > > > into the slamr & ungrab-winmodem packages too.> > > >         > > >> > > >         > > > Boopathi,> > > >         > > >     Read the Smartlink.txt about usage of the> > > >         ungrab-winmodem + slamr> > > >         > > > dirvers.  From> > > >> http://phep2.technion.ac.il/linmodems/packages/smartlink/Ubuntu/> > > >         > > > download the slamr-2.6.22-14-generic.tar.gz .  Under> > > >         Linux> > > >         > > > $ tar zxf slamr*.tar.gz> > > >         > > > And browse the files in the new folder/> > > >         > > > slamr-2.6.22-14-generic> > > >         > > >> > > >         > > > Do NOT run the setup, as I have to send you replacements> > > >         for the> > > >         > > > slamr.ko and ungrab-winmodem.ko> > > >         > > >> > > >         > > > The general situation is that> > > >         > > >   Primary PCI_id  1543:3052> > > >         > > > is a generic base workhorse, and SUbsystems like> > > >         1543:3000 specify> > > >         > > > which software package should work with it, plus a> > > >         little more.> > > >         > > > Silicon Instruments (Vendor ID 1543) customizes a> > > >         Subsystem at the> > > >         > > > request of a modem manufacturer, for service only under> > > >         Microsoft> > > >         > > > code.  Thus it is an experiment to try to achieve> > > >         functionality under> > > >         > > > Linux.> > > >         > > >> > > >         > > > Let us know your residence Country when you respond> > > >         again,> > > >         > > >> > > >         > > > MarvS> > > >         > > > scanModem maintainer> > > >         > > >> > > >         > > >> > > >         > > >> > > >         > > >> > > >         > > > On Jan 25, 2008 11:37 PM, Boopathi Venkatachalam> > > >         <boopathivenk@xxxxxxxxx> wrote:> > > >         > > > > Hi,> > > >         > > > >> > > >         > > > > I am new to Linux/Ubuntu. I have xp professional and> > > >         Ubuntu installed> > > >         > > > > in my machine. I am using firefox browser and> > > >         dialup(telephone line -> > > >         > > > > max 50 kbps/s) connection to connect to the internet.> > > >         It works fine> > > >         > > > > with xp but im not able to connect to the internet> > > >         from Ubuntu. I have> > > >         > > > > gone through various help pages of Ubuntu and> > > >         performed actions to run> > > >         > > > > "scanModem". This has created many text files in a new> > > >         directory> > > >         > > > > "/Modem".> > > >         > > > > I have attached the file "ModemData.txt" along with> > > >         this mail.> > > >         > > > > I am also not aware of the following points.> > > >         > > > > 1. What are the drivers required for my modem?> > > >         > > > > 2. Where can i get the required drivers for my modem?> > > >         > > > > 3. How to install those drivers in my unbuntu?> > > >         > > > >> > > >         > > > > I kindly request you to help me in resolving the> > > >         problem.> > > >         > > > > Appreciate your assistance at earliest.> > > >         > > > >> > > >         > > > > Regards,> > > >         > > > > Boopathi> > > >         > > > >> > > >         > > >> > > >         > --> > > >         >> > > >> http://www.cyber.com.au/cyber/about/linux_vs_windows_tco_comparison.pdf> > > >         >> > > >> http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/> > > >         > Philippe Vouters (Fontainebleau/France)> > > >         >> > > >         >> > > >         >> > > >> > > >> > > --> > >> > > http://www.cyber.com.au/cyber/about/linux_vs_windows_tco_comparison.pdf> > > http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/> > > Philippe Vouters (Fontainebleau/France)> > >> > >> > >> >>>

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

  Powered by Linux