Matthias Berndt escribió:
> Hi Alex,
>
> I'm afraid I didn't get my IrDA Dongle to work with your driver. 
> Installation worked perfectly:
> Here's what dmesg says when I plug it in:
> usb 2-4: new low speed USB device using ohci_hcd and address 5
> usb 2-4: configuration #1 chosen from 1 choice
> KingSun KS-959 IRDA/USB found at address 5, Vendor: 7d0, Product: 4959
> /tmp/ks-959/ks959-sir.c: IrDA: Registered KingSun KS-959 device irda0
>
> # ifconfig irda0
> irda0     Link encap:IrLAP  HWaddr e2:a7:37:4c
>           UP RUNNING NOARP  MTU:2048  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:8
>           RX bytes:0 (0.0 b)  TX bytes:42 (42.0 b)
>
> And here's my /etc/default/irda-utils:
> ENABLE="true"
> DISCOVERY="true"
> DEVICE="irda0"
> DONGLE="none"
> SETSERIAL=""
> USE_SMCINIT="no"
>
> The irda-utils service is running, but IrDA discovery doesn't work. I 
> think it's probably just a configuration error, can you help me to sort 
> this out?
>
> Regards
> Matthias Berndt
>
>   
You mean , like irda service running (/etc/init.d/irda) ? That one is 
only guaranteed to work with non-pluggable IrDA interfaces on startup, 
such as the one found in some laptops. It needs the dongle to be plugged 
in before starting. Try /sbin/service irda restart, or your equivalent 
in your distribution, *after* plugging your dongle. Or you could 
manually start discovery after plugging your dongle, by doing: 
/usr/sbin/irattach irda0 -s

Alex Villacís Lasso

-- 
perl -e '$x=2.4;print sprintf("%.0f + %.0f = %.0f\n",$x,$x,$x+$x);'


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to