Re: Help to install graphical environment on Hyundai 255KI 15.
Rodolfo wrote: > I don't manage to install a graphical environment on my > Hyundai 255KI 15, Debian Sarge 3.1 stable. > After the base installation I did: > > # apt-get install gdm gnome > > , but no graphical environment will start, neither with: > > $ startx > > nor with: > > $ gnome-session > > . Any help? > (And, how can I start KDE instead of gnome?) Lee Craig wrote: > Type apt-get x-window-system (could be x-windows-system) > And also if it hasn't been done yet..shouldnt need to do it. > > apt-get build-dep gnome > > Once uve set xfree86 up u should be able to run gnome. Takis Diakoumis wrote: > try: > apt-get install x-window-system gdm gnome Ognjen Bezanov wrote: > try executing X on its own (in a root terminal). If you get an error > message, then post it here. > > Also make sure that x-window-system and x-window-system-core are installed > > > for choosing which one to startup by default, isnt that done in > /etc/rc.conf? (or does debian have a different way of doing it?) Andrew Perrin wrote: > What happens when you type startx? > > As for using kde instead of gnome, try apt-get install kde kde-core Thanks to all. I tried to follow all the indications, but nothing. I did: # apt-get install gdm gnome # apt-get install x-window-system x-window-system-core # apt-get install kde kde-core , but when I do: '$ startx' it says something like: XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. I can't report the whole output because I can't obviously copy and paste. As for the file /etc/rc.conf, it does not exist in my system. Other hints? Maybe something wrong in the laborious xfree86 setting? There are many questions I don't know how to answer, so I simply type 'Enter'. Tanks, Rodolfo
Re: Help to install graphical environment on Hyundai 255KI 15.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rodolfo Medina wrote: > Other hints? Take a look into the logfile of your Xserver, that would be either /var/log/Xorg.0.log or /var/log/XFree86.0.log (depends on the xserver you got there, I'd guess it's the latter one). Any line with (EE) or (WW) is suspicious and might give a hint as to what problem you are experiencing there. HTH, Gina -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDkYwmMiMw/6TM234RAqiKAJ9/nyX8/CJCo9bsHdtjvDl4zZx5KwCcDAPI 1EVyPrMSDdie/NR2TOk+udk= =w/Hp -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Acer travelmate acerhk.0.5.28 hotkey problem
or you can use checkinstall: #apt-get install checkinstall you compile the module (make) but do not install it, and then you do: #checkinstall make install this creates a .deb package, you can specify it's headers. >On Saturday 03 December 2005 08:59, Martin Vlk wrote: > I have compiled the kernel module and the extra keys now generate X events > (as shown by xev). So the driver itself works fine. > > How to compile the acerhk module and create deb package > > I assume you have a configured Linux kernel source in the > directory and you have installed the module-assistant package. > > - Add the following to your /etc/apt/sources.list >deb http://kanotix.com/files/debian/ unstable main contrib non-free > - Install the "acerhk-source" pacage. The source installs >in "/usr/src/acerhk.tar.bz2" > - Unpack the archive somewhere in your home dir. (e.g. ) > - $ export MODULE_LOC= > - $ cd > - $ fakeroot make-kpkg modules (This creates a .deb package in the parent >directory of > - Install the package: $ dpkg -i > - Load the module: $ modprobe acerhk > - You also want to include it in the "/etc/modules" file so it loads >automatically on boot. > > > Now the second part of the problem is how to assign the keyboard events to > some actions. I haven't dne that before - can anyone help? > > Hope this helps. > vlcak pgpA6b4difAtS.pgp Description: PGP signature
Re: Acer travelmate acerhk.0.5.28 hotkey problem
Martin Vlk wrote: I have compiled the kernel module and the extra keys now generate X events (as shown by xev). So the driver itself works fine. How to compile the acerhk module and create deb package I assume you have a configured Linux kernel source in the directory and you have installed the module-assistant package. - Add the following to your /etc/apt/sources.list deb http://kanotix.com/files/debian/ unstable main contrib non-free - Install the "acerhk-source" pacage. The source installs in "/usr/src/acerhk.tar.bz2" - Unpack the archive somewhere in your home dir. (e.g. ) - $ export MODULE_LOC= - $ cd - $ fakeroot make-kpkg modules (This creates a .deb package in the parent directory of - Install the package: $ dpkg -i - Load the module: $ modprobe acerhk - You also want to include it in the "/etc/modules" file so it loads automatically on boot. Thanx a lot i like to trie this on monday morning and give you a responce Now the second part of the problem is how to assign the keyboard events to some actions. I haven't dne that before - can anyone help? Oh, this is easier. I know this, i have a fine disscription from http://www.duskzone.it/works/linux/c300howto/debianLinux_on_acer_travelmateC300.php Hope this helps. vlcak regards daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Acer travelmate acerhk.0.5.28 hotkey problem
john wrote: or you can use checkinstall: #apt-get install checkinstall you compile the module (make) but do not install it, and then you do: #checkinstall make install this creates a .deb package, you can specify it's headers. "you can specify it's headers." Sorry what does this mean? Whats the advantage to that what Martin wrote? regards daniel On Saturday 03 December 2005 08:59, Martin Vlk wrote: I have compiled the kernel module and the extra keys now generate X events (as shown by xev). So the driver itself works fine. How to compile the acerhk module and create deb package I assume you have a configured Linux kernel source in the directory and you have installed the module-assistant package. - Add the following to your /etc/apt/sources.list deb http://kanotix.com/files/debian/ unstable main contrib non-free - Install the "acerhk-source" pacage. The source installs in "/usr/src/acerhk.tar.bz2" - Unpack the archive somewhere in your home dir. (e.g. ) - $ export MODULE_LOC= - $ cd - $ fakeroot make-kpkg modules (This creates a .deb package in the parent directory of - Install the package: $ dpkg -i - Load the module: $ modprobe acerhk - You also want to include it in the "/etc/modules" file so it loads automatically on boot. Now the second part of the problem is how to assign the keyboard events to some actions. I haven't dne that before - can anyone help? Hope this helps. vlcak -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian on an IBM ThinkPad t42(p)?
Nate Bargmann <[EMAIL PROTECTED]> writes: > I like my Thinkpads. I haven't considered any other brand. Me too. Particularly the T series. I've had a T30 and T41 at work, and my T40p at home for years. Debian every time. I still need to update the hotplug -> udev migration in etch/sid, but the info in my ThinkPad page should be pretty applicable to your T42p. http://www.newt.com/debian/thinkpad-t40p/ -- Bill Wohler <[EMAIL PROTECTED]> http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: USB devices dead after APM suspend on kernel 2.6.14-2-686
Paulo M C Aragão <[EMAIL PROTECTED]> writes: > I have Debian sid, kernel 2.6.14-2-686, installed on a Fujitsu > Lifebook E342 laptop. When it comes back from APM suspend, the USB > devices (a 4-port hub and a mouse) are not brought up Paulo, I've attached my /etc/apm/event.d/local file. You should be able to simply drop it in place and edit the portions that don't apply to you (like stop-networks and esd commands). You'll probably replace uhci_hcd with ehci_hcd unless you've blacklisted ehci_hcd too. --8<---cut here---start->8--- #! /bin/sh # The ath_pci (used with the wireless network) and uhci_hcd (used with # USB devices on docking station and Bluetooth) modules don't recover # after suspending under 2.6 and udev. So, take down all networks upon # suspend. Remove and insert uhci_hcd upon resume. The networking # scripts will handle resetting the ath_pci module. # # Finally, esd gets hosed after a suspend and resume, so kill it # before suspending and start it on resume. Starting it as wohler is # ugly, but works. # # See apmd(8) for a description of the parameters passed to this script. case "$1,$2" in suspend,*) stop-networks killall esd ;; resume,*) modprobe -r uhci_hcd modprobe uhci_hcd su wohler esd & ;; change,power) #if [ `awk '{print $8}' /proc/apm` -gt 0 ]; then ## Battery # killall -STOP setiathome #else ## AC Power # killall -CONT setiathome #fi ;; esac exit 0 --8<---cut here---end--->8--- And stop-networks, which I put in /usr/local/sbin. --8<---cut here---start->8--- #! /bin/sh # Stop all normal networks. networks=`ifconfig -s|egrep '(eth0|ath0|ppp0)'|awk '{print $1}'` for i in $networks; do echo "Stopping $i" sudo ifdown --force $i done --8<---cut here---end--->8--- -- Bill Wohler <[EMAIL PROTECTED]> http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]