Find the answer to your Linux question:
Results 1 to 5 of 5
Hi everyone, I just decided to put my Sarge and WinXP OS's on separate drives instead of one shared HD. I've got them both working except that my Debian is ...
  1. #1
    Linux User GNU_man's Avatar
    Join Date
    Apr 2005
    Location
    Canada, eh
    Posts
    284

    Installing packages

    Hi everyone, I just decided to put my Sarge and WinXP OS's on separate drives
    instead of one shared HD. I've got them both working except that my Debian is only the base system, no X, or anything. I can't remember the command to run the install debian packages. Anyone know? I don't want to boot off the DVD again because it just prompts me to install the base system again.

    thanks
    PTL x10 Hallelujah!
    AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
    Registered Linux user #391521

  2. #2
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    The command to install:
    Code:
    apt-get install <package>
    You'll either need the DVD or a working internet connection for apt-get to work. You will also want to make sure that /etc/apt/sources.list (apt's configuration file) is configure correctly. Probably the first things you want to get is "x-window-system" and your favorite WM.

  3. #3
    Linux User GNU_man's Avatar
    Join Date
    Apr 2005
    Location
    Canada, eh
    Posts
    284

    Unhappy

    Thanks, I installed X and GNOME now, but one more problem - my mouse doesn't work.

    This seems strange because the kernel detected my mouse perfectly, even down to the exact model name.

    BTW xf86config didn't have a 'USB mouse' option on the list, and I don't know what 'sysmouse' or 'busmouse' are. But I don't want to change my xconf. because I have everything else working fine and I don't remember this problem when I had Sarge installed on my other hard drive!

    Any suggestions for the USB mouse problem?
    PTL x10 Hallelujah!
    AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
    Registered Linux user #391521

  4. #4
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Use your favorite editor to take a look at "/etc/X11/XF86Config-4". Go to the mouse section and check the configuration there. If I remember correctly, USB mice are implemented by the /dev/input/mice protocol (as opposed to /dev/psaux).

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by GNU_man
    Any suggestions for the USB mouse problem?
    If bidi's suggestion doesn't work, try installing mdetect
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •