Date: Mon, 07 Sep 2009 12:19:00 +0400 From: Boris Samorodov <bsam@ipt.ru> To: gula nito <gulanito@gmail.com> Cc: emulation@FreeBSD.org Subject: Re: linux-nero no device detected Message-ID: <99959451@bb.ipt.ru> In-Reply-To: <cfeab98a0909051356x6a7f824ate4112a2b8d26a273@mail.gmail.com> (gula nito's message of "Sat, 5 Sep 2009 17:56:03 -0300") References: <cfeab98a0909051356x6a7f824ate4112a2b8d26a273@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Sep 2009 17:56:03 -0300 gula nito wrote: > Hi. > I install linux-nero from ports today. > The program runs well but at the begin it says two warnings: > Code: > Your /proc directory not seems to be mounted > Please check your linux installation > And > Code: > No device detected. > Nero Linux was not able to acces any physical device. Please check > your system configuration. I don't have a key, so can't be helpful, but I created a patch to upgrade linux-nero to the newest version. Please give it a try: ----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/linux-nero/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 19 Mar 2009 17:28:48 -0000 1.4 +++ Makefile 7 Sep 2009 07:19:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= nero -PORTVERSION= 3.5.0.1 +PORTVERSION= 3.5.3.1 CATEGORIES= sysutils emulators MASTER_SITES= http://ftp6.usw.nero.com/software/NeroLINUX/ \ ftp://ftp6.usw.nero.com/software/NeroLINUX/ Index: distinfo.i386 =================================================================== RCS file: /home/pcvs/ports/sysutils/linux-nero/distinfo.i386,v retrieving revision 1.2 diff -u -r1.2 distinfo.i386 --- distinfo.i386 11 Apr 2008 10:40:41 -0000 1.2 +++ distinfo.i386 7 Sep 2009 07:19:44 -0000 @@ -1,3 +1,3 @@ -MD5 (rpm/nerolinux-3.5.0.1-x86.rpm) = f0d71dc8a0dd5213ac0be2a799d95e3a -SHA256 (rpm/nerolinux-3.5.0.1-x86.rpm) = fd5b2d8be64e8c5ab981191972403915b0d21a7fc1050df293f3a58a94d7f0e1 -SIZE (rpm/nerolinux-3.5.0.1-x86.rpm) = 17582671 +MD5 (rpm/nerolinux-3.5.3.1-x86.rpm) = 73c1090e85fbf7c1df130374117ce93b +SHA256 (rpm/nerolinux-3.5.3.1-x86.rpm) = fd4067306ea330361de4e5ee899dadbdd6d77301d112effcb1c18ab79960bfce +SIZE (rpm/nerolinux-3.5.3.1-x86.rpm) = 17673697 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/sysutils/linux-nero/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 11 Apr 2008 10:40:41 -0000 1.2 +++ pkg-plist 7 Sep 2009 07:19:44 -0000 @@ -29,6 +29,7 @@ usr/lib/nero/plug-ins/libWav.so usr/share/applications/nerolinux.desktop usr/share/doc/nero/EULA-DE.txt +usr/share/doc/nero/EULA-ES.txt usr/share/doc/nero/EULA-EU.txt usr/share/doc/nero/EULA-FR.txt usr/share/doc/nero/EULA-JP.txt @@ -174,6 +175,7 @@ usr/share/nero/NeroTha.txt usr/share/nero/NeroTrk.txt usr/share/nero/eula/EULA-DE.txt +usr/share/nero/eula/EULA-ES.txt usr/share/nero/eula/EULA-EU.txt usr/share/nero/eula/EULA-FR.txt usr/share/nero/eula/EULA-JP.txt ----- -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99959451>