Search Results

Search: Posts Made By: SDoroshenko
Forum: Ubuntu 06-28-2011
5,297
Posted By SDoroshenko
Unfortunately, tcdrain didn't help to solve the...
Unfortunately, tcdrain didn't help to solve the problem. But actually it's not bad anymore. Nobody says that packets are stuck inside modems. They could be stuck somewhere on providers' routers.
So...
Forum: Ubuntu 06-01-2011
5,297
Posted By SDoroshenko
I didn't know about tcdrain. :confused: I will...
I didn't know about tcdrain. :confused:
I will test it tomorrow.

According to man: The tcdrain() function waits until all output written to the terminal referenced by fildes has been transmitted...
Forum: Ubuntu 06-01-2011
5,297
Posted By SDoroshenko
There are c source of cdc-acm.c, sierra.c,...
There are c source of cdc-acm.c, sierra.c, option.c in drivers/usb I was able to recompile (create *.ko files) and use after that.
For example, drivers/usb/class/cdc-acm.c overrides tty method:
741...
Forum: Ubuntu 06-01-2011
5,297
Posted By SDoroshenko
Looks like I'd have to ask modem manufacturers if...
Looks like I'd have to ask modem manufacturers if their modems can return how much data are inside modem buffer....
usb_submit_urb puts data to HCD (Host Controller Driver). Does HCD put data to...
Forum: Ubuntu 05-31-2011
5,297
Posted By SDoroshenko
All the USB modem drivers I test (cdc-acm,...
All the USB modem drivers I test (cdc-acm, option, sierra) send data to modems by using usb_submit_urb call.
When packet is supposed to be sent kernel calls write_bulk_out_callback method informing...
Forum: Ubuntu 05-31-2011
5,297
Posted By SDoroshenko
Linux provides flow control for USB modems so all...
Linux provides flow control for USB modems so all the packets reach destination without loss.
It means Linux knows when modem buffer is full. It would be good to know how Linux checks it.
Forum: Ubuntu 05-31-2011
5,297
Posted By SDoroshenko
How to implement TIOCOUTQ for USB modem on Linux Ubuntu
Hi,

I need to override ioctl operation for a few USB drivers (sierra, option, cdc-acm) on Linux Ubuntu 2.6.34sb2 to support TIOCOUTQ command.

Unfortunately, none of the drivers I mentioned...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy