[speedtouch] Re: pls HELP even if OT. Printer doesn'work.

2004-09-09 Thread mario

Dear FrÃdÃric, all, 

thanks a lot. 
I'll try to study it :-).
This morning my printer works, and I see it with usbview (I haven't
tried to fix anything).

I am unable to understand what happened. My best explanation is that
something went wrong because I forgot to switch on the printer before to
boot linux. Does it make any sense?
If so,  what should I do  (beside to reboot), when I forget to switch on
the printer?

You know, I am learning linux :-)
My best
I hope I am not annoying anybody.
mario 


 
On Thu, 2004-09-09 at 08:48, RUAUDEL FrÃdÃric wrote:
> Hi mario,
> 
> *snip*
> 
> >-- I used the packages from   http://grumz.dyndns.org/ADSL_FC2/.  If I
> >decide to recompile  the kernel, is i just enough to rpm the basic
> >kernel package or I need to rpm the ppp, atm ones too?
> >  
> >
> 
> You "just" have to recompile the kernel normally. Just get the SRPMS from 
> http://grumz.dyndns.org/ADSL_FC2/ and recompile it. 
> 
> Follow this steps :
> 
> rpm -ivh kernelGrumZ.src.rpm
> cd $RPM_SPEC_PATH 
> rpmbuild -bp kernel-2.6.spec
> cp $RPM_SOURCES_PATH/kernel-2.6.5-i686.config 
> $RPM_BUILD_PATH/kernel-2.6.5/linux-2.6.5/.config  
> cd $RPM_BUILD_PATH/kernel-2.6.5/linux-2.6.5/
> make menuconfig
> Add your kernel options (usb printer, etc.)
> Save config
> cp .config $RPM_SOURCES_PATH/kernel-2.6.5-i686.config
> rpmbuild -ba --target=i686 kernel-2.6.spec
> Go take a coffee !
> 
> 
> <>(by default $RPM_SOURCES_PATH=/usr/src/redhat/SOURCES/)
> (by default $RPM_BUILD_PATH=/usr/src/redhat/BUILD/)
> (by default $RPM_SPEC_PATH=/usr/src/redhat/SPECS)
> 
> Note: If you don't want to recompile the rpm, you can make your kernel directly 
> after the step "Save config". The patches needed are already applied by the 
> "rpmbuild -bp" command.

>   
> 


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: pls HELP even if OT. Printer doesn'work.

2004-09-08 Thread RUAUDEL Frédéric

Hi mario,

*snip*

>-- I used the packages from   http://grumz.dyndns.org/ADSL_FC2/.  If I
>decide to recompile  the kernel, is i just enough to rpm the basic
>kernel package or I need to rpm the ppp, atm ones too?
>  
>

You "just" have to recompile the kernel normally. Just get the SRPMS from 
http://grumz.dyndns.org/ADSL_FC2/ and recompile it. 

Follow this steps :

rpm -ivh kernelGrumZ.src.rpm
cd $RPM_SPEC_PATH 
rpmbuild -bp kernel-2.6.spec
cp $RPM_SOURCES_PATH/kernel-2.6.5-i686.config 
$RPM_BUILD_PATH/kernel-2.6.5/linux-2.6.5/.config  
cd $RPM_BUILD_PATH/kernel-2.6.5/linux-2.6.5/
make menuconfig
Add your kernel options (usb printer, etc.)
Save config
cp .config $RPM_SOURCES_PATH/kernel-2.6.5-i686.config
rpmbuild -ba --target=i686 kernel-2.6.spec
Go take a coffee !


<>(by default $RPM_SOURCES_PATH=/usr/src/redhat/SOURCES/)
(by default $RPM_BUILD_PATH=/usr/src/redhat/BUILD/)
(by default $RPM_SPEC_PATH=/usr/src/redhat/SPECS)

Note: If you don't want to recompile the rpm, you can make your kernel directly after 
the step "Save config". The patches needed are already applied by the "rpmbuild -bp" 
command.


Best regards,

Fred

>Thanks
>mario
>
>
>
>On Wed, 2004-09-08 at 15:40, mario wrote:
>  
>
>>Hi all,
>>Please help, even if it is an OT.
>>For some reason my printer doesn't work any more.
>>I think it is a USB issue (I don't see it any more by USBview).
>>
>>I am on Fedora2, with the grunz patched kernel.
>>Should I try to modprobe something? What?
>>
>>Thanks a lot
>>mario  
>>
>>
>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>   
>
>  
>

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: pls HELP even if OT. Printer doesn'work.

2004-09-08 Thread mario

Hello,
my printer is still dead.
I am unable to load ubscore and printer module (I don't know why). Does
it mean that I need to recompile the kernel?

If so, a couple of very basic questions:
-- if a recompile the kernel, do I save (or erase) my data, file and
configuration? I know I should know, but it happen I don't.
-- I used the packages from   http://grumz.dyndns.org/ADSL_FC2/.  If I
decide to recompile  the kernel, is i just enough to rpm the basic
kernel package or I need to rpm the ppp, atm ones too?

Thanks
mario



On Wed, 2004-09-08 at 15:40, mario wrote:
> Hi all,
> Please help, even if it is an OT.
> For some reason my printer doesn't work any more.
> I think it is a USB issue (I don't see it any more by USBview).
> 
> I am on Fedora2, with the grunz patched kernel.
> Should I try to modprobe something? What?
> 
> Thanks a lot
> mario  


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: pls HELP ven if OT. Printer doesn'work.

2004-09-08 Thread Duncan Sands

> Please help, even if it is an OT.
> For some reason my printer doesn't work any more.
> I think it is a USB issue (I don't see it any more by USBview).
> 
> I am on Fedora2, with the grunz patched kernel.
> Should I try to modprobe something? What?

Just a guess: usb printer support was removed from the kernel at some
point because it can all be done in user space.  Maybe this is your problem?

Ciao,

Duncan.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-23 Thread Tiago Cogumbreiro

On Mon, 2004-08-23 at 08:05, RUAUDEL FrÃdÃric wrote:
> It is quite strange, because if it is really what garry said, it means 
> that you shouldn't have been able to boot with the default fedora kernel 
> (I use exactly the same config with only some options *added* for the 
> need of the speedtouch modem). What is the filesystem of your root 
> partition (ext2, ext3, reiserFS, xfs...) you should have this 
> information in the file /etc/fstab.
> 
> If you have a NVidia card, try the 
> kernel-2.6.6-1.427.8kstacks_st.i686.rpm that have a special patch for 
> it, maybe it can fix the problem. Last thing is to verify that your 
> /boot/grub/grub.conf file is configured to boot on the good primary 
> partition.
Just a side note, if one uses the newer versions of NVidia drivers one
can use the stock FC2 kernel and, therefore, use yours too :)

> 
> If all these don't work, you maybe will have to compile the kernel to 
> adapt it to your config but it shouldn't be necessary.
> 
> good luck,
> 
> Fred
> 
> Garry Atkins-Coolman wrote:
> 
> >On Aug 20 mario writ wiv much luv:
> >
> >  
> >
> >>hi FrÃdÃric
> >>
> >>I rpm -ivvh your kernel+atm+ppp+speedtouch packages.
> >>This is the situation.
> >>
> >>when I log in the old kernel (from Grub2)
> >>
> >>[xxx  root]# pppd call speedtch
> >>pppd: /usr/lib/./pppd/2.4.2/pppoatm.so: cannot open shared object file:
> >>No such file or directory
> >>pppd: Couldn't load plugin pppoatm.so
> >>
> >>If I try to log in the new kernel2.6.5.2Grunz;
> >>I get the following
> >>
> >>--> kernel panic: unable to mount root fs on unknown block (00)
> >>
> >>
> >>
> >
> >You need to include your file system when rebuilding your kernel, i had 
> >the same problem. But i can not remember how i did it!
> >
> >If you google for it (as it's a common newbie linux problem) there will be 
> >some help pages about!
> >
> >
> >Gaz
> >
> >  
> >
> 
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se dÃsinscrire : mailto:[EMAIL PROTECTED]
> 
>   


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-23 Thread RUAUDEL Frédéric

It is quite strange, because if it is really what garry said, it means 
that you shouldn't have been able to boot with the default fedora kernel 
(I use exactly the same config with only some options *added* for the 
need of the speedtouch modem). What is the filesystem of your root 
partition (ext2, ext3, reiserFS, xfs...) you should have this 
information in the file /etc/fstab.

If you have a NVidia card, try the 
kernel-2.6.6-1.427.8kstacks_st.i686.rpm that have a special patch for 
it, maybe it can fix the problem. Last thing is to verify that your 
/boot/grub/grub.conf file is configured to boot on the good primary 
partition.

If all these don't work, you maybe will have to compile the kernel to 
adapt it to your config but it shouldn't be necessary.

good luck,

Fred

Garry Atkins-Coolman wrote:

>On Aug 20 mario writ wiv much luv:
>
>  
>
>>hi Frédéric
>>
>>I rpm -ivvh your kernel+atm+ppp+speedtouch packages.
>>This is the situation.
>>
>>when I log in the old kernel (from Grub2)
>>
>>[xxx  root]# pppd call speedtch
>>pppd: /usr/lib/./pppd/2.4.2/pppoatm.so: cannot open shared object file:
>>No such file or directory
>>pppd: Couldn't load plugin pppoatm.so
>>
>>If I try to log in the new kernel2.6.5.2Grunz;
>>I get the following
>>
>>--> kernel panic: unable to mount root fs on unknown block (00)
>>
>>
>>
>
>You need to include your file system when rebuilding your kernel, i had 
>the same problem. But i can not remember how i did it!
>
>If you google for it (as it's a common newbie linux problem) there will be 
>some help pages about!
>
>
>Gaz
>
>  
>

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-22 Thread Garry Atkins-Coolman
On Aug 20 mario writ wiv much luv:

>
> hi Frédéric
>
> I rpm -ivvh your kernel+atm+ppp+speedtouch packages.
> This is the situation.
>
> when I log in the old kernel (from Grub2)
>
> [xxx  root]# pppd call speedtch
> pppd: /usr/lib/./pppd/2.4.2/pppoatm.so: cannot open shared object file:
> No such file or directory
> pppd: Couldn't load plugin pppoatm.so
>
> If I try to log in the new kernel2.6.5.2Grunz;
> I get the following
>
> --> kernel panic: unable to mount root fs on unknown block (00)
>

You need to include your file system when rebuilding your kernel, i had 
the same problem. But i can not remember how i did it!

If you google for it (as it's a common newbie linux problem) there will be 
some help pages about!


Gaz

-- 
Absurdity, n.:
A statement or belief manifestly inconsistent with one's own opinion.
-- Ambrose Bierce, "The Devil's Dictionary"
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-20 Thread mario

hi FrÃdÃric

I rpm -ivvh your kernel+atm+ppp+speedtouch packages. 
This is the situation.

when I log in the old kernel (from Grub2)

[xxx  root]# pppd call speedtch
pppd: /usr/lib/./pppd/2.4.2/pppoatm.so: cannot open shared object file:
No such file or directory
pppd: Couldn't load plugin pppoatm.so

If I try to log in the new kernel2.6.5.2Grunz;
I get the following

--> kernel panic: unable to mount root fs on unknown block (00)

Any advise?
Thanks a lot
mario




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-20 Thread mario
Hi,

I see your page.
Since I am pretty new to Linux, please give me some more instructions

1. Which packages for your repository do I need? All?
2. Do I need to re-compile the kernel? (I have never done that!)
3. Do I still need the Alcatel/Tho. firmware? Is that from windows XP fine?

Thanks a lot
mario


At 15.46 18/08/2004, you wrote:

>Sorry my ADSL connection seems to be out of service.
>
>I hope it will be available again tomorow morning.
>
>Fred
>
>RUAUDEL Frédéric wrote:
>
> >Try my RPMS :
> >
> >http://grumz.dyndns.org/ADSL_FC2
> >
> >mario wrote:
> >
> >
> >
> >>Hello,
> >>
> >>I have been fighting with speedtouch and linux for the past four days,
> >>without success :-(
> >>Please, help me!
> >>
> >>I tried to follow the instruction at
> >>http://benoit.papillault.free.fr/speedtouch/user.en.php3
> >>
> >>
> >>The best I get is:
> >>
> >>[ root]#  pppd call adsl updetach
> >>using channel 2
> >>Using interface ppp0
> >>Connect: ppp0 <--> /dev/pts/7
> >>sent [LCP ConfReq id=0x1  ]
> >>.
> >>sent [LCP ConfReq id=0x1  ]
> >>LCP: timeout sending Config-Requests
> >>--
> >>
> >>There is something wrong, I guess, with my installation/distro, since
> >>
> >>[ root]# modprobe usbcore
> >>FATAL: Module usbcore not found.
> >>
> >>I am on Fedora Core2,
> >>Linux  2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686
> >>i386 GNU/Linux
> >>
> >>Also, it seems that dsmeg is alerting me on something, aa it outputs:
> >>
> >>PPP generic driver version 2.4.2
> >>divert: not allocating divert_blk for non-ethernet device ppp0
> >>HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
> >>N_HDLC line discipline registered.
> >>usb 2-1: bulk timeout on ep7out
> >>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
> >>usb 2-1: bulk timeout on ep7out
> >>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
> >>usb 2-1: bulk timeout on ep7out
> >>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
> >>Badness in local_bh_enable at kernel/softirq.c:136
> >>Call Trace:
> >>[<02121d8e>] local_bh_enable+0x39/0x5c
> >>...
> >>
> >>divert: no divert_blk to free, ppp0 not ethernet
> >>divert: not allocating divert_blk for non-ethernet device ppp0
> >>usb 2-1: bulk timeout on ep7out
> >>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
> >>divert: not allocating divert_blk for non-ethernet device ppp1
> >>.
> >>Badness in local_bh_enable at kernel/softirq.c:136
> >>Call Trace:
> >>[<02121d8e>] local_bh_enable+0x39/0x5c
> >>...
> >>
> >>divert: no divert_blk to free, ppp0 not ethernet
> >>divert: not allocating divert_blk for non-ethernet device ppp0
> >>PPP Deflate Compression module registered
> >>
> >>--
> >>Also, the alcatel modem seems to be seen, since
> >>
> >>[EMAIL PROTECTED] root]# cat /proc/bus/usb/devices
> >>..
> >>
> >>T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> >>D:  Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> >>P:  Vendor=06b9 ProdID=4061 Rev= 0.00
> >>S:  Manufacturer=ALCATEL
> >>S:  Product=Speed Touch USB
> >>S:  SerialNumber=0090D041AB57
> >>C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=500mA
> >>I:  If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=50ms
> >>I:  If#= 1 Alt= 0 #EPs= 0 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>I:  If#= 1 Alt= 1 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>E:  Ad=06(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> >>E:  Ad=07(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> >>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> >>I:  If#= 1 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>E:  Ad=06(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> >>E:  Ad=07(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> >>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> >>I:  If#= 1 Alt= 3 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>E:  Ad=06(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
> >>E:  Ad=07(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
> >>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> >>I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> >>E:  Ad=05(O) Atr=02(Bulk) MxPS=   8 Ivl=0ms
> >>E:  Ad=85(I) Atr=02(Bulk) MxPS=   8 Ivl=0ms
> >>
> >>A problem with the driver (i took that one from Windows)?
> >>.
> >>
> >>
> >>Is anybody over there able to give me some good hint?
> >>Thanks a lot
> >>
> >>
> >>
> >>
> >>
> >>
> >>Liste de diffusion modem ALCATEL SpeedTouch USB
> >>Pour se désinscrire : 
> mailto:[EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >Liste de diffusion modem ALCATEL SpeedTouch USB
> >Pour se désinscrire : 
> mailto:[EMAIL PROTECTED]
> >
> >
> >
> >
> >
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>

Liste de diffusion modem ALCATEL SpeedTouch U

[speedtouch] Re: PLS. HELP!

2004-08-18 Thread RUAUDEL Frédéric

Sorry my ADSL connection seems to be out of service.

I hope it will be available again tomorow morning.

Fred

RUAUDEL Frédéric wrote:

>Try my RPMS :
>
>http://grumz.dyndns.org/ADSL_FC2
>
>mario wrote:
>
>  
>
>>Hello,
>>
>>I have been fighting with speedtouch and linux for the past four days,
>>without success :-(
>>Please, help me!
>>
>>I tried to follow the instruction at
>>http://benoit.papillault.free.fr/speedtouch/user.en.php3
>>
>>
>>The best I get is:
>>
>>[ root]#  pppd call adsl updetach
>>using channel 2
>>Using interface ppp0
>>Connect: ppp0 <--> /dev/pts/7
>>sent [LCP ConfReq id=0x1  ]
>>.
>>sent [LCP ConfReq id=0x1  ]
>>LCP: timeout sending Config-Requests
>>--
>>
>>There is something wrong, I guess, with my installation/distro, since
>>
>>[ root]# modprobe usbcore
>>FATAL: Module usbcore not found.
>>
>>I am on Fedora Core2, 
>>Linux  2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686
>>i386 GNU/Linux
>>
>>Also, it seems that dsmeg is alerting me on something, aa it outputs:
>>
>>PPP generic driver version 2.4.2
>>divert: not allocating divert_blk for non-ethernet device ppp0
>>HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
>>N_HDLC line discipline registered.
>>usb 2-1: bulk timeout on ep7out
>>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>>usb 2-1: bulk timeout on ep7out
>>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>>usb 2-1: bulk timeout on ep7out
>>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>>Badness in local_bh_enable at kernel/softirq.c:136
>>Call Trace:
>>[<02121d8e>] local_bh_enable+0x39/0x5c
>>...
>>
>>divert: no divert_blk to free, ppp0 not ethernet
>>divert: not allocating divert_blk for non-ethernet device ppp0
>>usb 2-1: bulk timeout on ep7out
>>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>>divert: not allocating divert_blk for non-ethernet device ppp1
>>.
>>Badness in local_bh_enable at kernel/softirq.c:136
>>Call Trace:
>>[<02121d8e>] local_bh_enable+0x39/0x5c
>>...
>>
>>divert: no divert_blk to free, ppp0 not ethernet
>>divert: not allocating divert_blk for non-ethernet device ppp0
>>PPP Deflate Compression module registered
>>
>>--
>>Also, the alcatel modem seems to be seen, since
>>
>>[EMAIL PROTECTED] root]# cat /proc/bus/usb/devices
>>..
>>
>>T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
>>D:  Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
>>P:  Vendor=06b9 ProdID=4061 Rev= 0.00
>>S:  Manufacturer=ALCATEL
>>S:  Product=Speed Touch USB
>>S:  SerialNumber=0090D041AB57
>>C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=500mA
>>I:  If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=50ms
>>I:  If#= 1 Alt= 0 #EPs= 0 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>I:  If#= 1 Alt= 1 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>E:  Ad=06(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>>E:  Ad=07(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>>I:  If#= 1 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>E:  Ad=06(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
>>E:  Ad=07(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
>>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>>I:  If#= 1 Alt= 3 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>E:  Ad=06(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
>>E:  Ad=07(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
>>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>>I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>>E:  Ad=05(O) Atr=02(Bulk) MxPS=   8 Ivl=0ms
>>E:  Ad=85(I) Atr=02(Bulk) MxPS=   8 Ivl=0ms
>>
>>A problem with the driver (i took that one from Windows)?
>>.
>>
>>
>>Is anybody over there able to give me some good hint?
>>Thanks a lot
>>
>>
>>
>>
>>
>>
>>Liste de diffusion modem ALCATEL SpeedTouch USB
>>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>>
>>  
>>
>> 
>>
>>
>>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>   
>
>  
>

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: PLS. HELP!

2004-08-18 Thread RUAUDEL Frédéric

Try my RPMS :

http://grumz.dyndns.org/ADSL_FC2

mario wrote:

>Hello,
>
>I have been fighting with speedtouch and linux for the past four days,
>without success :-(
>Please, help me!
>
>I tried to follow the instruction at
>http://benoit.papillault.free.fr/speedtouch/user.en.php3
>
>
>The best I get is:
>
>[ root]#  pppd call adsl updetach
>using channel 2
>Using interface ppp0
>Connect: ppp0 <--> /dev/pts/7
>sent [LCP ConfReq id=0x1  ]
>.
>sent [LCP ConfReq id=0x1  ]
>LCP: timeout sending Config-Requests
>--
>
>There is something wrong, I guess, with my installation/distro, since
>
>[ root]# modprobe usbcore
>FATAL: Module usbcore not found.
>
>I am on Fedora Core2, 
>Linux  2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686
>i386 GNU/Linux
>
>Also, it seems that dsmeg is alerting me on something, aa it outputs:
>
>PPP generic driver version 2.4.2
>divert: not allocating divert_blk for non-ethernet device ppp0
>HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
>N_HDLC line discipline registered.
>usb 2-1: bulk timeout on ep7out
>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>usb 2-1: bulk timeout on ep7out
>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>usb 2-1: bulk timeout on ep7out
>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>Badness in local_bh_enable at kernel/softirq.c:136
>Call Trace:
> [<02121d8e>] local_bh_enable+0x39/0x5c
>...
>
>divert: no divert_blk to free, ppp0 not ethernet
>divert: not allocating divert_blk for non-ethernet device ppp0
>usb 2-1: bulk timeout on ep7out
>usbfs: USBDEVFS_BULK failed dev 2 ep 0x7 len 53 ret -110
>divert: not allocating divert_blk for non-ethernet device ppp1
>.
>Badness in local_bh_enable at kernel/softirq.c:136
>Call Trace:
> [<02121d8e>] local_bh_enable+0x39/0x5c
>...
>
>divert: no divert_blk to free, ppp0 not ethernet
>divert: not allocating divert_blk for non-ethernet device ppp0
>PPP Deflate Compression module registered
>
>--
>Also, the alcatel modem seems to be seen, since
>
>[EMAIL PROTECTED] root]# cat /proc/bus/usb/devices
>..
>
>T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
>D:  Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
>P:  Vendor=06b9 ProdID=4061 Rev= 0.00
>S:  Manufacturer=ALCATEL
>S:  Product=Speed Touch USB
>S:  SerialNumber=0090D041AB57
>C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=500mA
>I:  If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=50ms
>I:  If#= 1 Alt= 0 #EPs= 0 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>I:  If#= 1 Alt= 1 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>E:  Ad=06(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>E:  Ad=07(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>I:  If#= 1 Alt= 2 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>E:  Ad=06(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
>E:  Ad=07(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>I:  If#= 1 Alt= 3 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>E:  Ad=06(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
>E:  Ad=07(O) Atr=02(Bulk) MxPS=  16 Ivl=0ms
>E:  Ad=87(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
>I:  If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
>E:  Ad=05(O) Atr=02(Bulk) MxPS=   8 Ivl=0ms
>E:  Ad=85(I) Atr=02(Bulk) MxPS=   8 Ivl=0ms
>
>A problem with the driver (i took that one from Windows)?
>.
>
>
>Is anybody over there able to give me some good hint?
>Thanks a lot
>
>
>
>
>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]
>
>   
>
>  
>

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Pls Help! - Still me

2004-01-06 Thread Duncan Sands

> my doubt is, why i need ATM support if i will use just
> PPPoE (or one thing has nothing to do with another)

They both use the kernels ATM layer.

All the best,

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Pls Help! ERROR

2004-01-05 Thread Duncan Sands

> Besides, where do i find speedtch-pppoatm or speedtch-
> pppoe?

In the ppp_scripts subdirectory.

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Pls Help! ERROR

2004-01-05 Thread Duncan Sands

> Error: if your ISP uses PPPoATM, then copy
> ppp_scripts/speedtch-pppoatm to
> ppp_scripts/speedtch

> Error: if your ISP uses PPPoE, then copy
> ppp_scripts/speedtch-pppoe to
> ppp_scripts/speedtch

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Pls Help! ERROR

2004-01-05 Thread feedback

$ cd ppp_scripts
$ emacs speedtch-ppoatm (or speedtch-pppoe)
$ cp speedtch-THE_ONE_YOU_EDITED_BEFORE speedtch
$ cd ..
$ cp /path/to/firmware firmware/firmware.bin

I think that most is done

$ su
# ./configure (and so on)

Love
Marco

Il lun, 2004-01-05 alle 21:44, insider.sck ha scritto:
> ERRORs Duncan, take a look:
> 
> [EMAIL PROTECTED]:~/modem/speedbundle-1.0# ls
> configure*  firmware_loader/  kernel_module/  Makefile*  
> ppp_scripts/
> firmware/   hotplug_scripts/  linux-atm/  ppp/   
> README
> 
> [EMAIL PROTECTED]:~/modem/speedbundle-1.0# ./configure
> The source for your running kernel is 
> in /lib/modules/2.4.22/build/
> Error: ppp_scripts/speedtch not found
> Error: if your ISP uses PPPoATM, then copy 
> ppp_scripts/speedtch-pppoatm to
> ppp_scripts/speedtch
> Error: if your ISP uses PPPoE, then copy 
> ppp_scripts/speedtch-pppoe to
> ppp_scripts/speedtch
> 
> So, the problem is this: "ppp_scripts/speedtch not 
> found". What´s wrong? 
> Besides, where do i find speedtch-pppoatm or speedtch-
> pppoe?
> 
> Txs a lot 4 helping me guys...
> 
>  
> __
> Acabe com aquelas janelinhas que pulam na sua tela.
> AntiPop-up UOL - É grátis!
> http://antipopup.uol.com.br/
> 
> 
> 
> Liste de diffusion modem ALCATEL SpeedTouch USB
> Pour se désinscrire : mailto:[EMAIL PROTECTED]
> 
>   

-- Attached file included as plaintext by Listar --
-- File: signature.asc
-- Desc: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQA/+dEayz5jYFefjkwRAlwaAJ9N86swuztboDv7zrFIo+ra4P1I4ACg9V67
8p61AFcnOucbm0jMs27K7JQ=
=JdWQ
-END PGP SIGNATURE-


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Pls HELP!

2004-01-05 Thread Duncan Sands

On Monday 05 January 2004 06:54, Slobodan Milosevic wrote:
> speedbundle is supposed to be self-explanatory? when i try type ./configure
> i receive a lot of errors... what is wrong?

Did you read the error messages?

Ciao,

Duncan.

PS: Post them here.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]