View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu May 13, 2004 8:48 am Post subject: [HEEELP] NETmd |
|
|
Oggi scorazzando per il forum mi è venuto in mente di cercare netMD che è il nome di una serie di minidisc con caricamento file via USB (normalmente hanno una registrazione via cavo audio normale) ed ho trovato questo sito: http://www.pdr.cx/projects/gnetmd/main/#top
Ho provato a compèilarlo ma purtroppo io nn ci capisco nulla se qualcuno pyuò darmi una mano o provare a fare un ebuild...
CMq l'output del ./configure è questo:
Code: |
+--------------------------------------------------------------------------+
| Summary |
+--------------------------------------------------------------------------+
| |
| libglib: Yes. |
| |
| libusb: No. This is required by gnetmd. To compile programs with |
| libusb, you will need the headers too. These will |
| likely be in in a -dev or -devel package in your |
| distro. |
| |
| libgnomeui: Yes. |
| |
| libnautilus: Yes. |
| |
| gob2: No. Only needed if you want to edit the .gob files. |
| |
| libxmms: Yes. |
| |
+--------------------------------------------------------------------------+
| |
| libgnetmd0: Will NOT be compiled. |
| nautilus view & vfs module: Will NOT be compiled. |
| xmms plugin: Will NOT be compiled. |
| standalone gui: Will NOT be compiled. |
| command-line tools: Don't exist (yet). |
| |
+--------------------------------------------------------------------------+
| HELP! Sonop anni che cercavo una cosa simile! _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu May 13, 2004 8:53 am Post subject: Re: [HEEELP] NETmd |
|
|
koma wrote: | CMq l'output del ./configure è questo:
Code: |
| libusb: No. This is required by gnetmd. To compile programs with |
| libusb, you will need the headers too. These will |
| likely be in in a -dev or -devel package in your |
| distro. |
| HELP! Sonop anni che cercavo una cosa simile! |
Inizia con:
e dopo riprova il configure.
dopo prova a compilare (con il make, of course!) _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu May 13, 2004 8:59 am Post subject: |
|
|
Grazie Sto leggendo la documentazione peccato che non si possano ancora spostare i file... Ma almeno posso playare via xmms _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Thu May 13, 2004 9:46 am Post subject: |
|
|
ok il programma è compilato e funziona
modprobbo usbcore ma in /proc/bus/usb nn c'è nulla
Non ho mai usato le usb fino ad ora _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
Ferdinando Veteran
Joined: 25 Nov 2003 Posts: 1027 Location: Gaeta (LT) - Italy
|
Posted: Thu May 13, 2004 9:53 am Post subject: |
|
|
prova lsusb (e` in usbutils mi sembra) _________________ La risposta, non la devi cercare fuori, la devi cercare dentro di te: e però è SBAGLIATA!
-- Corrado Guzzanti, "Pippo Chennedy Show", 1997 |
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Thu May 13, 2004 10:04 am Post subject: |
|
|
Esatto:
Code: | # qpkg -f `which lsusb`
sys-apps/usbutils *
|
oppure puoi provare una cosa del genere:
Code: | mount -t usbfs none /proc/bus/usb |
(anche se non dovrebbe essere necessario... ) _________________ "Larry the Cow was a bit frustrated at the current state of Linux Distributions..." |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu May 13, 2004 10:08 am Post subject: |
|
|
koma wrote: | ok il programma è compilato e funziona
modprobbo usbcore ma in /proc/bus/usb nn c'è nulla
Non ho mai usato le usb fino ad ora |
Devi caricare anche almeno un altro modulo tra uhci, ehci e ohci.
Uno (credo l'ehci) serve se hai USB 2.0, gli altri due invece per l'1.1 ma quale dei due dipende dal tuo hardware.
http://www.linux-usb.org di da un pò di informazioni. _________________ Ciao da me! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
|
Back to top |
|
|
|