Anyone had experince setting up gnokii
Steve Burton
steve at sliderule.demon.co.uk
Fri Dec 26 22:45:13 UTC 2014
On 26/12/2014 22:27, Steve Burton wrote:
> On 26/12/2014 20:37, Adrian Chadd wrote:
>> Hi,
>>
>> I thought gnokii worked on a real serial port, not a ugen device.
>>
>> ugen is the generic USB device that userland USB drivers would use.
>>
>> I think gnokii expects the device / port there to be a serial device,
>> USB or otherwise.
>>
>> So, what cable are you using? and whats the output of "dmesg" and
>> "usbconfig list" say?
>>
>>
>>
>> -adrian
>>
>>
>> On 24 December 2014 at 02:05, Godfrey Hamshire
>> <freebsdlist at compudoc.za.org> wrote:
>>> Hello
>>>
>>> I have got a Nokia N79 and am trying to set it up to send sms's I am
>>> not
>>> wanting any thing fancy just to send me sms's in addition to the other
>>> notification methods I already employ for power outages loss of
>>> connectivity
>>> etc etc.
>>>
>>> I have managed to get this far and am stuck
>>>
>>> Initializing AT capable mobile phone ...
>>> Serial device: opening device /dev/ugen4.2
>>> Gnokii serial_open: tcgetattr: Inappropriate ioctl for device
>>> Couldn't open ATBUS device: Inappropriate ioctl for device
>>>
>>> No matter what I try I am unable to proceed beyond this point
>>>
>>>
>>> Google is not much help here I was wondering what suggestions you
>>> guys might
>>> have.
>>>
>>> Regards
>>>
>>> Godfrey
>>>
>>>
>>>
>>>
>>> root at 32.165 ~ # usbconfig ; gnokii --identify
>>> ugen0.1: <UHCI root HUB VIA> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps)
>>> pwr=SAVE (0mA)
>>> ugen4.1: <EHCI root HUB VIA> at usbus4, cfg=0 md=HOST spd=HIGH
>>> (480Mbps)
>>> pwr=SAVE (0mA)
>>> ugen3.1: <UHCI root HUB VIA> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps)
>>> pwr=SAVE (0mA)
>>> ugen2.1: <UHCI root HUB VIA> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps)
>>> pwr=SAVE (0mA)
>>> ugen1.1: <UHCI root HUB VIA> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps)
>>> pwr=SAVE (0mA)
>>> ugen4.2: <N79 Nokia> at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
>>> (100mA)
>>> GNOKII Version 0.6.31
>>> LOG: debug mask is 0x1
>>> Config read from file /usr/local/etc/gnokiirc.
>>> phone instance config:
>>> model = AT
>>> port = /dev/ugen4.2
>>> connection = serial
>>> initlength = default
>>> serial_baudrate = 115200
>>> serial_write_usleep = 5000
>>> handshake = hardware
>>> require_dcd = 0
>>> smsc_timeout = 60
>>> rfcomm_channel = 0
>>> sm_retry = 0
>>> Initializing AT capable mobile phone ...
>>> Serial device: opening device /dev/ugen4.2
>>> Gnokii serial_open: tcgetattr: Inappropriate ioctl for device
>>> Couldn't open ATBUS device: Inappropriate ioctl for device
>>> AT bus initialization failed (1)
>>> Initialization failed (1)
>>> Serial device: closing device
>>> Telephone interface init failed: Command failed.
>>> Quitting.
>>> Command failed.
>>> _______________________________________________
>>> freebsd-questions at freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to
>>> "freebsd-questions-unsubscribe at freebsd.org"
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "freebsd-questions-unsubscribe at freebsd.org"
>>
> As I recall, gnokii (and smstools) expects a /dev/cua* device. If your
> device is ugen, I think it means unrecognized in this context.
>
> Steve.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>
I mis-wrote! smstools definitely uses /dev/cua0 on my server.
Steve.
More information about the freebsd-questions
mailing list