Portege M700 and Mobilink stopped working

This used to work efficiently before but suddenly stopped working 3 days ago and I do not know why. I have a USB option with Huawei or inserting the SIM card under the battery then use Mobilink. It always worked with both but now neither works. In Mobilink it reports Radio Off and with the USB it reports that the modem is already used. Wifi works normally.
Anybody have any ideas?

Toshset is a command line tool allowing access to much of the Toshiba hardware interface. It can do things like control display brightness, set the fan speed, and enable the optional Bluetooth interface. It has current version Toshset 1.75.
Toshset version 1.75 brings support for switching on the 3G modem.
Download the new version of toshset.
Make the 3G recognized as a Mobile Broadband Modem
To get the modem to be recognized you will need to patch the "option" module and recompile the kernel
This take long time, but maybe you can try it.
Solution:
Re-compiling the kernel:
Getting needed packages:
The linux source code, the curses library and some other tools need to be installed to help compile .
sudo apt-get install linux-source-2.6.17 kernel-package libncurses5-dev fakerootthe source will be installed to the /usr/src directory in as a compressed file.
To make things easier, put yourselv in root mode by using sudo to open a new shell. There??s other ways to do this, but this I prefere.
sudo /bin/bashNow change directory into the source location so that you can install. Note that you may need to install the bunzip utility if it??s not installed.
cd /usr/src
echo $(uname -r) | bunzip2 linux-source-$(cut -c -6).tar.bz2
echo $(uname -r) | tar xvf linux-source-$(cut -c -6).tar
echo $(uname -r) | ln -s linux-source-$(cut -c -6) linux
Patching the option module:
http://www.spinics.net/lists/linux-usb/msg18847.html)
cp /usr/src/linux/drivers/usb/serial/option.c /usr/src/linux/drivers/usb/serial/option.c.orig
gedit /usr/src/linux/drivers/usb/serial/option.c
Ctrl+F and find this string "#define NOVATELWIRELESS_PRODUCT_EU870D"
Insert new line after the EXPEDITE PRODUCTS section and add the following text:
/* TOSHIBA PRODUCTS */
#define TOSHIBA_VENDOR_ID 0x0930
#define TOSHIBA_PRODUCT_HSDPA_MINICARD 0x1302
Ctrl+F and find this string "{ USB_DEVICE(0x1da5, 0x4515) }, /* BenQ H20 */" insert a new line after this line and paste the following:
{ USB_DEVICE(TOSHIBA_VENDOR_ID, TOSHIBA_PRODUCT_HSDPA_MINICARD ) }, /* Toshiba 3G HSDPA == Novatel Expedite EU870D MiniCard */
save the file and close it.
Configure the New kernel:
Make a copy of your existing kernel configuration to use for the custom compile process. Note that the ` character is the one below the tilde ~
cp /boot/config-`uname -r` /usr/src/linux/.config Now will launch the utility that will let you customize the kernel:
cd /usr/src/linux
make menuconfig
First, go down to Load an Alternate Configuration File, and load the .config file. (just hit enter)
http://www.howtogeek.com/wp-content/uploads/2006/12/WindowsLiveWriter/CustomizeYourKernelonUbuntu_86BF/loadaltconfig.png
Hit Exit and save the configuration when prompted.
Compile the kernel:
Now you are ready for compile. First do a make clean, just to make sure everything is ready for the compile.
make-kpkg cleanNext we??ll actually compile the kernel. This will take long time! Maybe you can go watch movie with your wife.
fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
This process will create two .deb files in /usr/src that contain the kernel. The linux-image**** file is the actual kernel image, and the other file contains the headers. You can install both with dpkg. The filenames will probably be different on your system.
*Please note that when you run these next commands, this will set the new kernel as the new default kernel. This could break things! If your machine doesn??t boot, you can hit Esc at the GRUB loading menu, and select your old kernel. You can then disable the kernel in /boot/grub/menu.lst or try and compile again.*
dpkg -i linux-image-*-custom_*-custom-10.00.Custom_i386.deb
dpkg -i linux-headers-*-custom_*-custom-10.00.Custom_i386.deb
Now reboot your machine. If everything works, you should be running your new custom kernel. You can check this by using uname. Note that the exact number will be different on your machine.
uname -r
2.6.28.9-ubuntu1-custom
Final Touches
Now if you click on the Network Manager Applet you will find that the Mobile Broadband modem is recognized. In my case it is recognized as two modems which forces nm-applet to put the full name of the modem "Toshiba Wireless Broadband (3G HSDPA) SM-Bus Minicard Status Port".
To connect, you will need first to run this command
sudo toshset -3g on
You will see the 3G modem indicator light switched on. Now you can click on the Network Manager icon and if you have two entries for the modem choose the upper one, that is the one that works for me
To make things easier, there is a written script that will toggle the 3g modem on and off and created a launcher icon for it in my pannel. I have also created a keyboard short cut for it.
sudo gedit /usr/bin/3g-togglepaste the following in the new file:
#!/bin/bash
modem_status=$(gksudo "toshset -3g")
echo $modem_status | grep "on"
if [[ $? -eq 0 ]] ; then
gksudo "toshset -3g off"
else
gksudo "toshset -3g on"
fi
save the file and close it then make it executable:
sudo chmod +x /usr/bin/3g-toggle
Now right-click on any free space on your panels and choose "Add to panel..." then double-click on "Custom Application Launcher" and create it as follows:
Type: Application
Name: Toggle 3G Modem
Command: 3g-toggle
Comment: Toggle 3G Modem on and off
press on the icon to choose a meaningful icon then press Close to save your new launcher.
You can also have a keyboard shortcut to toggle the 3G on and off by going to System => Preferences => Keyboard Shortcuts. Press "Add" then write "Toggle 3G Modem" as the name and 3g-toggle as the command. A new shortcut will be created under "Custom Shortcuts" named "Toggle 3G Modem". Click on the word "Disabled" and when you see "New shortcut.." press the keyboard combination of your choice. Then press "Close".
*Important Note:*
*The patched "option" kernel module will be lost on every kernel upgrade.*
*To fix this, you either repeat the process of patching the "option" module and recompile the kernel or just copy the patched binary (option.ko) from your previous kernel to the new one.*
So if you use this solution for patching, the location of the patched module will be in /lib/modules/2.6.*custom*/kernel/drivers/usb/serial/option.ko
so you will need to adjust the commands accordingly.
I don??t know if you want to try use this, maybe it can help.
You said you live in Switzerland. I like it very much is it cold in this year?

Similar Messages

  • Portege M700 - Rotation Button Not Working In Tablet Mode

    I have a Portege M700 and when I turn it into tablet mode the rotation button quits working.
    It works when it in laptop mode.
    I have the rotation utility set to go into secondary landscape and its no longer switching and the button on the front of the screen will not switch it anymore either.
    I can go into the rotation software and rotate it manually.
    Any suggestions on how to get the button functioning again?
    Oh and I am running Vista Business with SP 2.
    Any help would be appreciated.

    Yes it does rotate it just wont rotate with the button once I turn it . also when I turn it to tablet mode it goes into portrait, I need it to go into secondary landscape. I made sure that the setting are set to secondary landscape and that the button is set to rotate. but it just wont. I have reinstalled the drivers for the rotation utility. any other ideas would be very helpful. thanks

  • Hi Team, Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will st

    Hi Team,
    Showing Yellow icons after every 15 to 20 Min and internet stop working.when we enable- disbale the network connection then will internet start working fine.Some time network connection is disable but when we renable that connection it will stuck on enabling
    and will not renable till i am not restart that machine. I have 350 Machine in network but facing this issue in 25 machines. Kindly help me on this issue .
    Regards
    Sahil bhateja

    Hi,
    So switch a LAN card fix this issue...seems a compatibility issue or maybe some packs or programs you installed recently cause this issue.
    Have you manually check the network adapter driver from the PC's manufacture website? sometimes, it will be a time delay before Microsoft push out the driver update.
    Check if issue exists in safemode with network, this mode will launch Windows with limited sets of files and drivers. 
    if you have a restore point, restore the pc to a previous point at which the pc is functioning fine.
    Yolanda Zhu
    TechNet Community Support

  • Mid 2011 Macbook Air - Yosemite keyboard and trackpad stopped working, the only button that worked was the power button, only one USB port works.

    I have a Mid 2011 Macbook Air.
    Upgraded to Yosemite last week.
    Three days ago I was using my Macbook Air for the first time since upgrading to Yosemite. I had been using my Macbook Air for approximately 30 minutes, I was using safari and the keyboard and trackpad stopped working (would not respond). The only button that worked was the power button.
    I rebooted and they were still not working. I plugged in a USB mouse and external USB keyboard, only one USB port would work (the Left USB port if looking at the screen) so I had to swap between keyboard and mouse.
    After logging in there is a bluetooth icon at the top of the screen with a sawtooth line through it. Bluetooth is unavailable and the bluetooth icon is missing from the system preferences menu.
    If I run a hardware test by holding D (on USB keyboard) at startup it says that no problems are found and at the conclusion of the test the keyboard and trackpad start working again. When I log on the bluetooth is working again.
    I shut down the Macbook Air and when I started it again the keyboard and trackpad and right side USB ports were all not working again. I logged in using the USB keyboard and mouse and the bluetooth not available sawtooth icon had returned.
    I ran the hardware test again and at the conclusion of the test the trackpad and keyboard started working again.
    I have tried deleting com.apple.Bluetooth.plist and com.apple.Bluetooth.plist.lockfile from /Library/Preferences/ and tried resetting SMC and Power Functions but this did not fix the issue. The only thing that seems to work is running a hardware test - obviously I don't want to do this every time I use the computer.
    I do not believe any hardware is faulty/damaged - I think it has something to do with bluetooth/Yosemite.
    I do not have the Macbook with me at the moment, if you have suggestions that I can try or additional checks/info you require please let me know and I can get back to you.
    Thanks,
    John

    Hi!
    I have exactly the same problem, and I can't find any solution.
    I can't even track down the root of the problem: the Bluetooth/Wifi module? The trackpad? The keyboard/top case? The logicboard?
    I've tried all the usual: SMC/PRAM reset, clean install, kext cache clearing.
    Any suggestion is greatly appreciated!

  • Maxbook air keyboard, trackpad and usb stop working

    Hi everyone! i have a macbook air (early 2008) and it stop working the keyboard, the trackpad, and the usb port i think the bluetooth too becouse when i checked the hardware it doesn't appear i think is something wrong with the software becouse the ilumination of the keyboard still works but i can't use the restore disks becouse i don't have keyboard so i can't choose the start disk, any ideas what can it be? someone experience the same problem? Thanks

    It's a common problem. I'm not aware of a fix yet.

  • Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. Please help!

    Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. I don't get a spinning ball, it just stops working at whatever page it's on. I can close the program just fine but when I re-open it, either safari or firefox, it freezes trying to load the hompage. This started a few days ago after trying to stream a movie on my computer. I'm on a Mac Air OS X Version 10.6.8 and have downloaded all updates. When I go into finder, it says I have over 80 gigs available. Is there some other memory cache that I need to check? Thanks so much for your help.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

  • X1 Carbon touchpad and trackpad stops working.

    Received my new X1 Carbon 2014 this week. After only two minutes of use, the trackpad and toucphpad stopped working.
    I hade to use an external mouse, and even after all driver updates it still didn`t work.
    If I restart the machine, sometimes the track-touchpad will work, but suddenly it freezes up again (after only minutes of use), and I will have to restart to fix the problem. Have used it for 5 hrs now, and how probably restarted about 30-40 times.
    Anyone know what is causing this problem and/or how I can fix it?
    //alex

    Same issue here.
    Bought my X1 carbon 20A7 last month.
    The touchpad and trackpoint stop working after a while. Sometimes after minutes of use, sometimes after half an hour. When I close the lid, to let it go to sleep, and wake it up again they both work again. Another interesting (might be a coincedance) issue is that when I wake the laptop up after this has ocurred, the fingerprint reader does not work to log back on. 
    I have done a fresh install of windows 8.1 and updated all windows and Lenovo drivers. 
    I hope this gets solved quickly. It's kind of ridiculous for such a premium laptop.
    Lenovo?

  • Email and Chat STOP working

    Email and Chat STOP working. NOKIA - try OVI services.
    Nokia with Microsoft and Windows Mobile 7 - so; forget and don't hope about quality of our Symbian system and Ovi service
    http://www.nokia.com/press/press-releases/showpressrelease?newsid=1488004
    http://www.microsoft.com/presspass/press/2011/feb11/02-11partnership.mspx

    Hi Abdelhediamir,
    Is the mobile data connection (with your provider) up and running? Are you able to browse the web using the phone's browser? If no, this is most likely the reason why the issue is happening. Kindly coordinate with your Network Provider to get the correct Internet/APN settings via SMS. Save it on the phone so it will be configured.

  • Windows 8.1 Onboard Keyboard and Touchpad Stopped Working.

    After upgrading to Win 8.1 my keyboard and touchpad stopped working suddenly.  They both worked fine for the entire Windows 8.0 release.  When I upgraded to 8.1, they both worked for about 3 months.  Then what started happening is the computer
    would freeze during the startup process.  
    Now they both don't don't work.  But a USB powered mouse works.  So with a USB powered mouse and the on screen keyboard I have been troubleshooting.  I have removed the drivers from the device manager, reinstalled the drivers, searched for
    driver updates etc.  Nothing works. 
    Can someone please point me in the right direction.  PC is kind of useless at the moment.

    Hi,
    Kindly check this application that can show incompatible/unwanted/untrusted/ applications then remove these with different kinds of PC cleaner/Application removal tools.
    http://www.getsysteminfo.com/
    After Downloaded, Run the Application and Save Report, Upload the Report and Press Submit Button and Click Read the report as an Expert.
    If you found anything in these 2 Auto analyses
    then find the solution.
    1) Driver To Update:
    2) Application to Update:
    Good Luck!

  • A magnet fell on my macbook "late 2007 series black" and it stopped working. When i start my macbook up it sits on the white screen. i tried inserting the snow leopard disk to do a clean install but the disk ejects and all i see is the pointer.help please

    A magnet fell on my macbook "late 2007 series black" and it stopped working. When i start my macbook up it sits on the white screen. i tried inserting the snow leopard disk to do a clean install but the disk ejects and all i see is the pointer. i even bought a new hard drive to do the clean install but the same thing happens. Please Help

    Your problem is not Boot Camp, in fact, is your optical drive. Win XP requires indeed sp2, but also the internal drive, does not work from external optical drive.
    For other possible tricks, please use the appropriate Boot Camp forum, not here. Mac OS X may be installed from both external and internal optical drive and/or internal/external partition of a disk, any disk. Windows is not so generous.

  • I used this iphone wire for a bit, it worked perfectly but then suddenly i couldnt charge my phone and it stopped working completely. ive tried many other wires but they dont seem to work as well. im starting to get really frustrated

    i used this iphone wire for a bit, it worked perfectly but then suddenly i couldnt charge my iphone 5  and it stopped working completely. ive tried many other wires but they dont seem to work as well. im starting to get really frustrated and im really unsure of whats the case. i really really need help with this. please help asap!!

    Presuming you are using a wall charger - it would seem that your battery needs to be looked at in an Apple store

  • I have Photoshop CS2 for the MAC and it stopped working on my MAC. I recently bought a new MAC, an iMAC. There appears to be no way to contact Adobe about this.  What do I do? Ed

    I have Photoshop CS2 for the MAC and it stopped working on my MAC. I recently bought a new MAC, an IMAC and it doesn't work on that either. There appears to be no way to contact Adobe. What do I do? Thanks, Ed

    That because the activation servers were retired. Now for the good news:
    Adobe has provided a non-activation version of Photoshop CS2 free of charge for their CS2 license holders.
    Download the Mac version of Photoshop (not the suite) and copy down the serial number next to it.  Do not use your original serial number or cs2 disc.
    Download Acrobat 7 and CS2 products
    Uh... one more thing CS2 is PPC only.  OSX 10.6.8 has Rosetta to run legacy PPC products. 10.7 and above will not.
    Good luck,
    Gene

  • Adobe BRIDGE CS 5 PHOTO DOWNLOADER freezes and/or stops working during download after 2 years of use

    Adobe BRIDGE CS 5 PHOTO DOWNLOADER freezes and/or stops working during download after 2 years of use. I have uninstalled/re installed twice, cleaned system, adjusted Bridge settings with no change. And I have found no helpful troublshooting tips in forum or on web.

    Does it freeze with other type of cards.  Have seem some post that suggest an imbedded CODEC on the flash card can cause file corruption in Bridge and Mac Finder.
    To access the crash log it is officially called the event log.  To access us OS Help. 

  • Why have the ports on the left of my macbook pro and the wifi and bluetooth stopped working?

    Hey All,
    About a week ago the two usb ports on the left of my 17" macbook pro, soundcard, wifi, and bluetooth stopped working. The power port, ethernet, remaining usb on the right are still functional. I've tried repairing the permissions and other software based solutions but to no avail. I'm worried that this might be a motherboard issue but am apprehensive about taking the ol' girl into a genius because it will probably cost more to repair than the remaining value of the system. Anyone have any ideas, can confirm my suspicion?
    Thanks!

    Well I'm using Google Chrome browser on Lion and when I type in that URL nothing happens. Except for the "This webpage is not available" banner.
    So it looks like your website is down and what you are getting on your devices are cache.
    Oh just deleted the www and now I see the page. Yup all the info looks intact. home about us products Q&A and so on.

  • Itunes doesn't play certain songs and just stops working

    it was fine a couple of weeks ago but now it just doesn't play some songs and whenever I doule click those songs it went straight to "Itunes has stopped working." and I have to close the program. Today I just bought a song from Itunes store and it doesn't play either and Itunes stops working as well!!
    Please help. this is so annoying.

    @ King-Penguin -- no, they don't and that seems to be the problem, thanks!
    Why are the ticks important, and do you know how I can tick my entire collection?
    Richard

Maybe you are looking for

  • How do I change the printer? Also, keyboard is acting American but language is set to English UK.

    When I ask Thunderbird to print an email, it shows a printer which I have uninstalled, not my current default printer. (In fact it shows 2 uninstalled printers!) How do I change it? Also, it is rather annoying that I have lost the pound sign and the

  • How to access a pdf file in applet

    Hi guys , I am using adobe PdfViewer to display PDF files and this has to work on website but i am not able to access pdf file through URL this gives file name, or directory name or volume lable is not correct. I f u have any solution then give it to

  • Calling tcode CJB2  while saving CJ20N transaction

    Hi, I have problem , when I am seeting release for wbs elemnt in CJ20N , and saving, at the time of save I am calling a substitution where I am calling transaction CJB2 for automatic settelment rule creation , but it is not creating I have analysed a

  • DIEN or TRAD material type for freight to be invoiced to customer?

    Hi guys, I am asked by QA to maintain Financial views (Accounting&Costing) for a material that is cost of freight that we want to invoice to the customer. They would like to register this material as TRAD, but my problem is that I then have to determ

  • OID 10gR3 full version number and compatibility

    I am a bit confused about the OID version and compatibility. Can anyone help? Siteminder r12 is compatible with OID 10gR3 as per Siteminder compatibility matrix. When I try to find OID version number and in turn its compatibility with Operating syste