LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-21-2006, 01:44 PM   #1
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Rep: Reputation: 15
mandriva linux on dell laptop


ok i need some help here is a link to the othe forum and thread where ive orginally posted this issue

http://www.computerhope.com/cgi-bin/...m=1158855297/0
 
Old 09-21-2006, 02:21 PM   #2
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
did you install kde or gnome? also what is the output of startx?
 
Old 09-21-2006, 02:23 PM   #3
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
umm it did alot of things when i entered that, ummm i dont remember which i installed, but i just installed it last night
 
Old 09-21-2006, 02:24 PM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You need to post error messages at least. It's going to be very hard to help you without those.
 
Old 09-21-2006, 02:26 PM   #5
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
As mentioned we Need the errors. Otherwise all it would be impossible to understand the exact problem and what is causeing the problem.
 
Old 09-21-2006, 02:26 PM   #6
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
how do i do that?? sorry very green in linux
 
Old 09-21-2006, 02:30 PM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Perhaps the easiest way would be to get some paper and a pen and write down what it says when you try "startx".
 
Old 09-21-2006, 02:31 PM   #8
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
try
Code:
startx > ~/videoerr.txt
that should place all the errors that run on your screen into a text file in you home folder. then just copy the log to here.
 
Old 09-21-2006, 02:32 PM   #9
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
k it'll take me awhile
 
Old 09-21-2006, 02:34 PM   #10
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jstephens84
try
Code:
startx > ~/videoerr.txt
that should place all the errors that run on your screen into a text file in you home folder. then just copy the log to here.
is there a command that i can save it to my flash drive? cuz i cant get onto the internet or anything
 
Old 09-22-2006, 12:16 PM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You'll need to mount your flash drive first. When you plug it in, run dmesg and that should tell you what device to mount. Here's an example when I plug my device in:

Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: Model: USB Flash Memory Rev: 1.04
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 499712 512-byte hdwr sectors (256 MB)
sda: Write Protect is off
sda: sda1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.

The bit in bold is the important bit - it tells me I need to mount /dev/sda1. Actually, in my case, there's only 1 partition on my device, but there could be others (in which case "sda: sda1 sda2" or similar would appear).

Create a mount point (i.e. a folder to mount to), unless you have one you want to use. You do this with mkdir, e.g. "mkdir /mnt/usb".

You then need to use the mount command, e.g. "mount /dev/sda1 /mnt/usb". If you get a message telling you the filesystem type needs to be specified, use mount's -t option to do this. If you don't know what filesystem is on your device, you can check by running "fdisk -l" (lowercase L, not number 1) and checking what it says for the relevant device. Post here if unsure. For a FAT32 filesystem, you use the type vfat (e.g. "mount /dev/sda1 /mnt/usb -t vfat").

Lastly, you can copy your log file to the device with cp, e.g. "cp filename /mnt/usb".

Edit: unmount the device before you unplug it. This is done with umount (e.g. "umount /dev/sda1").

HTH.
 
Old 09-22-2006, 12:19 PM   #12
unlovedwarrior
Member
 
Registered: May 2006
Location: cali
Distribution: Ubuntu
Posts: 36

Original Poster
Rep: Reputation: 15
ok thanks alot ill post the log thing as soon as i have time
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Linux on a Dell Laptop bjs Linux - Newbie 15 01-21-2006 01:55 PM
Dell releases laptop with Mandriva installed by default Orkie Linux - News 1 09-21-2005 09:59 AM
What HP or Dell laptop do I buy for Suse 9.3 or Mandriva 2005LE laan97ac Linux - Hardware 1 08-24-2005 10:36 PM
Linux Laptop DELL rec's oldstinkyfish Linux - Hardware 3 03-16-2005 10:22 PM
Linux on a dell laptop? mfreire Linux - General 1 01-03-2002 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration