Hi

Thanks for the help!
Perhaps it is related to the older udev in use. If the following output does confirm this theory I will have to see how I can upgrade udev and hopefully not break anything else in the process.

Output of requested command here under.

Regards
Anthony

cat /dev/visdn/streamport
cat: /dev/visdn/streamport: File exists

cat /proc/devices
Character devices:
 1 mem
 4 /dev/vc/0
 4 tty
 4 ttyS
 5 /dev/tty
 5 /dev/console
 5 /dev/ptmx
 6 lp
 7 vcs
10 misc
13 input
29 fb
36 netlink
89 i2c
108 ppp
128 ptm
136 pts
180 usb
196 zaptel
246 visdn-ppp
247 visdn-streamport
248 visdn-netdev
249 visdn-timer
250 visdn-timer
251 visdn-timer
252 visdn-timer
253 visdn-timer
254 visdn

Block devices:
 1 ramdisk
 2 fd
 8 sd
 9 md
22 ide1
65 sd
66 sd
67 sd
68 sd
69 sd
70 sd
71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
253 device-mapper
254 mdp

ls -l /dev/visdn/
total 0
crw-------  1 root root 254, 1 Jan 12 00:12 cxc-control
crw-------  1 root root 248, 0 Jan 12 00:12 netdev-control
crw-------  1 root root 246, 0 Jan 12 00:12 ppp
crw-rw----  1 root pbx  247, 0 Jan 12 00:12 streamport
lrwxrwxrwx  1 root root     13 Jan 12 00:12 timer -> timers/system
drwxr-xr-x  2 root root     60 Jan 12 00:12 timers




Daniele Orlandi wrote:

On Thursday 12 January 2006 07:12, Anthony Walker wrote:
visdn_q931_connect_channel: Cannot open streamport: File exists
   -- visdn_q931_setup_complete_indication
   -- poll timeout = -1


What's happening it's quite strange as there is no code in the streamport module which can return EEXIST (File exists).

Try to do this:

cat /dev/visdn/streamport

It should produce no output and no error.

Otherwise you may be encountering some rule conflict with those old udev rules, please paste the output of:

cat /proc/devices
ls -l /dev/visdn/

Bye,


_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to