Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-10-2006, 07:43 PM
|
#1
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Rep:
|
slackware 2.6.16 and speedtouch 330
i have looked at a couple of how to's including the speedtouchconf script from sourceforge and the other one which involves recompiling the kernel. the kernel worked a treat after i recompiled and i followed all the instructions to the letter but still no joy with internet access. has anyone had any joy configuring slackware 10.2 with 2.6.xx kernel? if so how did they go about it. cheers for any help
|
|
|
04-10-2006, 07:55 PM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
well start with the test 2.6.x kernel that is either in the 10.2 tree or the current tree.
If you want a diff kernel version than those you can just use the config file from them, and then use the make oldconfig command
|
|
|
04-10-2006, 08:06 PM
|
#3
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
sorry if i wasnt clear. my problem is not with compiling the kernel. it is with the speedtouch 330 modem. i installed the 2.6.13 kernel from the slackware cd, and used the config file from this when compiling the 2.6.16 kernel. i followed the instructions from here http://www.linux-usb.org/SpeedTouch/slack/ to the letter but have had no joy. has anyone else got this modem working on the 2.6.16 kernel?
|
|
|
04-11-2006, 03:09 PM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
what is the output of: lsusb
|
|
|
04-11-2006, 04:27 PM
|
#5
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
yeah the modem is listed when i do lsusb, along with my usb mouse. not sure what to try, any ideas?
|
|
|
04-11-2006, 04:28 PM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
did you compile the drivers as modules or inside the kernel?
|
|
|
04-11-2006, 04:45 PM
|
#7
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
no the drivers for the modem were installed after i recompiled the kernel using linux-atm.2.4.1 ppp.2.4.3 and the firmware mgmt.o i made sure i had the right version of the firmware for my modem. version 4. these are the changes i was instructed to make to the kernel if its of any use
# ode Maturity Level Options --->
#
*[*] Prompt for development and/or incomplete code/drivers
# General Setup --->
#
*[*] Support for hot-pluggable devices
# Networking support --->
#
*[*] Networking support
* Networking options --->
*
o[*] Packet Socket
o[*] Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)
o[*] RFC1483/2684 Bridged protocols (only needed if you're going to use PPPoE)
# Device Drivers --->
#
* Generic Driver Options --->
*
o[*] Hotplug firmware loading support
* Network device support --->
*
o[*] Network device support
o[*] PPP (point-to-point protocol) support
o[*] PPP support for async serial ports
o[*] PPP Deflate compression (not essential, but useful)
o[*] PPP over Ethernet (EXPERIMENTAL) (only needed if you're going to use PPPoE)
o[*] PPP over ATM (only needed if you're going to use PPPoA)
* Character devices --->
*
o[*] Non-standard serial port support
o[*] HDLC line discipline support
* USB Support --->
*
o[*] Support for Host-side USB
o[*] USB Device Filesystem
o[*] OHCI HCD support (only if your USB controller is OHCI)
o[*] UHCI (most Intel and VIA) Support (only if your USB controller is UHCI)
o USB DSL modem Support --->
o
+[*] USB DSL modem Support
+[*] Speedtouch USB support
|
|
|
04-11-2006, 04:47 PM
|
#8
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
sorry the drivers were compiled inside the kernel, not as modules
# USB DSL modem Support --->
#
*[*] USB DSL modem Support
*[*] Speedtouch USB support
|
|
|
04-12-2006, 05:05 PM
|
#9
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
this is the output i recieve when i try to start the connection with pppd call speedtch
pppoatm.so loaded.
PPPoATM plugin_init
PPPoATM setdevname_pppoatm - SUCCESS:0.38
modprobe: Can't locate module pppoatm
failed to create socket: Address family not supported by protocol
i have tried both compiling the speedtouch drivers into the kernel and also as a module and i get the same result both times.
|
|
|
04-13-2006, 02:33 PM
|
#10
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Quote:
Originally Posted by mallyooh
modprobe: Can't locate module pppoatm
|
I think you should compile ATM support too.
|
|
|
04-15-2006, 06:51 AM
|
#11
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
ppp over atm support was compiled into the kernel, are you saying i would be better compiling it as a module? all the kernel options i changed are in the post above
|
|
|
04-17-2006, 02:17 PM
|
#12
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
problem solved! bought a decent router and booted that old speedtouch usb piece of crap right into oblivion. cheers for all the help anyways.
|
|
|
04-24-2006, 08:40 PM
|
#13
|
Member
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358
Rep:
|
for anyone looking back at this ... I'm using the speedtouch 330 with no problems on kernel 2.6.7 on Slackware 10.2.
I don't use the kernel module but instead use the speedtouch.sourceforge.net method.
Works a charm
|
|
|
04-25-2006, 08:23 AM
|
#14
|
LQ Newbie
Registered: Sep 2004
Location: scotland
Distribution: slackware, ubuntu, knoppix
Posts: 17
Original Poster
Rep:
|
i tried that speedtouch conf script as well. thats strange, maybe i went wrong somewhere along the way. fair play to you.
|
|
|
04-27-2006, 07:33 AM
|
#15
|
Member
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358
Rep:
|
This is on kernel 2.6.7.
I, like you, had to be sure I was getting all the right pppoa and atm stuff in my kernel ... and that there was nothing in my ppp options except what speedtouch-setup put there (I just removed /etc/ppp to an archive before I started).
[Edit:]
Incidentally this is still working on Slackware 12 but I have some intermittent issue where I have to killall pppd and remove the kernel modules, then modprobe and start over. Works for hours sometimes, minutes others. Generally will work on a fresh boot.
Last edited by pbhj; 11-13-2007 at 06:28 PM.
|
|
|
All times are GMT -5. The time now is 04:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|