Lame Linux Question Ahoy!

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Stark
Emperor's Hand
Posts: 36169
Joined: 2002-07-03 09:56pm
Location: Brisbane, Australia

Lame Linux Question Ahoy!

Post by Stark »

So I've just finished installing RH9 on my shiny new (well dusty old really, but you know) file/netserver, and bloody samba won't start. I discover that RH9 doesn't have native support for my 1Gb ethernet card, but the drivers come in makefiles. So... erm... what do I do with those? I know precisely jack about Linux :D
Crazy_Vasey
Jedi Council Member
Posts: 1571
Joined: 2002-07-13 12:56pm

Post by Crazy_Vasey »

If it's the standard routine you cd to the source directory and do

./configure
make
make install

But it might not work like that for drivers. I'm not totally sure. Most of my Linux usage has been as a plain ol' user rather than as a sysadmin.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

You'll probably have to read the included README file. Try Vasey's solution though, it might work.

But bah, you're behind the times. You could try messing with Fedora Core 1 or Fedora Core 2 Test 1 -- those are the 'free' varients of Red Hat Linux now, and FC1 is the latest stable release for it. FC2 Test 1 is somewhat bleeding edge.
User avatar
Stark
Emperor's Hand
Posts: 36169
Joined: 2002-07-03 09:56pm
Location: Brisbane, Australia

Post by Stark »

phongn wrote:You'll probably have to read the included README file. Try Vasey's solution though, it might work.
README? D'Oh! :)
phongn wrote:But bah, you're behind the times. You could try messing with Fedora Core 1 or Fedora Core 2 Test 1 -- those are the 'free' varients of Red Hat Linux now, and FC1 is the latest stable release for it. FC2 Test 1 is somewhat bleeding edge.
I'm having enough trouble working out how anything works in a public distro!Specially since I want it to talk to WinXP/NTFS systems, and I know nothing of linux! :)
User avatar
Comosicus
Keeper of the Lore
Posts: 1991
Joined: 2003-11-23 06:33pm
Location: on the battlements of Sarmizegetusa
Contact:

Post by Comosicus »

Stark wrote:
phongn wrote:You'll probably have to read the included README file. Try Vasey's solution though, it might work.
README? D'Oh! :)
phongn wrote:But bah, you're behind the times. You could try messing with Fedora Core 1 or Fedora Core 2 Test 1 -- those are the 'free' varients of Red Hat Linux now, and FC1 is the latest stable release for it. FC2 Test 1 is somewhat bleeding edge.
I'm having enough trouble working out how anything works in a public distro!Specially since I want it to talk to WinXP/NTFS systems, and I know nothing of linux! :)

Linux doesn't talk too well with NTFS. I know there are ways around it, but as far as I know you need aditional packets.
Not all Dacians died at Sarmizegetusa
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

If you want read support for NTFS in Fedora and Red Hat, go here.

Write access is trickier; it involves using the above driver to mount your NTFS drive, use another program to copy the Microsoft driver to RAM, unmount the NTFS and remount it using the 'real' driver. The site for this tool is here

EDIT: You might want to try out Knoppix if you're just messing around with stuff, it boots off a CD and makes no changes to your HD (which means your home directory goes bye-bye).
Post Reply