LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Debian testing? no desktop? (https://www.linuxquestions.org/questions/debian-26/debian-testing-no-desktop-832940/)

lowlux 09-17-2010 09:21 PM

Debian testing? no desktop?
 
I installed debian testing but it didn't come with a desktop? I have no internet support.

The site is hard as hell to use.. hard to find anything... where do i find the Debian testing with the gnome desktop?

AlucardZero 09-17-2010 09:36 PM

Select Desktop System when you go through the install next time? It gave you the choice..

Or plug yourself in wired and apt-get install gdm

jbasement 09-17-2010 09:40 PM

#tasksel and select[*]Desktop Environment

alioop 09-18-2010 03:55 PM

I don't know what options you choose but the next time you install - and you'll fine it easier to do so - go with the default options. I've never had a problem doing so. Go slow and take the options offered. Other wise you'll have to do some things that might leave your scratching you head. So start from scratch and say yes to the default options.

Why reinstall? Well, first of all, it doesn't take that long to do so. And second... Well, there is no second. Just do it. You'll like it, your mother will like it and your children will like it. Plus it's easier. Go with the default options.

repo 09-18-2010 04:04 PM

Quote:

I installed debian testing but it didn't come with a desktop? I have no internet support.
Did you tried startx?

Kind regards

linus72 09-18-2010 04:53 PM

if you want debian testing on liveusb thats installable see here
http://live-helper.debian.net/cgi-bin/live-helper

put the iso on usb with dd or with unetbootin
if usb already has recent version of syslinux installed
just extract iso somewhere, rename isolinux folder to syslinux
rename isolinux.cfg to syslinux.cfg

hitest 09-18-2010 05:30 PM

lowlux,

At the command line as root run:

# aptitude install xorg gnome

Make sure you have a wired Internet connection (DHCP is easiest). That command will pull down the gnome desktop and all the needed xorg libraries. You don't need to re-install. It sounds like you just selected a base system when you first installed.

flipjarg 09-19-2010 08:31 PM

I had the same thing happen and I chose to install a desktop environment. As stated above, if you plug directly in via ethernet you can get an internet connection and type:

Code:

sudo aptitude update && sudo aptitude install gnome
If you only have wireless access then you'll have to manually configure your wifi card. You'll have to edit /etc/network/interfaces

My wifi card is set to be my main NIC so it was called eth1. I edited my /etc/network/interfaces file to have this in it:
Code:

# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
        # wireless-* options are implemented by the wireless-tools package
        wireless-essid MY_ROUTER_NAME

Then you have to activate the wifi card by typing:
Code:

ifup -a
Hope that gives you some insight or the solution. If you need more info on connecting to wifi when you only have the command line to deal with, do a search for: connect to wifi linux terminal. It turned up a few good answers.


All times are GMT -5. The time now is 07:27 AM.