I answer to me
Firstly, I have the USB modem without a CDROM behavior ( Like is saw in Ubuntu and Debian ). But my Fedora 12 doesn´t.
I used the advice:
http://www.islascruz.org/html/index....-on-Linux.html
But weren't give me a result. I was install
Before I saw the device with the command "lsusb" like:
Bus 001 Device 005: ID 0421:060c Nokia Mobile Phones
Like the reference (in the end of this comment), I write the next code in the /etc/udev/rules.d/
SUBSYSTEMS=="usb", SYSFS{idVendor}=="0421", SYSFS{idProduct}=="060c", ACTION=="add", RUN+="/usr/bin/eject -s %k", OPTIONS+="last_rule"
Next I was reboot the machine. Then, I see the device shining the red light, and next the green ( brefore I was config a 3G Telcel connection).
Reference:
http://blog.nielshorn.net/2010/02/us...-on-slackware/
Anyway thnx