Linux

Discussion about everything. New games, 3d math, development tips...
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

gfxstyler wrote:and a one that sounds good if you decide to use ubuntu:
nautilus-script-collection-svn (svn integrated in the file manager menu of gnome, which is the one ubuntu uses -> rightclick)
I think I'll try that, I use TortoiseSVN on Windows which is integrated into the Explorer Shell.

My DVD burner is behaving badly again, so I'm going to try the Ubuntu installer, since it's 1 CD, rather than downloading the 5 CDs for SUSE at this point, I wanna get it up and running tonight.
Image
RapchikProgrammer
Posts: 279
Joined: Fri Dec 24, 2004 6:37 pm

Post by RapchikProgrammer »

Ya Ubuntu is really cool, its gud to c that you r gonna at least try it out!

BTW 8MBIT connection!!! U r really lucky cause in Pakistan, the usual download speed is 4kb/s i am one of the lucky lan users who get 10-20 kb/s!
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Well, Ubuntu didn't work. I tried booting off the CD and it just sat there for 10 mins cycling through a 10 second repitition of reading CD then hard drive.

I'm copying the SUSE ISO over to my laptop which has another DVD burner on it and will try burning SUSE onto another DVD.

EDIT: NM, laptop is just a DVD reader, damnit. I'm gonna have to copy the ISO across wireless to wifes computer :evil:
Image
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Burnt the Suse DVD ISO on my wifes computer, install was started and a open-suse-doc something or other package failed, and the whole installation aborted.

Tried Ubuntu again from CD, threw error and told me to reboot.

Download Suse individual CD ISOs and will try them, this is rather a pain in the ass :(
Image
gfxstyler
Posts: 222
Joined: Tue Apr 18, 2006 11:47 pm

Post by gfxstyler »

have you checked the md5 sum of the image/cds ? maybe your image or burned cd is corrupt
stodge
Posts: 216
Joined: Fri Dec 05, 2003 5:57 pm

Post by stodge »

Try the alternative Ubuntu install CD - one is a graphical installer, the other text.
What does the debugger tell you? You did use the debugger, didn't you?
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Yes, the MD5 sums check out, i've got 4 of 5 CDs downloaded so far for Suse 10.2 install, all Md5 sums check out.

If Suse CDs dont work, I'll try other Ubuntu installer.

If that don't work....I guess it's no Linux for now, not going to waste anymore time or CD/DVDs on it.... :roll:
Image
gfxstyler
Posts: 222
Joined: Tue Apr 18, 2006 11:47 pm

Post by gfxstyler »

i once experienced the same problem with an ubuntu cd as you (endless spinning drive) - it turned out that the dvd drive was damaged (it was at a school computer).
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

well, i finally got Open Suse 10.2 installed

Can't get network working
I'm kinda pissed, it doesn't install emacs
Network card is wireless, Linksys WMP54G PCI. It detects it as a Ralink2500 chipset, but cant connect it to wireless network, with Open network or with WEP Shared Key network.

Anything obvious i'm missing as far as wireless network card support? I've got everything configured properly in Network Manager, can't even get IP address, let alone get on internet.
Image
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

Well, finally, I'm on Konqeuror website now, Firefox won't work, keeps saying it's working offline.

At least progress, had to download a driver and do a make, make install and then reboot to get it working, havent tested it yet with WEP or any other encryption
Image
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

I just checked out latest SVN of irrlicht and am encountering lots of errors compiling the engine on Linux.
Image
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Except for the two variables which were missing in rev 390 everything worked so far, and rev 391 fixed the variable thing. Please show the compile log. Maybe you're missing the X11 dev packages?
I never used WLAN cards with Linux so far, but there are several firmware downloads possible vie the Online Update. They cannot be installed from CD/DVD because the binary drivers cannot be legally distributed with Linux distros. But automated downloads are possible. Thus you have to use the online update for several such things. Of course this means to connect wired for the first time.
gfxstyler
Posts: 222
Joined: Tue Apr 18, 2006 11:47 pm

Post by gfxstyler »

with ndiswrapper you can use windows drivers for any wireless cards on linux.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

On a sidenote a very nice linux I ran into is Slax Kill-Bill edition. Its actually based on slackware but very easy to use and comes custom built to run windows programs (Hence killbill :wink: ). Another very nice thing is the package system called Modules (Not the normal linux modules) that are like rpms but install on the fly and I dunno what it was but they seemed very user friendly. Only problem is that it is ment to be a live cd linux and the creator is sort of against installing it to harddrive, although there r plenty of how-tos on it.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

hybrid wrote:Except for the two variables which were missing in rev 390 everything worked so far, and rev 391 fixed the variable thing. Please show the compile log. Maybe you're missing the X11 dev packages?
I never used WLAN cards with Linux so far, but there are several firmware downloads possible vie the Online Update. They cannot be installed from CD/DVD because the binary drivers cannot be legally distributed with Linux distros. But automated downloads are possible. Thus you have to use the online update for several such things. Of course this means to connect wired for the first time.
rev 392 i just got fixes the missing variables in CIrrLinuxDevice.

Other problems( which I don't see on Windows version of Irrlicht SVN were things like quaternion operator* declaration had the class qualifier before it, was like that for some other classes as well. When I just looked on my windows box, I didn't see the code like that, don't know why it was like that on the Linux side, very weird. There were honestly too many compile errors to list, I'll go through them again tonight, maybe.

I'm kind of sick of Linux for the week already....
Image
Post Reply