LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-07-2004, 03:43 PM   #16
bugsbunny
Member
 
Registered: Jan 2003
Location: London/UK
Distribution: Slackware 9.1
Posts: 111

Original Poster
Rep: Reputation: 15

I commented out the section of the code as per the link in your post, and recompiled and installed the kernel but i get the same results as previously. What i dont understand is that according to the messages log, adsl is up so why doesn't pppd call adsl work.

BTW does anyone know the nameservers for tiscali.co.uk ? They have some information on their website but i dont think its right.
 
Old 05-07-2004, 04:20 PM   #17
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
If I was in your position I'd start looking at the kernel options. I'm not really sure which ones are crucial and which you can do without but, anyway, if you do make menuconfig and then go to Device Drivers> Character devices, on that menu, select
<*> HDLC line discipline support
Then back on the Device Drivers menu go into the Networking support menu. Here you might want to check you've enabled[*] Networking support[*] Network device support
<*> PPP (point-to-point protocol) support
<*> PPP support for async serial ports
<*> PPP support for sync tty ports
<*> PPP Deflate compression #(not sure if this is really needed but the help notes in the kernel say it is safe to say Y here.)
<*> PPP over ATM
On the Device Drivers> Networking support menu, near the top there's another menu for Networking options ---> here you want
<*> Packet socket
<*> Unix domain sockets[*] TCP/IP networking
<*> IP: AH transformation # (again, not sure
<*> IP: ESP transformation # about these,
<*> IP: IPComp transformation # but the help notes say
<*> IPsec user configuration interface # If unsure, say Y.)
<*> Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)
Hope I've not missed something (what are the chances of that eh?...) Good luck.

PS, for the /etc/resolv.conf , the speedtouchconf always fixes that for me. I use Freeserve and these numbers (put there by the speedtouchconf) work for me

nameserver 195.92.195.94
nameserver 195.92.195.95
 
Old 05-08-2004, 09:33 AM   #18
bugsbunny
Member
 
Registered: Jan 2003
Location: London/UK
Distribution: Slackware 9.1
Posts: 111

Original Poster
Rep: Reputation: 15
Wel same old story! Apart from the HDLC line decipline support which i couldn't find I set everything up as above but the outcome of the modem configuration is the same.

I will be grateful if someone with similar spec as me (see original post) running the 2.6.5 kernel with a successful configuration of the speedtouch 330 (silver) modem pls send me a copy of ther .config file to the following address [l].

Thanks

Last edited by bugsbunny; 05-09-2004 at 05:38 PM.
 
Old 05-08-2004, 09:53 AM   #19
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
<*> HDLC line discipline support
is on the Character Devices submenu of the Device Drivers menu and is essential for getting the speedtouch to work.
 
Old 05-08-2004, 11:27 AM   #20
bugsbunny
Member
 
Registered: Jan 2003
Location: London/UK
Distribution: Slackware 9.1
Posts: 111

Original Poster
Rep: Reputation: 15
You must be bored with me by now but i have just gone through the whole menuconfig and specifically the Character Devices and I still can't find < >HDCL line discipline. Maybe it is one of those options that show up dependent on other options being selected.

Talking about options I don't know what i selected but when i went back to the USB device section i actually saw an option to select support for the Alcatel USB Speedtouch (including 330) modem. Exactly what I have.

I chose to build it into the kernel. I haven't yet tried it but i must say i am surprised nobody has mention to me the existence of such an option or is it irrelevant
 
Old 05-08-2004, 12:46 PM   #21
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
"Maybe it is one of those options that show up dependent on other options being selected." Yes, you're right again! The <*> HDLC line discipline support option appears when you enable [*] Non-standard serial port support
at the top of the Device Drivers> Character devices menu.

As far as boredom goes, I don't have to type this. I'm doing what I want. This is light relief for me (I should be studying). It's a challenge. Speaking of which, what can I say about the kernel speedtouch module? I've read lots of stuff about how to get it to work and I've tried many times (I tried again last night in fact) but I've never been able to get it to work. Maybe it's just me but it seems to be an order of magnitude harder, if it's possible at all. If you're trying to use the user space driver, don't enable the kernel module or it'll get in the way and stop things working. It's an either/or situation. Either you use the kernel module or you go with the user space driver.
 
Old 05-08-2004, 01:54 PM   #22
bugsbunny
Member
 
Registered: Jan 2003
Location: London/UK
Distribution: Slackware 9.1
Posts: 111

Original Poster
Rep: Reputation: 15
Talking

Andrew, Andrew, Andrew my modem is working ! That is what i'm using to post this message thank you sooooooooooooooooooo much. You have been with me every step of the way. This thread became a two man thread. Me with all the questions and you always there to help.

Cheers M8 !! Have some beers on me and send me the bill okay ? You have earned it.
And boy have i learnt a lot about the kernel !

I will miss you on this thread but i will be following your posts on the other threads and forums. One again thanks.
 
Old 05-08-2004, 02:48 PM   #23
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Brilliant! Sound! Well done! Thanks for posting back, it means a lot to me to know that it worked. Good luck with whatever you try next.
 
Old 06-11-2004, 08:45 AM   #24
duncan.sands
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
speedtouch with a 2.6 kernel

The USB system in the 2.6 kernels is changing all the time
(yes, I know it's supposed to be a stable kernel series...).
The uhci host-controller driver is getting a major clean-up,
so breaks from time to time. The usbfs driver stopped
working for a while due to changes in the core, and afterwards
due to a wrong change in the disconnect method. Also, changes
in the way alternate interface settings are handled broke pppoa2/3
(due to a wrong assumption made by the authors of pppoax).
In short, getting your speedtouch modem working with a 2.6 kernel
is not easy. People using fedora core 2 will hit this badly because
the fedora kernel has a buggy usbfs driver... I myself only managed
to get it my modem working reliably a few weeks ago - and I'm the
maintainer of the kernel module! The kernel module itself was never
broken, but was useless because either you couldn't load the firmware
(because usbfs was broken) or you couldn't actually send data to
it (because the core was broken). These and other problems also
hit users of pppoa2/pppoa3. I hope things will be better from now
on. Since I'm now using 2.6 for my day-to-day work, I'm personally
much more motivated to fix 2.6 problems. Right now I'm working on
the usbfs driver, which still has some problems. Hopefully this work
will benefit users of both the kernel mode and user mode drivers.
 
Old 06-11-2004, 09:19 AM   #25
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Thankyou for the info and welcome to Linux Questions. I wonder how many Kernel Maintainers take the time to post in forums. I managed to get your kernel space driver working for the first time about 3 weeks ago and I've had no problems with it since. Thanks for all your good work. A reliable internet connection is so important.
 
Old 06-11-2004, 09:47 AM   #26
duncan.sands
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
no problem

I'm happy to answer questions - I just don't always have the
time. Time spent answering questions is time not spent coding.
On the other hand, what is the point of writing code if no-one
can work out how to use it? I'm sure all kernel hackers face this
dilemna. Anyway, please don't hesitate to ask me for help. If
I don't reply, that usually means that I am busy. Just try again
later. There's also a speedtouch mailing list that I lurk on, see
http://speedtouch.sourceforge.net/in...ntacts.en.html

Happy surfing!

Duncan.
 
Old 06-18-2004, 07:42 AM   #27
bugsbunny
Member
 
Registered: Jan 2003
Location: London/UK
Distribution: Slackware 9.1
Posts: 111

Original Poster
Rep: Reputation: 15
Hello Andrew,

I will like to upgrade to 2.6.7 but I want to find out if there are any issues i should watch out for with regards to getting speedtouch modem to work?
 
Old 06-18-2004, 09:55 AM   #28
duncan.sands
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
use -e 1 with pppoa3

If you are using pppoa3 with a 2.6 kernel, then you should
add -e 1 to the pppoa3 command line switches. I haven't
noticed any special problems with 2.6.7.

Ciao,

Duncan.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I compile? icecream33 Programming 3 12-20-2017 11:49 AM
compile 2.6.13 jupiter3437 Linux - Software 3 09-09-2005 04:09 PM
ntop compile/post-compile problem? tjb Linux - Software 3 12-28-2004 04:22 PM
Cannot compile c davidtsl Programming 8 12-13-2004 01:36 AM
Compile help Twiggy794 Linux - Software 1 12-03-2003 01:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration