Author Topic: Bigpond 4G USB driver  (Read 16687 times)

Online muungwana

  • Hero Member
  • *****
  • Posts: 6237
Re: Bigpond 4G USB driver
« Reply #225 on: December 26, 2012, 09:07:54 PM »

press and hold "ctrl" and "alt" keys together and then press "backspace" key repeatedly and you will be kicked back to the log in screen.

If that does not work,press "ctrl+alt+F4" to go to tty4.when there,log in as root and then run the following command "killall -u $USER" and you will be kicked back to the log in screen.

ps:$USER is your username.

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline derekf

  • Full Member
  • ***
  • Posts: 249
Re: Bigpond 4G USB driver
« Reply #226 on: December 26, 2012, 09:49:56 PM »
That did the trick. I pressed ctrl+alt+F4 and logged in as root. Then went into /Home/.kde4/Autostart and deleted that script.

Now i went into system settings -system administration- startup and shutdown- autostart  and add  program, and typed in Knemo and clicked ok and ok again, under status it is Enabled.

 Is that the right way to do it ? before i reboot and stuff it up again.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6237
Re: Bigpond 4G USB driver
« Reply #227 on: December 26, 2012, 10:00:37 PM »

thats the right way to add programs but i though you wanted to add a script called "connect320.sh"?

You should add that one,you may add other things once you get the primary problem solved.

if knemo start giving you problem,the discussion will be derailed.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline derekf

  • Full Member
  • ***
  • Posts: 249
Re: [ SOLVED ] Bigpond 4G USB driver
« Reply #228 on: December 26, 2012, 10:03:26 PM »
How do i add my script to Configure Your Desktop > System Administration > StartUp and Shutdown > AutoStart.


This is my script to connect to the internet:

Quote
#!/bin/sh
dhclient -r
dhclient -nw wwan0
echo -e "AT\041SCACT=1,2\r" > /dev/ttyUSB2
kwrite

 
« Last Edit: December 27, 2012, 04:49:09 AM by derekf »