Installing reliance Broadband+ on fedora linux part three
Welcome to chapter three of the Reliance Broadband+ installation. We ve done enough to make it work. Now we will iron out the changes and glue the changes to the system so that we dont have to run the flurry of commands over and over again and again.
First of all we will make the usb_modeswitch to do the job automatically everytime the usb is inserted.
You have followed the steps in http://navindutta.com/wordpress/2009/09/installing-reliance-broadband-on-fedora-linux-part-one/
Now lets continue make the usb cdrom to usb modem switch automagic
.. so all this is will be done when you insert the device in usb
#vim /etc/udev/rules.d/70-persistent-cd.rules
Append the following to the end of the file
ACTION==”add”, ATTRS{idVendor}==”19d2″, ATTRS{idProduct}==”fff5″,
RUN+=”/usr/bin/usb_modeswitch”
ACTION==”add”, ATTRS{idVendor}==”19d2″, ATTRS{idProduct}==”fff1″,
RUN+=”/sbin/modprobe usbserial vendor=0×19d2 product=0xfff1 maxRSize=12288 maxWSize=8192“
Once this has been done run the following and then plug your modem in and run this command to load the newly set rule.
#udevadm control –reload-rules
Now if you notice you dont have to run the usb_modeswitch everytime you plug in the modem. It is done automagically.. Cool !!
aint it? as well as teh modprobe for high speed access.
Everytime you want to connect to the internet you just need to run the command
#wvdial
Thats it!!! There you go
Have fun!!