After few months they understood about my project.........
after their board meeting, they decide to install my software to hospital computers.therefore I'm very busy @ these days.i spend my time in Hospital.. i post my project details after this busy week.maybe it's help to you for your final project.
wait......
don't You want to know who are they......?????????????????????
They are Administrators of The District General Hospital Matara.
In my HND I want to make good thing for a Final Project. But i don't have any idea. I'm Thinking few days about that. finally i founded the project case...
For more information about that visit my blog After Few days......
Find More
Subscribe to:
Post Comments (Atom)
Archive
Twit
Followers
Matara LUG
|
මාතර ලිනක්ස් සංසදය |
Visit this group |
1 comments:
Create a new rule for udev:
$ sudo vi /etc/udev/rules.d/15-huawei-155x.rules
Type the following:
SUBSYSTEM=="usb",
ATTRS{idProduct}=="1446",
ATTRS{idVendor}=="12d1",
RUN+="/lib/udev/modem-modeswitch --vendor 0x$attr{idVendor} --product 0x$attr{idProduct} --type option-zerocd"
Then, save and exit. The next time you plug in your USB modem, your system should automatically switch it to USB Modem mode and you’re good to go.
Now, if you’re wondering where these weird numbers came from, run the following command and try to figure it out.
$ sudo lsusb -v
But wait, there’s more. Before you can finally use your USB modem to connect to the Internet, you still need to configure your network connections. Simply go to “System -> Preferences -> Network Connections” and you’ll see this dialog. Select the “Mobile Broadband” tab.
Post a Comment