DSL and Sound Configuration

2003-01-20 Thread Kris K
Hi all:

I'm having problems configuring my ADSL connection w/Debian.  I have a 
Lynksys BEFW11S4 V.2 Etherfast Router that connects to the internet via my 
Efficient Network's 5360 Speedstream Modem.  I use a Lynksys 10/100 
Etherfast Card.  Here's the rundown.

On a previous install of Debian, I was unable to get X to start, though I 
had a fully functional internet connection that I used to d/l Debian.

Decided to reinstall - this time, got X to run, but, ironically, my internet 
is down.  Damn, are computer's fickle?  LOL.

I installed the 'ppp' module into my kernel like I normally do in the Debian 
install.  No joy.  Tried removing that module.  No joy.  Added just 
'ppp_deflate'.  Nope.  Tried 'ppp' and 'ppp_deflate' together.  Nada.

I ran 'pppoeconfig' (or is it just 'pppconfig'?  it's the 'ADSL/PPPOE' 
Configurator in the Debian Menu) - it won't run on the initial try, and 
prompts me to run 'modconf'.  After selecting and removing/installing one of 
the modules (apparently, it just wants a change, and it doesn't care what), 
'modconf' dumps me back into 'pppoeconfig' - which tells me that it now 
detects my Ethernet Card, and then tries to auto-config everything.  That's 
when it tells me no - it can't detect the setup from the 'provider' - I'm 
assuming that's the router.  It also says that its possible that other 
processes are using the interface 'eth0' - my ethernet card.

That's it.

Next is my soundcard - a Soundblaster 128PCI - aka: ES1371.  Everytime I 
start up KDE, it brings up a dialogue box that I used to get with Mandrake - 
'do not have permissions to device '/dev/dsp''.  I tried changing the 
permissions on it, but it didn't work.  I never did fix the problem - just 
installed SuSE on top of it.  LOL - I'm lazy.  But, I like Debian too much 
to just quit at it.  That's why I'm asking you guys.  Any ideas for either 
of these two problems?  Thanks a lot.

Regaurds,
Kris Kerwin



_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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



Getting X to start

2003-01-16 Thread Kris K
Hi -

Just installed Debian, and can't get X to start.  I've included my 
XF86Config-4 file, plus the log output that results from it.  What can I do 
to get it to work (ok...RTFM...that didn't work)?  Thanks for your help 
guys.

Kris Kerwin

P.S.:  Another example of M$ irrespecting Linux - the Hotmail account that I 
used on my Windows gamebox to receive this email says Debian is 
junkmail...hmm








_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


XFree86.0.log
Description: Binary data
Section ServerLayout
	Identifier Default Layout
	Screen Default Screen 0 0
	InputDeviceGeneric Keyboard CoreKeyboard
	InputDeviceGeneric Mouse CorePointer
EndSection

Section Files
	FontPath unix/:7100
	RgbPath  /usr/X11R6/lib/X11/rgb
EndSection

Section Module
	Load  GLcore
	Load  bitmap
	Load  dbe
	Load  ddc
	Load  dri
	Load  extmod
	Load  freetype
	Load  glx
	Load  speedo
	Load  type1
	Load  vbe
	Load  xie
EndSection

Section InputDevice
	Identifier  Generic Keyboard
	Driver  keyboard
	Option  XkbRules xfree86
	Option  XkbModel pc105
	Option  XkbLayout us
EndSection

Section InputDevice
	Identifier  Generic Mouse
	Driver  mouse
	Option  Device /dev/input/mice
	Option  Protocol /dev/psaux
	Option  Emulate3Buttons no
	Option  ZAxisMapping 4 5
EndSection

Section Monitor
	Identifier   Generic Monitor
	HorizSync30 - 70
	VertRefresh  50.0 - 160.0
	Option   DPMS
	Option   BusID PCI:1:0:0
EndSection

Section Device
	Identifier  Generic Video Card
	Driver  glide
	ChipSet Voodoo3
	CardVoodoo3 (generic)
	Option  UseFBDev true
EndSection

Section Screen
	Identifier Default Screen
	Device Generic Video Card
	MonitorGeneric Monitor
	DefaultDepth 24
	SubSection Display
		Depth 16
		Modes1024x768 800x600 640x480
	EndSubSection
	SubSection Display
		Depth 24
		Modes1024x768 800x600 640x480
	EndSubSection
EndSection

Section DRI
	Mode 0666
EndSection