Re: No funcionan los puertos USB

<[email protected]>
Newsgroups gmane.linux.pxes.spanish
Message-ID <[email protected]>
¿has añadido los usuarios al grupo fuse en el archivo /etc/group?
 así está mi entrada en ese archivo

fuse:x:106:alumno01,alumno02,alumno03,alumno04,alumno05,alumno06,alumno07,alumno08,alumno09,alumno10,alumno11,alumno12

audio:x:29:profesor,arnadelo,alumno01,alumno02,alumno03,alumno04,alumno05,alumno06,alumno07,alumno08,alumno09,alumno10,alumno11,alumno12

y esta es la entrada del grupo audio

Un saludo.... y suerte.

Hola! Estoy tratando de hacer funcionar los puertos USB, pero no lo he logrado.

age { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }  -->Los paquetes "fuse-utils" y "libfuse2!--   @page { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }  -->" ya venían instalados por defecto. Instalé el paquete "ltsp-server-pkg-ubuntu_0.1_i386.deb".

Mi archivo lts.conf es el siguiente:
----------------------------------------------------
[default]
    LTSP_VERSION = 5.0.39
    X_COLOR_DEPTH = 24            #default: 16
    USE_NFS_SWAP = Y                #default: N
    #SWAPFILE_SIZE = 64m            #default: 64m
    #PRINTER_0_DEVICE =
    #XDM_SERVER = 192.168.0.19
    #SERVER  = 192.168.0.19    #default: 192.168.0.254
    SOUND = Y                #default: N

     LOCAL_STORAGE = Y
    LOCAL_DEVICE_01 = /dev/hdc:cdrom
    LOCAL_DEVICE_02 = /dev/fd0:floppy
    LOCAL_DEVICE_03 = dev/uba:usb
    HOTPLUG = Y

    ALLOW_UNKNOW = Y

#MODULE_01          = "usb-uhci"
#MODULE_02          = "usb-storage"
#MODULE_03          = "sd_mod"
#RCFILE_02 = usbpen
    
    #Impresora USB:
    #MODULE_01 = usb-ohci
    #MODULE_02 = printer
    #PRINTER_0_DEVICE = /dev/usb/lp0
    #PRINTER_0_TYPE  = U
    #MODULE_01 = usblp
    
    #Impresora Paralela (funciona bien):
    #PRINTER_0_DEVICE = /dev/lp0
    #PRINTER_0_TYPE = P

    #Dispositivos locales:
    #LOCALDEV = Y

[192.168.0.51]

    X_MODE_0 = 1024x768 40 800 840 968 1056 600 601 605 628 +hsync +vsync

    X_MODE_2 = 1024x768
    XSERVER = auto
    
    #XDM_SERVER = 192.168.0.19
    #SERVER = 192.168.0.19
----------------------------------------------------

El archivo dhcpd.conf:
 ----------------------------------------------------
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.254;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.254;
#    next-server 192.168.0.254;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
    #USB
    use-host-decl-names         on;
}
group{
    host ws001{
        use-host-decl-names         on;
        hardware ethernet 00:01:02:4C:07:07;    #Terminal Roberto
        fixed-address 192.168.0.51;
        if (substring(option vendor-class-identifier, 0, 9) = "PXEClient"){
            filename "/ltsp/i386/pxelinux.0";
        }
        else{
            filename "/ltsp/i386/nbi.img";
            #filename "/ltsp/i386/pxe-0.8-17PB-NX.nbi";
        }
    }
} 
----------------------------------------------------

Los comandos "cat /etc/fstab" y "ps -ef | grep lbuscd" no me muestran el pendrive.      
  Además no existe la carpeta "/tmp/drives".
Esos comandos los ejecuté desde el servidor. No puedo loguearme con modo texto en la tty1.
Uso Edubuntu 7.10 con Gnome.

Saludos,

Roberto Sottini

       
---------------------------------
Sent from Yahoo! Mail.
A Smarter Inbox.

_______________________________________________
Ltsp-es mailing list
[email protected]
https://listas.hispalinux.es/mailman/listinfo/ltsp-es
Web del proyecto http://terminales.hispalinux.es
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.