LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   How does hald work in Puppy ? (https://www.linuxquestions.org/questions/puppy-71/how-does-hald-work-in-puppy-918114/)

Karl Godt 12-10-2011 08:32 PM

How does hald work in Puppy ?
 
I want to install

vodafone-mobile-connect-card-driver-for-linux-2.0.beta3-ALL-i386-installer.run
FROM
http://takewii.com/index.php?q=aHR0c...9pZD0xMg%3D%3D
WHICH i DL first from softpedia website .

ON PUPPY 4 i had a problem with PYTHON2.5 first , but recompiling python-2.5.6 ./configure --enable-unicode=ucs4
had fixed it .

BUT i have dbus running on BOTH Puppy 4 and 5-(Lupu) and would need to figure to install hal on Puppy-4 .

Puppy-5 has got
Code:

hald --version
Quote:

HAL package version: 0.5.11
I am now ATM on Lupu-511 and
Code:

hald --daemon=yes
sleep 3s
ps | grep hal

does not show any hald running .

I am guessing some incomplete configuration files OR permission probs as Puppy has not much entries in all the shapwddoers files .

Any experiences out there ?

Karl Godt 12-10-2011 09:47 PM

short update :
Code:

hald --verbose=yes --retain-privileges --use-syslog
seems to work now ...

I get a bunch of warns/errs in the console by
Code:

vodafone-mobile-connect-card-driver-for-linux
BUT at least the GUI pops up to say the following :
Quote:

Your device "Huawei E660A" is not properly registered with the kernel. Vodafone Mobile Connect Card driver for Linux needs at least two serial ports to communicate with your Huawei E660A. The program includes a set of udev rules plus some binaries that make sure that your device is always recognised properly. If you've installed from source, then make sure to copy the relevant files in the contrib dir
by some of the ./lib/python/site-packages/twisted/scripts/twistd.pyc

My device runs fine with the option.ko driver :
Code:

device: 'ttyUSB1': device_add
bus: 'usb-serial': add device ttyUSB1
PM: Adding info for usb-serial:ttyUSB1
bus: 'usb-serial': driver_probe_device: matched device ttyUSB1 with driver option1
bus: 'usb-serial': really_probe: probing driver option1 with device ttyUSB1
device: 'ttyUSB1': device_add
PM: Adding info for No Bus:ttyUSB1
usb 1-4.4: GSM modem (1-port) converter now attached to ttyUSB1
driver: 'ttyUSB1': driver_bound: bound to device 'option1'
bus: 'usb-serial': really_probe: bound device ttyUSB1 to driver option1
device: 'ttyUSB2': device_add
bus: 'usb-serial': add device ttyUSB2
PM: Adding info for usb-serial:ttyUSB2
bus: 'usb-serial': driver_probe_device: matched device ttyUSB2 with driver option1
bus: 'usb-serial': really_probe: probing driver option1 with device ttyUSB2
device: 'ttyUSB2': device_add
PM: Adding info for No Bus:ttyUSB2
usb 1-4.4: GSM modem (1-port) converter now attached to ttyUSB2
driver: 'ttyUSB2': driver_bound: bound to device 'option1'
bus: 'usb-serial': really_probe: bound device ttyUSB2 to driver option1
device: 'ttyUSB3': device_add
bus: 'usb-serial': add device ttyUSB3
PM: Adding info for usb-serial:ttyUSB3
bus: 'usb-serial': driver_probe_device: matched device ttyUSB3 with driver option1
bus: 'usb-serial': really_probe: probing driver option1 with device ttyUSB3
device: 'ttyUSB3': device_add
PM: Adding info for No Bus:ttyUSB3
usb 1-4.4: GSM modem (1-port) converter now attached to ttyUSB3
driver: 'ttyUSB3': driver_bound: bound to device 'option1'
bus: 'usb-serial': really_probe: bound device ttyUSB3 to driver option1

with Puppy pgprs-connect script .

modprobe hso does not help atm .. probably need to rmmod option first .

I get errs bout
gconf-merge-tree gconf-schemas gconftool-2 , too ...


All times are GMT -5. The time now is 01:32 PM.