Author Topic: ALL LINUX USERS READ! (quickly)  (Read 2263 times)

RussianVodka

  • Hydlaa Notable
  • *
  • Posts: 689
    • View Profile
ALL LINUX USERS READ! (quickly)
« on: June 10, 2005, 05:27:27 pm »
Ok, I don\'t have much time for this, seeing as I\'m gona do it as soon as I get home.

Here is my problem:

1. Windows is being a bitch.
2. Having alot of trouble with linux because I am connected through a router.


Here is my plan:

1. Coppy valuable files to CD\'s.
2. Bring computer (just case) downstairs (where the internet connection is).
3. Switch cases with the computer downstairs.
4. Partition ENTIRE system.
5. Instal Linux via boot CD and internet.
6. Instal all the drivers I will need for linux from the internet.
7. Maby instal windows.
8. Bring case back upstairs and hook up to original setup.


My concern:

1. Will things like the speaker, keyboard and monitor effect the Linux instalation? Or does it check for those at every startup? I\'m using Debian.
2. Any other problems you think this may cause?



Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.

Ralas

  • Hydlaa Citizen
  • *
  • Posts: 255
  • Explorers Guild
    • View Profile
    • Reincrownation :D
(No subject)
« Reply #1 on: June 10, 2005, 09:34:41 pm »
er, I don\'t know about Debian specifically, but usually hardware is handled in your kernel config.  I dont think moniter and speakers will give you any problems at all, but video and sound hardware might.  If they dont work automatically after you insall (again, I dont know how debian works) you will probably have to recompile your kernel.  If you have never done this before, don\'t panic:  It is not as difficult as it sounds, and there is plenty of help available on the web.

What trouble is your router giving you?  Linux=good with networking.
Yliakum, a really big crystal. These are the voyages of the Explorers Guild.  Its ongoing mission: to explore strange new maps, to seek out new life and new NPCs.  To boldly glitch where no one has glitched before.

www.reincrownation.com :D

RussianVodka

  • Hydlaa Notable
  • *
  • Posts: 689
    • View Profile
(No subject)
« Reply #2 on: June 10, 2005, 10:15:26 pm »
The bigest problem is that there is no official Linux driver for it. So I\'m usingan unofficial driver.



Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.

fken

  • Hydlaa Notable
  • *
  • Posts: 816
    • View Profile
(No subject)
« Reply #3 on: June 11, 2005, 01:09:21 pm »
lol it\'s a problem ?
There is no \"official drivers\" installed by default because everything is installed with the open source drivers but there is no problem. They works !

NB : if you are using a pppoe modem (ethernet non DHCP modem), enter that command line to reach internet :
# pppoeconf

Debian will ask you some strange questions for a Windows user. Read each question screen and if you dunno just type enter (in general, debian know what should work but it ask you what do you really want...).

For the screen and the graphic card drivers : choose automatic detection : it works ! and if it doesnt work you can look for the spec of your screen, choose the serverX compatible with the hardware acceleration and the graphic card driver compatible with your video card (generally nvidia or radeon or ati)

oh and dont make the same mistake than me: the first time I installed debian, I said to the installer my keyboard code was \"ger\" (instead of \"de\" because it was a german one and because the keyboard\'s codes are written with 2 LETTERS... and what\'s worse is that I knew that).

Oh and dont forget to install \"kde\" ;-) and \"kdm\"

EDIT: omg I hadnt seen! Install Windows before! or windows will steal linux boot...
« Last Edit: June 11, 2005, 01:10:56 pm by fken »

lethe

  • Hydlaa Resident
  • *
  • Posts: 56
    • View Profile
(No subject)
« Reply #4 on: June 11, 2005, 02:44:03 pm »
Quote
Originally posted by fken
EDIT: omg I hadnt seen! Install Windows before! or windows will steal linux boot...

tp prevent this you can create a boot floppy before installing windows. and if the grub loader disappears after the windows installation, but from floppy and run grub-install /dev/hda as root.
or if you are familiar with mount you can boot from a \"live cd\" mount your hd and run grub-install lilo, whatever you want.

Platyna

  • Hydlaa Notable
  • *
  • Posts: 556
    • View Profile
(No subject)
« Reply #5 on: June 11, 2005, 04:33:07 pm »
IMHO starting with Debian is not a good idea.
Also if you would like to have multiboot with Windows you have to install Windows first.

Regards.
Zuzanna K. Filutowska
RPG Players Community || Platyna\'s Planeshift Warehouse
\"The only thing necessary for evil to triumph is for good men to do nothing.\" -- Edward Burke

zabeal

  • Hydlaa Citizen
  • *
  • Posts: 369
    • View Profile
(No subject)
« Reply #6 on: June 11, 2005, 05:20:48 pm »
Quote
Originally posted by lethe
Quote
Originally posted by fken
EDIT: omg I hadnt seen! Install Windows before! or windows will steal linux boot...

tp prevent this you can create a boot floppy before installing windows. and if the grub loader disappears after the windows installation, but from floppy and run grub-install /dev/hda as root.
or if you are familiar with mount you can boot from a \"live cd\" mount your hd and run grub-install lilo, whatever you want.

Actually, you can even install lilo or grub from inside windows, which in some cases works better for installing then floppies, as you can set the whole thing up, and then target whatever you\'d like. Haven\'t finished trying it, but looks good so far :)

Lux perpetua luceat eis

lethe

  • Hydlaa Resident
  • *
  • Posts: 56
    • View Profile
(No subject)
« Reply #7 on: June 11, 2005, 08:09:15 pm »
my windows is on the slave harddisk .. to manage this you have to map the disks within grub e.g.

title Windows XP
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot

RussianVodka

  • Hydlaa Notable
  • *
  • Posts: 689
    • View Profile
(No subject)
« Reply #8 on: June 11, 2005, 09:55:29 pm »
Oh, what I meant by \"official drivers\" are drivers that are made by the company.

Like Nvidia, and ATI have \"official\" dirvers. As opposed to my router that does not have \"official\" linux drivers support.

Another problem that I\'m encountering is that Debian doesn\'t see my sound card.... Grrrr...



Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.

fken

  • Hydlaa Notable
  • *
  • Posts: 816
    • View Profile
(No subject)
« Reply #9 on: June 12, 2005, 03:02:23 am »
almost nothing is created by the company. But off course when you look at companies website they have no problem to say \"our product is compatible linux!\" and simply give the link.

If you read quickly, you think the drivers belong to the company but no! They did nothing to help and then they say we have a driver for linux...

Trust in the linux \"unofficial\" drivers!
(and in fact dont worry, Windows has its own drivers I think - called Microsoft publisher or something like that...)

And what\'s your sound card ?
« Last Edit: June 12, 2005, 03:03:04 am by fken »

Ralas

  • Hydlaa Citizen
  • *
  • Posts: 255
  • Explorers Guild
    • View Profile
    • Reincrownation :D
(No subject)
« Reply #10 on: June 12, 2005, 03:41:50 am »
Seriously, recompile your kernel.  There is support for most hardare (except for really new stuff) in the kernel config.  You mostly don\'t have to bother with additional software--except, of course, for video cards.
Yliakum, a really big crystal. These are the voyages of the Explorers Guild.  Its ongoing mission: to explore strange new maps, to seek out new life and new NPCs.  To boldly glitch where no one has glitched before.

www.reincrownation.com :D

fken

  • Hydlaa Notable
  • *
  • Posts: 816
    • View Profile
(No subject)
« Reply #11 on: June 12, 2005, 12:19:36 pm »
seriously I dont think a newbie in linux applications could easily recompile his kernel...

So try Mandriva if its your first linux. Thanks to Mandriva you will know how linux works and if the your sound card works, it would mean off course that it would work with debian and others linux distributions.

It\'s not dumb things to begin with a MS software (MS = MandrivaSoft off course)

RussianVodka

  • Hydlaa Notable
  • *
  • Posts: 689
    • View Profile
(No subject)
« Reply #12 on: June 12, 2005, 04:49:32 pm »
I was planing on downloading FC4, seeing as I already has experience with FC3. But people say that the FC project is weak and isn\'t good for learning.



Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.

fken

  • Hydlaa Notable
  • *
  • Posts: 816
    • View Profile
(No subject)
« Reply #13 on: June 12, 2005, 05:47:26 pm »
then, as long as you are able to use internet, try to find the name of the driver required by your sound card.
#apt-cache search NAME_OF_YOUR_SOUND_CARD
if it\'s a SB 5.1 or a AC\'97 ... it would be strange if it doesnt work... because it works on my computers.

Leeloo

  • Hydlaa Resident
  • *
  • Posts: 161
    • View Profile
(No subject)
« Reply #14 on: June 13, 2005, 02:10:53 pm »
A router doesn\'t need a driver, assuming of course that it really is a router. As long as you have a driver for the network card, and specify the correct IP address (or DHCP if you use that), it should work.