|
|
Subject: Dyne 2.2 hangs on 'Uniform CD-ROM driver' - msg#00119
Just upgraded from Dyne 2.1 to 2.2 (I have a dyne entry in grub and the
dyne directory is on the HD) and it hangs on loading the CD-ROM driver
('Uniform CD-ROM driver...'). My computer is a Dell Inspiron notebook.
Help appreciated.
Carlo
Thread at a glance:
Previous Message by Date:
Re: Need help with the USB stick/mp3 player
Well i typed into the xTerminal [d:b]: dmesg|tailand this popped out:[drm]Setting GART location based on old memory map[drm]LOading R300 microcode[drm]Writeback test succeeded in 1 usecs
FAT:bogus number in reserveds sectorsVFS:Can't find a valid FAT file system on dev sda1What does that mean?And can i format my stick from dyne:bolic,because i tried form windows adn nothing happened.
If yes,from where?2006/10/22, Richard Hamel-Smith <richardhamelsmith-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>:
right-clickfrom the menu, select xtermtypedmesgyou should see a bunch of messagesto read them slowly, usedmesg | lessRichardOn 10/22/06, Karlo Prstac <
darion696-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:> Well,AFAIR it worked with dyne:bolic 1.2,not sure though...> And where can i find the dmesg command?>> 2006/10/22, Richard Hamel-Smith <
richardhamelsmith-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>:> >> > it means that your usb device was not recognised by the kernel> > since the usb device itself was not recognised, no filesystem could be> > found on it
> > the message suggests you look into the output of the dmesg command to see> > if> > that can help> > so post the output from the dmesg command and maybe someone can indicate> > what
> > you need to do> >> > did this particular usb device work with any previous versions of> > dyne:bolic?> >> > Richard> >> > On 10/22/06, Karlo Prstac <
darion696-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:> > > Hey I get this message when i try to acces my usb in dyne:bolic 2.2:> > >> > >> > >> > > Mounting /mnt/usb
> > > mount: wrong fs type, bad option, bad superblock on /dev/sdb1,> > > missing codepage or other error> > > In some cases useful info is found in syslog - try> > > dmesg | tail or so
> > > Mount failed> > >> > > Done> > > There was one error.> > >> > >> > > What does that mean?> > > Please help fast!
> > > --> > > Karlo Prstac> > >> > > Use dyne:bolic!> > >> > > Dyne:bolic forum: www.dynebolicforum.tk
> > >> > >> > _______________________________________________> > dynebolic mailing list> > dynebolic-pma9X3FYtpzZ+VzJOa5vwg@xxxxxxxxxxxxxxxx
> > http://mailinglists.dyne.org/mailman/listinfo/dynebolic> >>>>> --> Karlo Prstac>> Use dyne:bolic!
>> Dyne:bolic forum: www.dynebolicforum.tk>>_______________________________________________dynebolic mailing list
dynebolic-pma9X3FYtpzZ+VzJOa5vwg@xxxxxxxxxxxxxxxxhttp://mailinglists.dyne.org/mailman/listinfo/dynebolic-- Karlo Prstac
Use dyne:bolic!Dyne:bolic forum: www.dynebolicforum.tk
_______________________________________________
dynebolic mailing list
dynebolic-pma9X3FYtpzZ+VzJOa5vwg@xxxxxxxxxxxxxxxx
http://mailinglists.dyne.org/mailman/listinfo/dynebolic
Next Message by Date:
Re: Need help with the USB stick/mp3 player
Ok, this is what I get when I connect my USB stick
.......................................
usb 2-2: USB disconnect, address 2
usb 2-2: new full speed USB device using uhci_hcd and address 3
usb 2-2: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
Vendor: M-SysT5 Model: Dell Memory Key Rev: 5.04
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sda: 249599 512-byte hdwr sectors (128 MB)
sda: Write Protect is off
sda: Mode Sense: 45 00 00 08
sda: assuming drive cache: write through
SCSI device sda: 249599 512-byte hdwr sectors (128 MB)
sda: Write Protect is off
sda: Mode Sense: 45 00 00 08
sda: assuming drive cache: write through
sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
..........................................................
are you seeing anything like that?
just after you insert the USB stick,
type dmesg in a xterm
If you get output similar to the above, then your USB stick is recognised
If not, ...
the /etc/fstab file on my system has the following entry for the USB
stick, which
by the way, is called /dev/sda1
/dev/sda1 /mnt/usb vfat defaults,user 0 2
This line means that the USB stick is mounted with a VFAT filesystem,
which I believe, is the
filesystem Windows95 originally came with.
Anyhow, to mount it manually, you would use
mount -t vfat /dev/sda1 /mnt/usb
But Dyne:bolic does all this automatically for you.
Now, I know you have Dyne:bolic version 2.2 but did you try version
2.1? I ask because I have come across some other problems with 2.2,
which did not occur with 2.1.
Perhaps, your USB stick will be recognised with 2.1. If you have the
bandwidth, I'd suggest downloading 2.1.
The only real difference I've noticed between 2.1 and 2.2 is that 2.2
includes some VoIP apps. But you can always download Skype for Linux
instead. So you won't really lose anything going to 2.1.
And another thing, does your USB stick work on any other Linux distro,
like Knoppix perhaps? Does it work under Windows, do you know? Knoppix
is generally accepted as being the most hardware compatible version of
Linux. It's what I fall back to if I get problems with hardware.
Can you try another USB stick? Or is the problem with all USB sticks?
About formatting the USB stick, I've never had to do this personally.
But it's easy enough to do. To format your USB stick with a VFAT
filesystem, type
mkfs.vfat /dev/sda1
Of course, It will wipe any files there when you do this.
Hope this helps,
Richard
On 10/23/06, Karlo Prstac <darion696-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>
wrote:
> Well i typed into the xTerminal
>
> [d:b]: dmesg|tail
>
> and this popped out:
>
>
> [drm]Setting GART location based on old memory map
> [drm]LOading R300 microcode
> [drm]Writeback test succeeded in 1 usecs
> FAT:bogus number in reserveds sectors
> VFS:Can't find a valid FAT file system on dev sda1
>
>
> What does that mean?
> And can i format my stick from dyne:bolic,because i tried form windows adn
> nothing happened.
> If yes,from where?
> 2006/10/22, Richard Hamel-Smith
> <richardhamelsmith-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>:
> >
> > right-click
> > from the menu, select xterm
> > type
> >
> > dmesg
> >
> > you should see a bunch of messages
> >
> > to read them slowly, use
> >
> > dmesg | less
> >
> > Richard
> >
> >
> > On 10/22/06, Karlo Prstac
> > <darion696-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
> > > Well,AFAIR it worked with dyne:bolic 1.2,not sure though...
> > > And where can i find the dmesg command?
> > >
> > > 2006/10/22, Richard Hamel-Smith
> > > <richardhamelsmith-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>:
> > > >
> > > > it means that your usb device was not recognised by the kernel
> > > > since the usb device itself was not recognised, no filesystem could be
> > > > found on it
> > > > the message suggests you look into the output of the dmesg command to
> > see
> > > > if
> > > > that can help
> > > > so post the output from the dmesg command and maybe someone can
> > indicate
> > > > what
> > > > you need to do
> > > >
> > > > did this particular usb device work with any previous versions of
> > > > dyne:bolic?
> > > >
> > > > Richard
> > > >
> > > > On 10/22/06, Karlo Prstac
> > > > <darion696-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
> > > > > Hey I get this message when i try to acces my usb in dyne:bolic 2.2:
> > > > >
> > > > >
> > > > >
> > > > > Mounting /mnt/usb
> > > > > mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
> > > > > missing codepage or other error
> > > > > In some cases useful info is found in syslog - try
> > > > > dmesg | tail or so
> > > > > Mount failed
> > > > >
> > > > > Done
> > > > > There was one error.
> > > > >
> > > > >
> > > > > What does that mean?
> > > > > Please help fast!
> > > > > --
> > > > > Karlo Prstac
> > > > >
> > > > > Use dyne:bolic!
> > > > >
> > > > > Dyne:bolic forum: www.dynebolicforum.tk
> > > > >
> > > > >
> > > > _______________________________________________
> > > > dynebolic mailing list
> > > > dynebolic-pma9X3FYtpzZ+VzJOa5vwg@xxxxxxxxxxxxxxxx
> > > > http://mailinglists.dyne.org/mailman/listinfo/dynebolic
> > > >
> > >
> > >
> > >
> > > --
> > > Karlo Prstac
> > >
> > > Use dyne:bolic!
> > >
> > > Dyne:bolic forum: www.dynebolicforum.tk
> > >
> > >
> > _______________________________________________
> > dynebolic mailing list
> > dynebolic-pma9X3FYtpzZ+VzJOa5vwg@xxxxxxxxxxxxxxxx
> > http://mailinglists.dyne.org/mailman/listinfo/dynebolic
> >
>
>
>
> --
> Karlo Prstac
>
> Use dyne:bolic!
>
> Dyne:bolic forum: www.dynebolicforum.tk
>
>
Previous Message by Thread:
usb stick
I used all yesterday to formatting partitioning my new pen drive and
trying to dock and nest.
1.) I can run D:B from cd, _it works_
2.) Start from CD, nest from Usb , _it works_
3.) docking from hard disk, and nesting, boot from CD,_ it works_
4.) start from cd and usb docking, _fails_
5.)grub in usb, docking in usb, nesting in usb, _fails
_I did partitioning with fdisk in my Fedora Core 5, used fat16, fat 32,
ext2 but without success. then I used gparted no help, also tried
instructions from Flash Linux site, in erasing my memory, no help, at
the end I couldn´ t anymore to get pen work...now I can laugh for it. It
also works again.
should I prepare the partition structure with some specific manner flash
linux manuals wrote : Most keys come with a pre-made DOS partition, The
partition table it uses is not usually compatible with Linux and needs
to be removed. So my pen works also under windows. even it read in
packet that it is running under linux kernel 2.4 and above. but now
after I have changed it ext2 linux partition it still might have some
unfittin structures in it that make it unfitting for booting linux?!?
how i should copy the dyne folder to usb disk after it has prepared
correctly? if I copy with drag and drop, folder and files stay write
protected.
___________________
°o0°o (^__^) °o0°o
reg.Linux user
411459
___________________
Next Message by Thread:
modify a module
hello everybody,
I wonder if it possible to add a application to an existing module ?
I read in the documentation (dyne 2.2) that it's possible to install
applicatin into the nest, i wonder how it possible to do it.
thanks
ricco
|
|