Re: [Bug 848164] Re: Auto connect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2014-06-04 Thread miles.sharpe
On Wed, 2014-06-04 at 16:57 +, Art Edwards wrote:
 I am running 12.10 on Dell  inspiron 14-z, and I'm using the novatel
 M760 over virgin mobile. I still have the problem that the system
 doesn't see the device  if I remove, and re-insert it. I have tried the
 solution suggested in #27, and, now, the modem does autoconnect.
 However, it has not solved the re-insertion problem. I note the Bug
 Watch updater that there is a new network-manager as of 2014-05-07. Will
 this be back-ported to 12.10?
 

Try this. It was all that helped me get 12.04 to auto-connect.
sudo gedit /etc/init.d/mobile-broadband-connect
Copy/paste the following script in and where you see 8ta (2 places) you
have to enter your service provider. Then save and close gedit.
then
sudo chmod +x /etc/init.d/mobile-broadband-connect
sudo update-rc.d mobile-broadband-connect defaults
Then reboot and lets hope it works for you too.
Good luck
Miles


#!/bin/sh
# Mobile Broadband Startup Service script v0.1 alpha by The Fan Club -
April 2012
# acts as startup service script for nmcli to fire up Mobile Broadband
Connections
# NOTE: Use the name of the Mobile Connection in the Network Manager as
the 'id' 
# USAGE: start|stop|status
#
### BEGIN INIT INFO 
# Provides: mobile-broadband-connect 
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 3 4 5 
# Default-Stop: 0 1 6 
# Short-Description: Autoconnect 3G GSM
### END INIT INFO

NAME=mobile-broadband-connect
DESC=Autoconnect 3G/4G GSM USB modem at startup

test -x $DAEMON || exit 0

case $1 in
start)
   echo Starting Mobile Broadband Connection.

   while true; do
  # testing...
  LC_ALL=C nmcli -t -f TYPE,STATE dev | grep -q ^gsm:disconnected
$
  if [ $? -eq 0 ]; then
 break
  else
 # no GSM modem detected yet, sleeping for a second
 sleep 1
  fi
   done

   # Once GSM modem detected, run the script
   nmcli -t con up id 8ta
;;
stop)
   echo Stopping Mobile Broadband Connection.
   nmcli -t con down id 8ta
   nmcli -t nm wwan off 
;;
status)
   # Check to see if the process is running with nmcli
   nmcli -p dev
;;

*)
   echo Mobile Broadband Startup Service
   echo $Usage: $0 {start|stop|status}
   exit 1
esac
exit 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848164

Title:
  Auto connect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 848164] Re: Autoconnect to 3G network only works after manually enabling mobile broadband after modem inserted/bootup/resume

2012-10-30 Thread miles.sharpe
-Original Message-
From: Marius Kotsbak 848...@bugs.launchpad.net
Reply-to: Bug 848164 848...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 848164] Re: Autoconnect to 3G network only works after
manually enabling mobile broadband after modem inserted/bootup/resume
Date: Tue, 30 Oct 2012 08:37:09 -

** Tags added: quantal


Hi Marius, this worked for me on 12.04. Have got to next release yet
http://www.thefanclub.co.za/how-to/how-auto-connect-ubuntu-1204-gsm-mobile-broadband-connection-on-boot-startup-service

Miles

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848164

Title:
  Autoconnect to 3G network only works after manually enabling mobile
  broadband after modem inserted/bootup/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/848164/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-17 Thread miles.sharpe
Not being an IT person is difficult, but I think that if the enable broadband  
remains ticked 
the same as the enable networking remains ticked or enabled then the autodial 
function will most likely work as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-17 Thread miles.sharpe
That is correct. blocking the upgrade as from the cd install, nm works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-15 Thread miles.sharpe
This bug only appears after doing an update. only way I can keep nm
working is to do an offline clean install, then before rebooting to
complete installation plug in the modem and setup for my SP. then
reboot. Then apt-get update and install synaptic and use the package
lock version option for network-manager and aptitude hold network-
manager then use synaptic to mark all upgrades and upgrade. then
network-manager still sees my modem and gives the enable mobile
broadband option

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-15 Thread miles.sharpe
The auto connect option still doesnt work but at least I can connect now
with my modem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-15 Thread miles.sharpe
I am on irc freenode #ubuntu-za most of the time. ZA time. but can try
match times with whoever is working with this bug. TY

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-15 Thread miles.sharpe
using sakis3g and gnome-ppp i was able to connect to the modem network-
manager couldnt see once upgraded

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-10 Thread miles.sharpe
-Original Message-
From: Thomas Hood 1033...@bugs.launchpad.net
Reply-to: Bug 1033579 1033...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 1033579] Re: NM doesn't autoconnect to mobile broadband --
Nokia 2730 classic
Date: Tue, 07 Aug 2012 17:03:42 -

I also notice that upstream lists the Nokia 2720 as known to work but
not the 2730.


I am using the nokia 2730 to get online with at the moment, but, have to
manually tell nm to connect. have also plugged in my usb modem but nm
sees it as storage. modeswitch doesnt seem to be working. lsusb shows
Bus 001 Device 007: ID 1bbb:f000 T  A Mobile Phones 
modem is an alcatel X080s. The output of tail /var/log/syslog is here

http://slexy.org/view/s20dvmSy32
If you need more info please explain nicely as I am not an IT person and
still learning linux/ubuntu
Thanks again
Miles

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1032267] Re: missing dependency on python-jinja2

2012-08-08 Thread miles.sharpe
-Original Message-
From: Steve Langasek steve.langa...@canonical.com
Reply-to: Bug 1032267 1032...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 1032267] Re: missing dependency on python-jinja2
Date: Tue, 07 Aug 2012 23:41:32 -

Hello miles.sharpe, or anyone else affected,

Accepted ibid into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/ibid/0.1.1+dfsg-
3ubuntu0.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

Hi Steve, you're top link doesn't open here for some reason.
I have joined #ibid as Kilos so if i can help ping me there.
Have installed am few things i see in error messages when trying to run ibid
no jinja2 and no conch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1032267

Title:
  missing dependency on python-jinja2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibid/+bug/1032267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: network manager doesnt auto connect to mobile broadband

2012-08-07 Thread miles.sharpe
apport information

** Tags added: apport-collected

** Description changed:

  network manager doesnt auto connect even with auto connect block ticked
  and enable broadband doesnt stay enabled.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 14.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
  Uname: Linux 3.2.0-27-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu11
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  miles  1695 F pulseaudio
   /dev/snd/controlC0:  miles  1695 F pulseaudio
  BuildID: 20120713224758
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SI7012'/'SiS SI7012 with ALC655 at irq 18'
 Mixer name : 'Realtek ALC655 rev 0'
 Components : 'AC97a:414c4760'
 Controls  : 41
 Simple ctrls  : 26
  Card1.Amixer.info:
   Card hw:1 'Audigy'/'SB Audigy 1 [SB0090] (rev.3, serial:0x511102) at 0xe400, 
irq 18'
 Mixer name : 'TriTech TR28602'
 Components : 'AC97a:54524123'
 Controls  : 194
 Simple ctrls  : 30
  Channel: Unavailable
  Date: Mon Aug  6 18:52:05 2012
  ExecutablePath: /usr/lib/firefox/firefox
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  IpRoute:
   default via 10.64.64.64 dev ppp0  proto static 
   10.64.64.64 dev ppp0  proto kernel  scope link  src 41.151.132.106 
   169.254.0.0/16 dev ppp0  scope link  metric 1000
  IwConfig:
   ppp0  no wireless extensions.
   
   lono wireless extensions.
   
   eth0  no wireless extensions.
  PrefSources:
   prefs.js
   
[Profile]/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=14.0.1/20120713224758 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4.1
   totem-mozilla 3.0.1-0ubuntu21
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/25/2005
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F2
  dmi.board.name: GA-8S661FXMP-RZ
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd02/25/2005:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-8S661FXMP-RZ:rvrx.x:cvn:ct3:cvr:
+ --- 
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: i386
+ DistroRelease: Ubuntu 12.04
+ IfupdownConfig:
+  auto lo
+  iface lo inet loopback
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
+ IpRoute:
+  default via 10.6.6.6 dev ppp0  proto static 
+  10.6.6.6 dev ppp0  proto kernel  scope link  src 41.151.165.65 
+  169.254.0.0/16 dev ppp0  scope link  metric 1000
+ NetworkManager.state:
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
+ Package: network-manager 0.9.4.0-0ubuntu4.1
+ PackageArchitecture: i386
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
+ RfKill:
+  
+ Tags:  precise
+ Uname: Linux 3.2.0-27-generic-pae i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-08-07T15:07:55.742346
+ nmcli-con:
+  NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
+  Voda  389b1087-cf62-41cc-ae8b-ad134d9c86e7   gsm 
  1332225241   Tue 20 Mar 2012 08:34:01 AM SAST   yes   no 
/org/freedesktop/NetworkManager/Settings/2
+  8.ta Default 1caa6e225-12aa-47c0-999c-e5167e993e80   gsm 
  1344356168   Tue 07 Aug 2012 06:16:08 PM SAST   yes   no 
/org/freedesktop/NetworkManager/Settings/1
+  Vodacom Unrestricted 1d8dc6e5f-1804-4b68-971e-e1ab8d334cbe   gsm 
  1344348372   Tue 07 Aug 2012 04:06:12 PM SAST   yes   no 
/org/freedesktop/NetworkManager/Settings/0
+ nmcli-dev:
+  DEVICE TYPE  STATE DBUS-PATH 
 
+  ttyACM0gsm   connected 
/org/freedesktop/NetworkManager/Devices/1  
+  eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
+ nmcli-nm:
+  RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   

[Bug 1033579] Dependencies.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251490/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] IpAddr.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: IpAddr.txt
   https://bugs.launchpad.net/bugs/1033579/+attachment/3251491/+files/IpAddr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] IwConfig.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251492/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] NetDevice.eth0.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: NetDevice.eth0.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251493/+files/NetDevice.eth0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] NetDevice.lo.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: NetDevice.lo.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251494/+files/NetDevice.lo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] NetDevice.ppp0.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: NetDevice.ppp0.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251495/+files/NetDevice.ppp0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] NetDevice.usbpn0.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: NetDevice.usbpn0.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251496/+files/NetDevice.usbpn0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] NetworkManager.conf.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: NetworkManager.conf.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251497/+files/NetworkManager.conf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] PciNetwork.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: PciNetwork.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251498/+files/PciNetwork.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] WifiSyslog.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251499/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] modified.conffile..etc.NetworkManager.NetworkManager.conf.txt

2012-08-07 Thread miles.sharpe
apport information

** Attachment added: 
modified.conffile..etc.NetworkManager.NetworkManager.conf.txt
   
https://bugs.launchpad.net/bugs/1033579/+attachment/3251500/+files/modified.conffile..etc.NetworkManager.NetworkManager.conf.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1033579] Re: network manager doesnt auto connect to mobile broadband

2012-08-07 Thread miles.sharpe
-Original Message-
From: Thomas Hood 1033...@bugs.launchpad.net
Reply-to: Bug 1033579 1033...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 1033579] Re: network manager doesnt auto connect to mobile
broadband
Date: Tue, 07 Aug 2012 10:26:01 -

@miles: Also, please let us know the exact model name and number of the
modem you are using.


Hi again, I am using a nokia 2730 classic because it shows the enable
broadband. the alcatel modem doesnt even show that. I have tried ticking
the connect automatically block and have enabled the broadband
connection, but on every restart I have to do it again. Its as if NM
doesnt remember what state to be in. With ubuntu maverick I ticked the
auto connect block once and it is still working. Only 12.04 seems to
forget my choices. Thank you for the help. I hope we are successful
Miles

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1033579] Re: NM doesn't autoconnect to mobile broadband -- Nokia 2730 classic

2012-08-07 Thread miles.sharpe
-Original Message-
From: Thomas Hood 1033...@bugs.launchpad.net
Reply-to: Bug 1033579 1033...@bugs.launchpad.net
To: msdomdon...@gmail.com
Subject: [Bug 1033579] Re: NM doesn't autoconnect to mobile broadband --
Nokia 2730 classic
Date: Tue, 07 Aug 2012 17:03:42 -

I also notice that upstream lists the Nokia 2720 as known to work but
not the 2730.


Hi Thomas, Ive been using my 2730 on maverick 10.10 for 2 years
and on 11.04 for a few months without any problems. I am using it now.
Its just the nm auto connect function that doesnt work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  NM doesn't autoconnect to mobile broadband --  Nokia 2730 classic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] [NEW] network manager doesnt auto connect to mobile broadband

2012-08-06 Thread miles.sharpe
Public bug reported:

network manager doesnt auto connect even with auto connect block ticked
and enable broadband doesnt stay enabled.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 14.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
Uname: Linux 3.2.0-27-generic-pae i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  miles  1695 F pulseaudio
 /dev/snd/controlC0:  miles  1695 F pulseaudio
BuildID: 20120713224758
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'SI7012'/'SiS SI7012 with ALC655 at irq 18'
   Mixer name   : 'Realtek ALC655 rev 0'
   Components   : 'AC97a:414c4760'
   Controls  : 41
   Simple ctrls  : 26
Card1.Amixer.info:
 Card hw:1 'Audigy'/'SB Audigy 1 [SB0090] (rev.3, serial:0x511102) at 0xe400, 
irq 18'
   Mixer name   : 'TriTech TR28602'
   Components   : 'AC97a:54524123'
   Controls  : 194
   Simple ctrls  : 30
Channel: Unavailable
Date: Mon Aug  6 18:52:05 2012
ExecutablePath: /usr/lib/firefox/firefox
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
IpRoute:
 default via 10.64.64.64 dev ppp0  proto static 
 10.64.64.64 dev ppp0  proto kernel  scope link  src 41.151.132.106 
 169.254.0.0/16 dev ppp0  scope link  metric 1000
IwConfig:
 ppp0  no wireless extensions.
 
 lono wireless extensions.
 
 eth0  no wireless extensions.
PrefSources:
 prefs.js
 
[Profile]/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=14.0.1/20120713224758 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4.1
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/25/2005
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: GA-8S661FXMP-RZ
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd02/25/2005:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-8S661FXMP-RZ:rvrx.x:cvn:ct3:cvr:

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: network manager doesnt auto connect to mobile broadband

2012-08-06 Thread miles.sharpe
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033579] Re: network manager doesnt auto connect to mobile broadband

2012-08-06 Thread miles.sharpe
Bug 1033579

I can send the output of ubuntu-bug network-manager if you guys will get
more info from it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033579

Title:
  network manager doesnt auto connect to mobile broadband

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1033579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1032267] [NEW] missing dependency on python-jinja2

2012-08-02 Thread miles.sharpe
Public bug reported:

bot cant find jinja2 module

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ibid 0.1.1+dfsg-3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
Uname: Linux 3.2.0-27-generic-pae i686
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
Date: Thu Aug  2 17:47:07 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ibid
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ibid (Ubuntu)
 Importance: Medium
 Status: Fix Released

** Affects: ibid (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: apport-bug i386 precise running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1032267

Title:
  missing dependency on python-jinja2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibid/+bug/1032267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1032267] Re: missing sudo aptitude install python-jinja2

2012-08-02 Thread miles.sharpe
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1032267

Title:
  missing dependency on python-jinja2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibid/+bug/1032267/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 228302] Re: [HARDY-LUCID] No DMA nor 32bits IO support

2012-02-08 Thread miles.sharpe
Hi guys, I am getting this problem in Maverick as well but find the
workaround of making /sda to /hda and all that goes with it beyond my
capabilities.  Has a fix been found yet please?

miles@P4:~$ sudo hdparm -d1 /dev/sda

/dev/sda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Inappropriate ioctl for device
 HDIO_GET_DMA failed: Inappropriate ioctl for device

Thanks
Miles

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/228302

Title:
  [HARDY-LUCID] No DMA nor 32bits IO support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/228302/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 464422] Re: package ttf-mscorefonts-installer 3.0 failed to install/upgrade

2009-11-19 Thread miles.sharpe
deleted it in synaptic. thanks a ton

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade
https://bugs.launchpad.net/bugs/464422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 440664] [NEW] ipppd error when install security updates

2009-10-02 Thread miles.sharpe
Public bug reported:

Binary package hint: gnome-terminal

ipppd error and isdn error when trying to install security updates
and sound drivers
Ubuntu 9.04
ipppd
expected security updates to install automatically
error. Failure to install some of the updates
ipppd
isdn

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.26.0-0ubuntu2.1
ProcEnviron:
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.28-15-generic i686

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ipppd error when install security updates
https://bugs.launchpad.net/bugs/440664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 440664] Re: ipppd error when install security updates

2009-10-02 Thread miles.sharpe

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32868462/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32868463/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32868464/ProcStatus.txt

-- 
ipppd error when install security updates
https://bugs.launchpad.net/bugs/440664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 439441] [NEW] package isdnlog 1:3.12.20071127-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-09-30 Thread miles.sharpe
Public bug reported:

Binary package hint: ipppd

Ubuntu
9.04 
Trying to get lazerjet 5l working
Trying to get sound card working
whatever I download and install brings up ipppd error 127

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 127
Package: isdnlog 1:3.12.20071127-0ubuntu5
SourcePackage: isdnutils
Title: package isdnlog 1:3.12.20071127-0ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 127
Uname: Linux 2.6.28-15-generic i686

** Affects: isdnutils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package isdnlog 1:3.12.20071127-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/439441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 439441] Re: package isdnlog 1:3.12.20071127-0ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-09-30 Thread miles.sharpe

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32750732/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/32750733/DpkgTerminalLog.txt

-- 
package isdnlog 1:3.12.20071127-0ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/439441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs