Hi there, just bought your vGsm card, with support for 2 sims.
I have RHEL4 x86_64, just installed your card, and then followed your instructions about creating the ks devices in /dev/. Unfortunately I can't get them working. >From the INSTALL doc: >In samples/etc_udev_rules.d/30-kstreamer.rules there is a sample ruleset file >to create the devices in the appropriate places. Please adapt group and modes >to your installation. >Please note that if you are using udev older than 054 you will need to use >special rules to work around some missing features in udev. I read that in case I have a udev version prior to 054 I need to use special rules to make it working. I found out (by looking at the udev docs directory - /usr/share/doc/udev-039 - otherwise I'd like to know how to alternatively discover udev version...) that this is my case, 039 in my case. I then started documenting myself on udev and how it works. Applying my fresh knowledge to this situation, I had no luck. This is my /etc/udev/rules.d/30-kstreamer.rules KERNEL=="userport*", SUBSYSTEM=="kstreamer", NAME="ks/%k", GROUP="asterisk", MODE="0660" and this is my udev.conf: # udev_root - where in the filesystem to place the device nodes udev_root="/dev/" # udev_db - The name and location of the udev database. udev_db="/dev/.udev.tdb" # udev_rules - The name and location of the udev rules file udev_rules="/etc/udev/rules.d/" # udev_permissions - The name and location of the udev permission file udev_permissions="/etc/udev/permissions.d/" # default_mode - set the default mode for all nodes that have no # explicit match in the permissions file default_mode="0600" # default_owner - set the default owner for all nodes that have no # explicit match in the permissions file default_owner="root" # default_group - set the default group for all nodes that have no # explicit match in the permissions file default_group="root" # udev_log - set to "yes" if you want logging, else "no" udev_log="no" Compilation went straight ok 'till the end. modules load correctly (AFAIK). [EMAIL PROTECTED] ~]# modprobe ks-userport [EMAIL PROTECTED] ~]# lsmod |grep userport ks_userport 16976 0 kfifo 4992 1 ks_userport ks_softswitch 6136 1 ks_userport kstreamer 50456 2 ks_userport,ks_softswitch But still there's no devices created in /dev/ks whatsoever, not even the /dev/ks folder itself. I have no ideas left. Please help me out, I also bought your card having read that supports asterisk 100%, but officially you never promised full compatibility with the 1.4.x versions. Hope I am wrong, 'cos that's my case... Marcello Golfieri _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
