X resolution: dpk-reconfigure xserver-xfree86 does nothing

2006-11-24 Thread Ed Young
For some reason debian installed X with a really low resolution so I'm trying to increase my screen resolution from 800x600 to something like 1024x768. I tried running dpg-reconfigure xserver-xfree86 and it returned immediately without doing anything. What is the procedure for reconfiguring my

Re: Parallel port access as non root user?

2006-09-21 Thread Ed Young
s the parallel port? I want to do this to reduce the security issues related to running a program as root. On 9/21/06, Justin Piszcz <[EMAIL PROTECTED]> wrote: The program you are running needs root permissions perhaps? chownroot:root program; chmod 4755 program ; ./programJustin.On Thu, 21 S

Parallel port access as non root user?

2006-09-21 Thread Ed Young
I'm trying to access the parallel port (/dev/lp0) from a non root process. Basically I have a program that can only access the port if it runs as root. Here's what happens when I run as root:[EMAIL PROTECTED]:~/src/k74- 1.0# ./pprxtx all set[EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx read255[EMAIL PR

Should I have both apache and apache2 packages installed

2006-02-01 Thread Ed Young
I'm trying to debug some issues related to php and locales and I see that I have apache and apache2 packages installed. It's a bit confusing when there are two /etc/apacheX directories to configure. I'm simply trying to get php and MySQL working so I can experiment with them and get drupal workin

PHP Installed, but not working

2006-02-01 Thread Ed Young
I've installed php4 and related packages but the apache server doesn't indicate php support. I edited the /etc/apache/http.conf file and added # And for PHP 4.x, use:     #     AddType application/x-httpd-php .php     AddType application/x-httpd-php-source .phps So it will recognize the file ext

apache2 install documentation and locales broken?

2006-02-01 Thread Ed Young
It seems that the apache and apache installation has several problems. I did a new install of Sarg (Debian 3.1r1) and chose as one of the install options a web server. It installed apache, apache2,etc and I added  apache-doc but it seems like the installation has problems. I'm unable to see the a

Content Management Recommendations?

2006-01-16 Thread Ed Young
Title: Message Can anyone recommend a good content management system for me to set up. I want to have a News section, a photo gallery, a blog, some articles, etc.   I used to use PostNuke, but I don't see it as a Debian package anymore.    I'd prefer PHP/MySQL but it's not a requirement.

SOLVED RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-16 Thread Ed Young
: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device On Wed, Jan 11, 2006 at 07:20:33PM +, Andrew M.A. Cater wrote: > On Wed, Jan 11, 2006 at 11:54:00AM -0700, Ed Young wrote: > > I can't get X to start because apparently because the mouse device > > c

after madwifi install/upgrades, can't make config kernel

2006-01-15 Thread Ed Young
Title: Message I've been trying to get my DWL-G510 Wifi card running. I've tried ndiswrapper with no success, and am now trying to get madwifi working.   I am running Debian 3.1r1 and I added deb http://http.us.debian.org/debian/ testing main contrib non-free to my /etc/apt/sources.list s

SOLVED RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-12 Thread Ed Young
I solved this by following the note within XF86Config-4 about doing an md5sum on the file when updating, and by doing a modprobe mousedev. I was trying to set the mouse device stanza to specify my /dev/psaux and PS/2 but It turns out I wasn't really updating the file. Thanks to everyone for the

RE: SOLVED New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-12 Thread Ed Young
ginal Message- From: Juergen Fiedler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 7:06 AM To: debian-user@lists.debian.org Subject: Re: New install->Broken X->modprobe mousedev->now X Works, but no mouse On Wed, Jan 11, 2006 at 03:17:24PM -0700, Ed Young wrote: > Tha

RE: ndiswrapper -l doesn't return hardware present

2006-01-12 Thread Ed Young
So I know it's Atheros chipset. Thanks, Ed -Original Message- From: Andrew M.A. Cater [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 1:38 AM To: debian-user@lists.debian.org Subject: Re: ndiswrapper -l doesn't return hardware present On Wed, Jan 11, 2006 at 1

Dlink DWL-G510: Never get hardware present message

2006-01-11 Thread Ed Young
Title: Message I have a Dlink DWL-G510 that works find under Windows XP (dual boot). I'm trying to get it to work with Debian 3.1r1.    I'm following the instructions at http://www.linuxquestions.org/linux/answers/Networking/ndiswrapper_on_Debian_Sarge_without_having_to_compile_anything   A

ndiswrapper -l doesn't return hardware present

2006-01-11 Thread Ed Young
Title: Message I have a Dlink DWL-G510 that works find under Windows XP (dual boot). I'm trying to get it to work with Debian 3.1r1.    I'm following the instructions at http://www.linuxquestions.org/linux/answers/Networking/ndiswrapper_on_Debian_Sarge_without_having_to_compile_anything   Af

RE: SOLVED (Re: dpkg-reconfigure xserver-xfree86 yeilds no XF86Config-4 file?)

2006-01-11 Thread Ed Young
Thanks everyone for helping lead me to the solution. I had two problems: 1.I needed to change the mouse to /dev/psaux and specify PS/2 and 2. I wasn't updating the XF86Config-4 file ( I had read the note below but misinterpreted it ) I had been changing the config but didn't realize that it wa

dpkg-reconfigure xserver-xfree86 yeilds no XF86Config-4 file?

2006-01-11 Thread Ed Young
Title: Message I'm very confused. Where does the XF86Config-4 file live? I thought it was in /etc/X11.   I also thought that dpkg-reconfigure xserver-xfree86 was supposed to create a new XF86Config file.   I did an experiment. I deleted (saved elsewhere) the XF86Config-4 file and tried to

RE: New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-11 Thread Ed Young
- From: Juergen Fiedler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 3:06 PM To: Ed Young Cc: debian-user@lists.debian.org Subject: Re: New install->Broken X->modprobe mousedev->now X Works, but no mouse On Wed, Jan 11, 2006 at 02:31:40PM -0700, Ed Young wrote: > >

New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-11 Thread Ed Young
I did a new install of Debian 3.1r1 and X failed out with a /dev/input/mice no device found error. I issued modprobe mousedev and then startx got x running, but the mouse still doesn't work. I added mousedev to /etc/modules and now when I reboot, X starts but still no mouse. I've run dpkg-rec

RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-11 Thread Ed Young
(**) Configured Mouse: Buttons: 5 (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) Configured Mouse: ps2EnableDataReporting: succeeded So when I added the mousedev module, X will run, but the mouse doesn't work? Any ideas? Thanks, Ed -Original Me

(EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-11 Thread Ed Young
Title: Message I can't get X to start because apparently because the mouse device can't be found, though the device directory entry seems to be there: Falcon:/etc/X11# ls -la /dev/input/micecrw-rw  1 root root 13, 63 2005-02-25 23:43 /dev/input/mice   The Mouse is a standard PS/2. I'm

Upgraded to testing, broke X, can't open /dev/input/mice

2005-12-06 Thread Ed Young
My upgrade to testing broke X. It seems that the mouse device can't be found Here's the transcribed error from /var/log/XFree86.0.log: (EE) XF86OpenSerial: cannot open device /dev/input/mice no such file or directory (E) Preinit failed for input device "Configured mouse" Couldn't load XKB keymap

RE: WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-06 Thread Ed Young
Yes, I'm running stable However, I just issued Apt-get -u dist-upgrade install testing And I am in the process of "upgrading" to testing. I did this because I needed to upgrade libc6 to 2.5.8 for madwifi-tools and because I got confused by the hand rolling of madwifi using tarballs. Once it's

3rd party Madwifi packages for Debian Sarge won't build

2005-12-05 Thread Ed Young
I'm trying to install madwifi to get my dwl-g510 wifi card working. Atheros chipset. I can't find madwifi packages when searching the stable branch, so I downloaded the file madwifi-source_20041023-1_all.deb from http://madwifi.sf.net This package won't install because of dependency problems (se

Re: WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-05 Thread Ed Young
te: > For Debian, check this: > http://ndiswrapper.sourceforge.net/mediawiki/index.php/DebianNoCompiles > > On 12/5/05, Ed Young <[EMAIL PROTECTED]> wrote: > > > > I need some help getting this wifi card working under Linux. I have it > > working ok under Wind

WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-05 Thread Ed Young
I need some help getting this wifi card working under Linux. I have it working ok under Windows. lspci returns :00:08.0 Ethernet controller: Atheros Communications, Inc.: Unknown device 001a (rev 01) I believe I need to use ndiswrapper to get this card working. It's listed as supported in th

kernel reboot failing with MODPROBE error

2005-12-05 Thread Ed Young
First of all, is there a good Debian kernel building howto? When rebooting with a new kernel I get an error something like kernel panic MODPROBE /lib/module/2.6.8/modules.dep no such file or directory. This file exists the the above directory. I installed the debian package kernel-source-2.6.8 an

VIA/S3G UniChrome IGP: Can't get better than 800x600

2005-12-05 Thread Ed Young
I know it's possible to get higher resolutions, since it used to work before re-installing debian recently. when running dpkg-reconfigure xserver-xfree86 I select either via or s3 and then all resolutions from 1280x102 on down. I can provide any info to help diagnose things. Thanks and Please

RE: Changeing capslock to control

2005-12-05 Thread Ed Young
dvd films and K3b [ [EMAIL PROTECTED] ] > Re: printer and web camera. [ Ryan Nowakowski > <[EMAIL PROTECTED] ] > Changeing capslock to control [ Ed Young <[EMAIL PROTECTED]> > ] > Re: Dumb DNS [ Darryl Cl

Changeing capslock to control

2005-12-05 Thread Ed Young
Is there an userspace application to change the capslock to control? In the old days it was the xf86Config file, but doesn't seem to be now. Please advise and thanks, Ed

RE: madwifi, dwl-G510 and Debian 3.1

2005-08-15 Thread Ed Young
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of antgel Sent: Monday, August 15, 2005 5:23 AM To: debian-user@lists.debian.org Subject: Re: madwifi, dwl-G510 and Debian 3.1 Ed Young wrote: > I'm trying to get a dlink DWL-G510 wifi board working with a Debian &g

RE: reading boot messages

2005-08-14 Thread Ed Young
Type "dmesg" at the command line. Cheers, Ed -Original Message- From: Wu-Kung Sun [mailto:[EMAIL PROTECTED] Sent: Sunday, August 14, 2005 9:44 PM To: Debian-users Subject: reading boot messages Hello all, how can I read the boot messages? I've had some big problems today which I'll u

madwifi, dwl-G510 and Debian 3.1

2005-08-14 Thread Ed Young
I'm trying to get a dlink DWL-G510 wifi board working with a Debian 3.1 system. Currently I'm running a stock 2.4.27 kernel. So far the stock kernel doesn't seem to see the card and reports only the onboard ETH0 ethernet. I set this system up using my onboard ethernet as ETH0 but I want to se

gtk+ 1.2?

1999-11-04 Thread Ed Young
onfig --version. If I'm installing the wrong packages, which ones do I need? I upgraded using apt-get update, apt-get install libgtk1.2. I then did a full dist-upgrade with apt-get dist-upgrade and got the same result... Thanx in advance, Ed -- ********** Ed Youn

Changing "reply to" field?

1999-01-23 Thread Ed Young
3 Jan 1999 10:01:11 -0700 (MST) From: Ed Young <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [EMAIL PROTECTED]: Testing offline composing] Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII