Okay, I'm starting to like Linux...

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

inflater wrote:LOL I've successfully managed to run my ADSL modem inside Kubuntu !!! :) :D
Does not your modem support ethernet? Then it should be as simple as plug in and assign IP/or use DHCP.
My OS is Perception.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

My modem supports ethernet :), but... it was a miracle it worked through libatm and eagle-usb packages... :D This modem, like another modems, isn't oficially supported for Linux though. (Based on Conexant chipset)

Yeah I am using mtdark2 theme too (kinda like BSOD-ish though :)), but when I was taking that screen, I was not logged in. ;)

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Linux working perfectly, just upgraded the new version of the kernel :) This unfortunately erased the WinXP from the GRUB boot menu, but it was only a two minute task to recover it back up. :)

I have heard of such program called Automatix, a program capable of downloading software, http://www.getautomatix.com/ , heard positive and also negative comments. The negative are, on www.ubuntu.sk the post-installation process is informing that Automatix will clobber your Linux system... I preinstalled Linux like three times wondering why :lol:, ... :D

Any ideas about this program? Can it really damage the kernel?

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

inflater wrote:My modem supports ethernet :)
You should always use the Ethernet (RJ-45) connector on modems, As it's far more reliable then using the USB interface & associated drivers..

You might even receive a performance increase by using your OS's native PPPoE client.. (Assuming that's the protocol your ISP uses..)

@mtDar2 theme:
Cool! at least some people are using it 8)

I hate it when my login session expires.. the bright white light burns :(
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

So, I remembered trying for compiling the Tempest for Eliza or 3D Filesystem Browser in cygwin :D... so I downloaded SDL source, and ran the configure script:

Code: Select all

jojo@jozef-i386:~$ cd /home/jojo/Desktop
jojo@jozef-i386:~/Desktop$ cd SDL-1.2.12
jojo@jozef-i386:~/Desktop/SDL-1.2.12$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
jojo@jozef-i386:~/Desktop/SDL-1.2.12$ 
When trying to apt-get install binutils, it says the latest version is already installed on my system... Kinda noob questions, but what should I do next? I have taken the config.log in the attachment.
In the log, it complains about crt1.o:

Code: Select all

/usr/bin/ld: crt1.o: No such file: No such file or directory
Regards
inflater
Attachments
config.tar.gz
(2.27 KiB) Downloaded 63 times
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
nick8325
Member
Member
Posts: 200
Joined: Wed Oct 18, 2006 5:49 am

Post by nick8325 »

Binutils is only the assembler and linker etc. From your config.log, it seems that gcc is installed, but not its startup files...perhaps you should try

Code: Select all

apt-get install gcc
User avatar
binutils
Member
Member
Posts: 214
Joined: Thu Apr 05, 2007 6:07 am

Post by binutils »

Code: Select all

apt-get install build-essential
FYI: "aptitude" is more frendlier than "apt-get"
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

Brynet-Inc wrote:@mtDar2 theme:
Cool! at least some people are using it 8)

I hate it when my login session expires.. the bright white light burns :(
It's an awesome theme - but yes, the white light does burn.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Got it working by installing libc6-dev package :D. Through Synaptic. :) I then downloaded some binaries, and tested - for example, compiz-fusion. It was like Windows Vista 8), but I do not need overactive system with amazingly smooth 3D desktop :lol:, I am fully satisfied with GNOME itself (or KDE style or WinXP style, or Win98 style, etc etc.) ;)

But... I tried to download SDL and compile it; any SDL program would output this:

Code: Select all

Exit to error: Can't init SDL No available video device
First I disabled the proprietary NVIDIA driver, restarted system, didnt work. Enabled it back again, of course it wouldnt work. So I fired up Synaptic, removed SDL and reinstalled it back again as binaries, nothing except this message. So I set the SDL_VIDEODRIVER environment variable to "x11", nothing. I tried another program based on SDL, zugga. Also I tried to "xhost + localhost" or running the program under root privileges, still nothing... I googled and found these troubleshootings above, but they didnt solved my problem...

Anybody knows what I am doing wrong? You see, I tried almost everything. Should I google more, or ask in ubuntu forums?

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Oh, never mind, I have downloaded every library that has the "x11-dev" name in it, and recompiled SDL from source. :). It would be a shame if I would not post some of the screenshots... :oops: So,

Image

One thing I discovered is, that DosBox runs better on Linux than Win32! :)

Screen of TDFSB: 3D Filesystem Browser:

Image

Actually I was on my NTFS partition listening to my favorite MP3's using this program. :)

I also compiled successfully Tempest for Eliza and its MP3 support, but I do not have much time to plug in my old dusty CRT monitor to check it out :D

Regards,
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
nick8325
Member
Member
Posts: 200
Joined: Wed Oct 18, 2006 5:49 am

Post by nick8325 »

inflater wrote:Oh, never mind, I have downloaded every library that has the "x11-dev" name in it, and recompiled SDL from source. :).
You could've just installed libsdl1.2-dev ;)

Nice screenshots, though :)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

@inflater, you are now a linux geek, you will be doing a full kernel recompile or your own distro soon ;).

PS: How have you gone from Mr bean to that monster as your avatar ?.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Dex wrote:you are now a linux geek, you will be doing a full kernel recompile or your own distro soon
LOL :lol: :lol: I believe in almost everything, but I will make an exception in this, really. :lol:
Dex wrote:PS: How have you gone from Mr bean to that monster as your avatar ?.
Well, I have the Mr. Bean avatar on some three forums, should I remove the face from Exorcist back to Bean? :P Or should I use Tux like piranha or Alboin are having? :D

//EDIT: I tried today to build my own gramaphone using my homemade "air conditioner" ... a CPU fan in a box. :D, also, with two screwdrivers, one big screw thing, chemical glue and superglue, and a frisbee along with an ordinary (damaged), school drawing compass. My attempt to build an chassis capable of spinning 33 1/3 RPM or any other speed, failed. The big screw hit me in the face when plugging the CPU fan (as a motor) to the mains, and it was only 3 volts! :( Well... time to find a strong motor with the long and thin rotor thing where I could attach the frisbee to :D (for spinning :)). At least the needle+speaker thing is done :lol: I wonder how would these vinyl records sound, with my unique recordplayer :lol:

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
OrOS
Member
Member
Posts: 143
Joined: Sat Sep 08, 2007 11:26 pm
Location: Canada

Post by OrOS »

Didn't read through this entire thing, but:
I don't think you can install Linux or any Unix-like system on a FAT32 file system.. It will lack file permissions amongst other things.
Not true. Several smaller linux distros install just fine onto a fat32 partition, some as expanding images, others as tree based permissions ( which do slow down HD access by a couple of ticks ).

In fact, if your just starting with linux, try one of the versions you can install right onto your windows partition, and that use a special boot floppy to expand the image and load from there. 100% working system with no data loss.

All linux distros ( That I'm aware of ) have issues of one kind or another with NTFS. Reading is usually fine, but writting can have some issues, especially with 2.4 kernels using the older NTFS libs.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

inflater wrote:Or should I use Tux like piranha or Alboin are having? :D
I should have you know that my tux avatar is a custom made version of Ewing's penguin, that is, I added the tea cup. :)
C8H10N4O2 | #446691 | Trust the nodes.
Post Reply