3G/4G integrado en PC no detecta Kubuntu 17.04

Iniciado por victorsnk, 28 Septiembre 2017, 14:20 PM

0 Miembros y 1 Visitante están viendo este tema.

Slava_TZD

El script seria

!/bin/bash
modprobe option
echo "03f0 521d" > /sys/bus/usb-serial/drivers/option1/new_id
usb_modeswitch -H -v 03f0 -p 521d -s 10


Lo otro que añadiste es para crear hpmodem.service, la unit que se encarga de lanzar el script al inicio...

Si lo ejecutas y te activa el modem el problema está en hpmodem.service.
# cd /donde/sea/que/este/router3g.sh
#./router3g.sh


CitarSi ejecutando el script manualmente funciona pero el servicio no, pega la salida de:

$ systemctl status hpmodem.service


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.

victorsnk

Cita de: Slava_TZD en  8 Octubre 2017, 14:14 PM
El script seria

!/bin/bash
modprobe option
echo "03f0 521d" > /sys/bus/usb-serial/drivers/option1/new_id
usb_modeswitch -H -v 03f0 -p 521d -s 10


Lo otro que añadiste es para crear hpmodem.service, la unit que se encarga de lanzar el script al inicio...

Si lo ejecutas y te activa el modem el problema está en hpmodem.service.
# cd /donde/sea/que/este/router3g.sh
#./router3g.sh


Lo siento pero no consigo que se ejecute al inicio de encender el oordenador :( .... no hace nada.
Victor Asensio | @victorsnk
http://victorsnk.synology.me

Slava_TZD

¿El script te funciona o no? Si te funciona por si solo pega la salida de systemctl status hpmodem.service como te dije.


The fact is, even if you were to stop bombing us, imprisoning us, torturing us, vilifying us, and usurping our lands, we would continue to hate you because our primary reason for hating you will not cease to exist until you embrace Islam.

victorsnk

#23
Cita de: Slava_TZD en  8 Octubre 2017, 14:24 PM
¿El script te funciona o no? Si te funciona por si solo pega la salida de systemctl status hpmodem.service como te dije.

El error que tengo es que si que me lo ejecuta, pero siempre que me encuentre en modo super usuario o root:

victorsnk@victorsnk-HP:~$ ./modem.sh
modprobe: ERROR: could not insert 'option': Operation not permitted
./modem.sh: línea 3: /sys/bus/usb-serial/drivers/option1/new_id: No existe el archivo o el directorio
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Error opening the device. Abort

victorsnk@victorsnk-HP:~$ ./modem.sh
modprobe: ERROR: could not insert 'option': Operation not permitted
./modem.sh: línea 3: /sys/bus/usb-serial/drivers/option1/new_id: No existe el archivo o el directorio
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Error opening the device. Abort

victorsnk@victorsnk-HP:~$ sudo su
[sudo] password for victorsnk:
root@victorsnk-HP:/home/victorsnk# ./modem.sh
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Current configuration number is 1                                                                                                     
Use interface number 0                                                                                                               
                                                                                                                                     
USB description data (for identification)                                                                                             
-------------------------                                                                                                             
Manufacturer: Hewlett-Packard                                                                                                         
     Product: HP hs3110 HSPA+ Mobile Broadband Device                                                                                 
  Serial No.: not provided                                                                                                           
-------------------------                                                                                                             
Send old Huawei control message ...

Check for mode switch (max. 10 times, once per second) ...
Wait for original device to vanish ...
Original device can't be accessed anymore. Good.
(For a better success check provide target IDs or class)
Original device vanished after switching

Mode switch most likely succeeded. Bye!

root@victorsnk-HP:/home/victorsnk#
Victor Asensio | @victorsnk
http://victorsnk.synology.me

victorsnk

Cita de: victorsnk en  8 Octubre 2017, 15:02 PM
El error que tengo es que si que me lo ejecuta, pero siempre que me encuentre en modo super usuario o root:

victorsnk@victorsnk-HP:~$ ./modem.sh
modprobe: ERROR: could not insert 'option': Operation not permitted
./modem.sh: línea 3: /sys/bus/usb-serial/drivers/option1/new_id: No existe el archivo o el directorio
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Error opening the device. Abort

victorsnk@victorsnk-HP:~$ ./modem.sh
modprobe: ERROR: could not insert 'option': Operation not permitted
./modem.sh: línea 3: /sys/bus/usb-serial/drivers/option1/new_id: No existe el archivo o el directorio
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Error opening the device. Abort

victorsnk@victorsnk-HP:~$ sudo su
[sudo] password for victorsnk:
root@victorsnk-HP:/home/victorsnk# ./modem.sh
Note: No target parameter given; success check limited
Look for default devices ...
   product ID matched
Found devices in default mode (1)
Access device 002 on bus 002
Current configuration number is 1                                                                                                    
Use interface number 0                                                                                                               
                                                                                                                                     
USB description data (for identification)                                                                                            
-------------------------                                                                                                            
Manufacturer: Hewlett-Packard                                                                                                        
     Product: HP hs3110 HSPA+ Mobile Broadband Device                                                                                
  Serial No.: not provided                                                                                                           
-------------------------                                                                                                            
Send old Huawei control message ...

Check for mode switch (max. 10 times, once per second) ...
Wait for original device to vanish ...
Original device can't be accessed anymore. Good.
(For a better success check provide target IDs or class)
Original device vanished after switching

Mode switch most likely succeeded. Bye!

root@victorsnk-HP:/home/victorsnk#


Existe alguna forma de darle permisos de súper usuario para que solo ejecutarlo ya lo haga? Gracias.
Victor Asensio | @victorsnk
http://victorsnk.synology.me