WHY? is it so hard to get Linux to work?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- WHY? is it so hard to get Linux to work?
Re: WHY? is it so hard to get Linux to work?
02-08-2011 6:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Check dmesg, and try to set up a mobile broadband connection in NetworkManager. I think someone posted some screenshots to help with this in one of your threads.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 6:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
plugged in the 3G dongle again.... and type dmesg ... loads of stuff came up on the page (with gsm modem converter detected) in several lines.... and the 3 mobile network connected appeared simultaneously at the top right corner....
Thanks for that....
Re: WHY? is it so hard to get Linux to work?
02-08-2011 7:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I guess it ought to be possible to produce a udev rule for shutter to avoid him having to type the commands in each time he boots, but are either of us brave enough...
Now on the the USB memory stick problem I guess, although gleneagles problem on the other thread turned out to be a corrupted USB stick, invalid partition information. We ended up having to repartition and format it with gparted.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 7:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
wget http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20110714.tar.bz2
tar -xf usb-modeswitch-data-20110714.tar.bz2
(next step as root)
cp usb-modeswitch-data-20110714/usb_modeswitch.d/12d1\:1446 /etc/usb_modeswitch.d/
@shutter using tab completion, you can just type "usb-mo" then press Tab. It works differently to Windows command prompt, it fills in as much as it can until there's more than one possibility, then you can type a bit more, press tab again, and repeat until the end.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 7:43 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 7:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
all is not well..... have removed the wireless dongle, and replaced it with the memory stick, re-booted, and get the cannot mount 2gb message... so then I saw the bit about downloading firmware-b43-installer, so plugged in the wireless dongle again... and ...... you guessed it....no mention of it, and no connection...
I could take the laptop into the other room, to wire it to the router, but thought I would be lazy and use the wireless dongle, seeing as how you guys have spent so much time and effort getting it to work for me...
Re: WHY? is it so hard to get Linux to work?
02-08-2011 7:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@shutter: you need to update the config for usb_modeswitch. My previous instructions won't help as you're no longer connected.
There are some instructions in the file /usr/share/doc/usb-modeswitch-data/README.Debian
It should go like this, as root:
cd /etc/usb_modeswitch.d
tar /usr/share/usb_modeswitch/configPack.tar.gz 12d1:1446
gedit "12d1:1446"
and edit the "12d1:1446" file and add 1506 to the others in TargetProductList.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
just going to take both laptops back to the other room and connect the Linux one via the wire to the router, and then I can do the necessary downloads or Terminal instructions.....
watch this space !.
.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote The new_id setting code is in the /lib/udev/usb_modeswitch script
@ejs, Ah, that makes sense now. Thats presumably in the standard usb-modeswitch package and hence not in the updated data package.
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:09 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
the Linux Mint 11 laptop is now hardwired to the router , so we now have BOTH laptops connected to the internet....
so , I open a Terminal, and type "su"... and then what ..... ? ?
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:13 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: shutter so , I open a Terminal, and type "su"... and then what ..... ? ?
cd /etc/usb_modeswitch.d
tar /usr/share/usb_modeswitch/configPack.tar.gz 12d1:1446
sed -i -e 's/14ac/14ac,1506/' "12d1:1446"
cat "12d1:1446"
The "cat" line is just to check the result.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
cd /etc/usb_modeswitch.d
gives
bash: cd/etc/usb_modeswitch.d: No such file or directory
tar /usr/share/usb_modeswitch/configPack/tar.gz 12d1:1446
gives
tar: Old option `f` requires an argument.
Try `tar -- help` or `tar --usage` for more information
sed -i -e `s/14ac/14ac,1506/1 "12d1;1446"
gives
nothing .... just a flashing cursor at the left.....
cat "12d1:1446"
gives
nothing (as previous line) just flashing cursor......
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:29 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
tar -xvf /usr/share/usb_modeswitch/configPack.tar.gz "12d1:1446"
I guess the instructions in /usr/share/doc/usb-modeswitch-data/README.Debian need updating.
Re: WHY? is it so hard to get Linux to work?
02-08-2011 8:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
or just the one line you posted?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- WHY? is it so hard to get Linux to work?