LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-18-2004, 02:05 PM   #1
fantacmet
LQ Newbie
 
Registered: Jan 2004
Location: Oregon
Posts: 9

Rep: Reputation: 0
Unable to get my DSL working


I just recently installed Slack 9.0, and have yet to be able to get it online. I have DSL service through Qwest/MSN( Can't afford the prices of cable, not to mention out here if you are not running their software so they can get their snoop reports they disable your access) anyway I have the MSN DSL1000 modem, and it was hooked through USB. I grabbed usbview, and I assume that items in red are items that are not working right or aren't supported, and the items in black are working/supported. The DSL Modem was in Red, I don't have an ethernet card, I know they are cheap but I cannot afford one right now. I managed to obtain from a friend, a linksys compact usb lan adapter. It's a touch smaller then a USB drive, and has a little flap you can pop up and plug your ethernet cable into it, works gret in windows, but still not working in Linux. However with this device hooked up, it is in black text in usbview, so it should be working, but nada. Tried the "mknod /dev/usb/ttyACM0 c 166 0" commands, and nada, I tried modprobe eth0 then insmod eth0, worked for modprobe but not insmod (had to do these to get my USB cable modem working back in the days I had cable before comcrap tookover), I'm at a loss here and pulling my hair out. I find no reason to use linux unless I can get it online as most of my time on the compute is spent online. I'd much rather unlock the power of linux online then being refrained in a straightjacket by using windows. Anybody got any idea's? For either the modem through usb, or the modem through the little adapter? It's the compact one, not the regular one.
 
Old 01-18-2004, 04:33 PM   #2
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
are all the usb modules you need loaded?
check /etc/rc.d/rc.modules
remove all the #'s where you need support for
if that's done
$ init 1 (you'll go back to runlevel 1)
log back in
$ init 3 (or 4 whatever u work in)
 
Old 01-19-2004, 09:33 AM   #3
fantacmet
LQ Newbie
 
Registered: Jan 2004
Location: Oregon
Posts: 9

Original Poster
Rep: Reputation: 0
Working

Thanks nesware, I got it working, Ibelievemost of it was what you had suggested, I had a couple of other little things, hopefully it will work as user too. One other little question, you might know. I am running KDE, and the biggest problem I have with a linux GUI is the mouse movement it's too slow. I know I can set accelleration, but it's just not the same. I much prefer the speed of the mouse in windows., which I have cranked almost all the way up. Is there a way that you know of to set mouse speed higher? Cranking the acceleration and dropping the threshold result in a mouse that moves so fast accross the screen it cannot be seen, nor controlled. I've messed with thos settings already. My desk area is limited and I don't like having to pick up the mouse 2 or 3 times to get accross the screen. Imagine how horrid it would be if I had a Virtual Desktop that was larger then my screen? LOL Thanks for the help.
 
Old 01-19-2004, 01:09 PM   #4
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
ok... you need to be root to do all this stuff..
first backup ur /etc/X11/XF86Config
cd /etc/X11
cp XF86Config XF86Config.old
/usr/X11R6/bin/xf86cfg -xf86config /etc/X11/XF86Config
then choose the options of the mouse pointer
change settings for resolution (i've mine set to 500, my screen res = 1200x800)
anyway.... look around for docs on google or man pages... cos SampleRate and other settings might help too...
i've opened kde a couple a times :-) ... i know that after opening the config panel mouse section... the mouse speed is changed... so maybe in kde there's another way to do this at start.. wouldn't know...
 
Old 01-19-2004, 06:12 PM   #5
fantacmet
LQ Newbie
 
Registered: Jan 2004
Location: Oregon
Posts: 9

Original Poster
Rep: Reputation: 0
Ok cool thanks. I had to reinstall everything because there I was going along happily and some prick rooted me, and killed my X server as well as other things. Deleted part of the X server, deleted part of other system files. Big mess. Whoever it was was in the proccess of editing the log files when I killed the system. I reinstalled everything, then went to inetd.conf to comment out all the daemons to prevent them from firing up since i hae no need to be running http, finger, ftp, smtp, etc. I'm not running a server, not am I on a network. Then I find out those daemons are no longer started on boot or by the crontab in inetd.conf so I have no idea what to do. I need to know which file to edit n. order to stop those services from firing up at boot so I don't get 0wned again.
 
Old 01-19-2004, 06:52 PM   #6
rotvogel
Member
 
Registered: Oct 2003
Posts: 534

Rep: Reputation: 30
If the server is mentioned uncommented in /etc/inetd.conf , comment them . Then restart inetd with a command like killall -HUP inetd .
If there is a /etc/rc.d/rc.startup script for a service remove the executable rights from the rc. script, for example : chmod -x /etc/rc.d/rc.nfsd .
And in 9.0 you have to check /etc/rc.d/rc.inet2 as well since some services are directly started from it, so comment what you don't want. This is changed in 9.1.
And there are security fixes on ftp://ftp.slackware.com/pub/slackwar...ches/packages/ or a mirror. You'd better install these as well.
Good luck.
 
  


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
unable to run from CD using DSL. jlofny DamnSmallLinux 5 12-16-2004 07:59 PM
Help DSL Setup not working! Nz_Boy_2004 Slackware 5 12-03-2004 11:58 PM
Wow...I got my DSL working... RoaCh Of DisCor Linux - Networking 2 10-12-2004 01:34 PM
DSL not working fusi0n_1911 Slackware 3 02-01-2004 01:22 PM
Fedora not working with DSL. Kujila Linux - Software 11 01-27-2004 11:44 PM

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

All times are GMT -5. The time now is 06:40 PM.

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