What keep you away from linux?

Don´t be shy, Linux is fun! =)
p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

bad_brain wrote:hmm...what an output do you get with

Code: Select all

fdisk -l
It just goes to the shell prompt. Not sure why. Other fdisk commands do the same.

I'm just going to install another distro. I'm quite tired of Ubuntu on it. The only reason I had on there was it had drivers for my wifi card.

But I think I have slax around which I have yet to try.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

weird....fdisk -l should list all drives, I wanted to check if the USB drive is mounted.. :? well, maybe it's really better to use another distro, to be honest I'm not a fan of Ubuntu anyway.
and this is maybe something that keeps people away from Linux yet: not every distro is working for everbody, so a little test-phase is needed until the best one is found.... :wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

Now i'm pissed. Nothing but ubuntu 5.10 will install on the damned thing. I even found a windows 95 disk and that didn't work.

I have slax and I assume i'm being stupid about the partitioning or something. I've installed it before... I'll try sarge debian.

Actually do you happen to know how to install Knoppix std? "install to hardrive" doesn't work :cry:

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

to install Knoppix boot the system from CD as usual, then press CTRL+ALT+F2 to switch into textmode, to start the install type:

Code: Select all

knoppix-installer
but I recommend to try Debian first (sarge, not etch)... :wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

I actually retreived my debian sarge 3.1 disk today. I'm going to give it a go.
But I am trying to teach myself c++ and can't find a distro with it installed. And with no internet access to that computer.... I just need to get usb working properly with my psp.

TY for the knoppix tip. I have like 4 knoppix cd's.

User avatar
RNA
suck-o-fied!
suck-o-fied!
Posts: 95
Joined: 23 Nov 2006, 17:00
17
Location: A bit to the right of null
Contact:

Post by RNA »

p99 wrote:I actually retreived my debian sarge 3.1 disk today. I'm going to give it a go.
But I am trying to teach myself c++ and can't find a distro with it installed. And with no internet access to that computer.... I just need to get usb working properly with my psp.

TY for the knoppix tip. I have like 4 knoppix cd's.
gcc is the C++ compiler, I dont know any linux dsitro without gcc.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, on Debian it's not installed by default, but all it takes are 2 commands:

Code: Select all

apt-get install gcc
apt-get install libc6-dev
:wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

Wow debian with G++ and gcc already installed. Cool.

I was stuck with it anyways. That or ubuntu. Cool now I program for 2 hours a night!!!! :cry:

Thanks. I need my "fix" :wink:

Post Reply