hey nils<br><br>thnx for the mail <br><br>so in short is this come kind of graphics card problem and i assume that since i am not connected to the internet may be i cant download the driver for the graphics card either. am i reasoning in the right direction. is this a too simple problem or something really complex.<br>
<br>donny<br><br><br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 10:37 PM, Nils Kassube <<a href="mailto:kassube@gmx.net">kassube@gmx.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Donny George wrote:<br>
> yes i do have a usb stick<br>
<br>
</div>OK, then please enter the command "tail -f /var/log/messages" and then<br>
plug the USB stick in. After a moment there will be some messages like<br>
this (I removed the beginning of each line for readability):<br>
<br>
usb 6-4: new high speed USB device using ehci_hcd and address 7<br>
usb 6-4: configuration #1 chosen from 1 choice<br>
scsi8 : SCSI emulation for USB Mass Storage devices<br>
scsi 8:0:0:0: Direct-Access   Ut163  USB2FlashStorage 0.00 PQ: 0 ANSI: 2<br>
sd 8:0:0:0: [sdc] 7897087 512-byte hardware sectors (4043 MB)<br>
sd 8:0:0:0: [sdc] Write Protect is off<br>
sd 8:0:0:0: [sdc] 7897087 512-byte hardware sectors (4043 MB)<br>
sd 8:0:0:0: [sdc] Write Protect is off<br>
 sdc: sdc1<br>
sd 8:0:0:0: [sdc] Attached SCSI removable disk<br>
sd 8:0:0:0: Attached scsi generic sg2 type 0<br>
<br>
The important line is this: " sdc: sdc1" where it tells you the device<br>
name of the USB stick. The sdc1 is the relevant name. Your USB stick may<br>
get a different device name depending on the number of disks already<br>
known to the system.<br>
<br>
Now use the command<br>
<br>
sudo mount /dev/sdc1 /mnt<br>
<br>
where you replace the name sdc1 with the name found on your system when<br>
you plugged it in.<br>
<br>
Then you can copy the log file with the command<br>
<br>
sudo cp /var/log/Xorg.0.log /mnt<br>
<br>
Finally you should umount the USB stick with the command<br>
<br>
sudo umount /mnt<br>
<br>
and when you see the command prompt again you may unplug the USB stick.<br>
<div class="Ih2E3d"><br>
> and with lspci command<br>
><br>
> the display controller :  ati tech. unknown device 5874<br>
<br>
</div>Sorry, I can't comment on ati cards.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
Nils<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>