Re: ADSL and debian3.0

2002-03-21 Thread Russell Coker

On Fri, 22 Mar 2002 00:07, Dave Smith wrote:
> so, do I need the speedmgmt program?

Yes, it loads some firmware into the modem.

> Q1a) Where? (In which section should I look?)

CONFIG_USB_SPEEDTOUCH under USB.

> Thanks for all the help, is there a document I could be looking at which
> describes this process?

No.

-- 
If you send email to me or to a mailing list that I use which has >4 lines
of legalistic junk at the end then you are specifically authorizing me to do
whatever I wish with the message and all other messages from your domain, by
posting the message you agree that your long legalistic sig is void.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: ADSL and debian3.0

2002-03-21 Thread Dave Smith


> -Original Message-
> From: Russell Coker [mailto:[EMAIL PROTECTED]]
> The point of my patch is that you don't need any other kernel module.

Sounds like a good reason to me :)

> > next, I plugged in the ADSL modem (USB) and ran "speedmgmt &". Then
> > repeatedly ran dmesg to view the kernel messages.
>
> Plug in the ADSL modem before you turn the machine on.  Keep the
> ADSL modem
> plugged in until you have halted the machine.  Do anything that involves
> changing the state of the ADSL hardware while the machine is running and
> expect a kernel panic.

so, do I need the speedmgmt program?

> > 4 time-out messages occur. 2 in the Bulk and 2 in the Control. Is this
> > normal?
>
> It's normal.
>
> > Q1, is there a new option in the "make menuconfig" for the modem?
>
> Yes.

Q1a) Where? (In which section should I look?)

Thanks for all the help, is there a document I could be looking at which
describes this process?

Dave Smith


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ADSL and debian3.0

2002-03-21 Thread Russell Coker

On Thu, 21 Mar 2002 20:10, Dave Smith wrote:
> re-compiled speedtouch module that came from linux-usb website, hmmm,
> perhaps I shouldn't have done that... Anyway, please confirm if I shouldn't
> have done that as I don't have access to the machine (it is at work, and I
> am not), and then ran modprobe speedtch.

The point of my patch is that you don't need any other kernel module.

> next, I plugged in the ADSL modem (USB) and ran "speedmgmt &". Then
> repeatedly ran dmesg to view the kernel messages.

Plug in the ADSL modem before you turn the machine on.  Keep the ADSL modem 
plugged in until you have halted the machine.  Do anything that involves 
changing the state of the ADSL hardware while the machine is running and 
expect a kernel panic.

> 4 time-out messages occur. 2 in the Bulk and 2 in the Control. Is this
> normal?

It's normal.

> Q1, is there a new option in the "make menuconfig" for the modem?

Yes.

> Q2, should I have re-installed that other speedtouch kernel module?

No.

-- 
If you send email to me or to a mailing list that I use which has >4 lines
of legalistic junk at the end then you are specifically authorizing me to do
whatever I wish with the message and all other messages from your domain, by
posting the message you agree that your long legalistic sig is void.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: ADSL and debian3.0

2002-03-21 Thread Dave Smith


> -Original Message-
> From: Russell Coker [mailto:[EMAIL PROTECTED]]
> On Thu, 21 Mar 2002 09:50, Dave Smith wrote:
> No, the patch I manage (I didn't write it ) is in unstable as
> kernel-patch-2.4-speedtouch, I've also got a
> kernel-patch-2.4-pppoatm for if
> you use an older kernel.

Ok, I have found the kernel-patch-2.4-speedtouch, installed it, and run the
apply script with no errors. I then proceeded to run "make-kpkg
kernel_image" which resulted in a ../kernel-image...deb. I then installed
that. Dpkg -i kernel Checked LILO was correct, and rebooted.

re-compiled speedtouch module that came from linux-usb website, hmmm,
perhaps I shouldn't have done that... Anyway, please confirm if I shouldn't
have done that as I don't have access to the machine (it is at work, and I
am not), and then ran modprobe speedtch.

next, I plugged in the ADSL modem (USB) and ran "speedmgmt &". Then
repeatedly ran dmesg to view the kernel messages.

4 time-out messages occur. 2 in the Bulk and 2 in the Control. Is this
normal?

Then the message saying that the link was established at 576 kbits download,
288 upload. Then came the illegal instruction.

This all happens before I even touch ppp.

This is a pretty complete account of my steps. Do not assume I did something
unless I have said that I did.

Q1, is there a new option in the "make menuconfig" for the modem?
Q2, should I have re-installed that other speedtouch kernel module?

Dave Smith


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ADSL and debian3.0

2002-03-21 Thread Russell Coker

On Thu, 21 Mar 2002 09:50, Dave Smith wrote:
> Is your kernel-patch page at linux-usb.sf.net?
> I have used the speedtouch 1.5 released on August 2001, which seems a
> *very* long time ago

No, the patch I manage (I didn't write it ) is in unstable as 
kernel-patch-2.4-speedtouch, I've also got a kernel-patch-2.4-pppoatm for if 
you use an older kernel.

> > > Could it be the libc version I have? I am using the debian3 version
> > > (2.2...) and the mgmt.o file is compiled with 2.1.92(?)
> >
> > It's all working fine for me with the latest Debian unstable setup and
> > 2.4.18.  Now we just need to work out what's different between
> > your system
> > and mine.
>
> ok. Do you get the warnings about libc versions when you compile the
> alcatel mgmt program?

Yes, this is what I get.  It works anyway.
Warning: Object was compiled with egcs-2.91.66, not 2.95.4.
Warning: Object was compiled with libc-2.1.92, you APPEAR to be using 
libc-2.2.5

-- 
If you send email to me or to a mailing list that I use which has >4 lines
of legalistic junk at the end then you are specifically authorizing me to do
whatever I wish with the message and all other messages from your domain, by
posting the message you agree that your long legalistic sig is void.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: ADSL and debian3.0

2002-03-21 Thread Dave Smith

> -Original Message-
> From: Russell Coker [mailto:[EMAIL PROTECTED]]
> On Wed, 20 Mar 2002 19:44, Lin Smith wrote:
> > I have been attempting to get the Alcatel modem to operate on Debian 3.0
> > for a while now. I am using the 2.4.18 kernel as that apparently doesn't
> > need patching to obtain ppp over atm. I am using the patched
> tar.gz which
> > includes the pppoatm.so file which is needed for ppp to operate over an
> > ADSL link. I have the latest opensource kernel module, and the
> alcatel mgmt
> > stuff.
>
> Is that kernel module taken from my kernel-patch package?

Is your kernel-patch page at linux-usb.sf.net?
I have used the speedtouch 1.5 released on August 2001, which seems a *very*
long time ago

> > Could it be the libc version I have? I am using the debian3 version
> > (2.2...) and the mgmt.o file is compiled with 2.1.92(?)
>
> It's all working fine for me with the latest Debian unstable setup and
> 2.4.18.  Now we just need to work out what's different between
> your system
> and mine.

ok. Do you get the warnings about libc versions when you compile the alcatel
mgmt program?

Dave


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ADSL and debian3.0

2002-03-20 Thread Russell Coker

On Wed, 20 Mar 2002 19:44, Lin Smith wrote:
> I have been attempting to get the Alcatel modem to operate on Debian 3.0
> for a while now. I am using the 2.4.18 kernel as that apparently doesn't
> need patching to obtain ppp over atm. I am using the patched tar.gz which
> includes the pppoatm.so file which is needed for ppp to operate over an
> ADSL link. I have the latest opensource kernel module, and the alcatel mgmt
> stuff.

Is that kernel module taken from my kernel-patch package?

> Could it be the libc version I have? I am using the debian3 version
> (2.2...) and the mgmt.o file is compiled with 2.1.92(?)

It's all working fine for me with the latest Debian unstable setup and 
2.4.18.  Now we just need to work out what's different between your system 
and mine.

-- 
If you send email to me or to a mailing list that I use which has >4 lines
of legalistic junk at the end then you are specifically authorizing me to do
whatever I wish with the message and all other messages from your domain, by
posting the message you agree that your long legalistic sig is void.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]