[lug:13808] Broadband on Eee PC (701)

2008-12-18 Thread francis.cameron
I recently purchased the little Asus Eee PC (701) which is fine for my purposes. The OS is Xandros Linux. Now I wish to use this as a platform for a Mobile Modem (mobile broadband) but I am finding that the phone company dongles run on Windows or Mac but not on Linux. Is there a way I can upgrade

[lug:13809] Re: about disk partitioning

2008-12-18 Thread Sumit Sati
LVM stands for Logical Volume Manager. As the name stands LVM manages many volumes logically, mean you can give it a no of volumes and partition them according to your wish without restricting on size of partition, you can extend a lvm just by adding new volume to it, suppose you have two 40 gb har

[lug:13810] Re: failed ubuntu install

2008-12-18 Thread JTF
or even the alternate installer which doesn't try to boot the live CDit is a text based installer http://www.ubuntu.com/getubuntu/downloadmirrors#alternate On Dec 17, 7:00 pm, svega85 wrote: > I would try ubuntu 8.04 LTS. I have one machine that 8.10 won't > install on but 8.04 works great

[lug:13812] Re: Shutdown status

2008-12-18 Thread Daniel Eggleston
I don't know if there already exists a way, but you could put a script late in the shutdown scripts that touches a file, and a script at boot time that removes the file and logs whether it exists. for example. There may be other ways already implemented that somebody else knows about. On Thu, De

[lug:13811] installation of ubuntu 8.10

2008-12-18 Thread sharmamanish1...@gmail.com
sir i want to install ubuntu 8.10 but i have no media for this . so please tell me what can i do --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to linuxusersgroup@googlegroups.com T

[lug:13813] Re: installation of ubuntu 8.10

2008-12-18 Thread Raihan Hasnain Rahman
What do you mean by you have on media for this? Either download the iso from their official mirrors (burn the image and install), or register and ask for a free cd from shipit.ubuntu.com. On 12/18/08, sharmamanish1...@gmail.com wrote: > > sir i want to install ubuntu 8.10 but i have no media for

[lug:13814] Re: Broadband on Eee PC (701)

2008-12-18 Thread Daniel Eggleston
Have you checked for support in the linux kernel? Many devices are "unsupported" in linux (the manufacturer hasn't/won't write drivers), but they already exist (The community has written them). I don't know what a "Mobile Modem" is, is it a type of cell modem? Could you give us more details? On

[lug:13815] Re: Broadband on Eee PC (701)

2008-12-18 Thread francis . cameron
Thank you, Daniel. A Mobile Modem is fitted into a USB stick to connect with a mobile phone service to give access to Broadband. These modems are sold by Vodofone, T-mobile and others and work with no problem on Windows and Macs but apparently not without modification on Linux. HTH On Thu, Dec

[lug:13816] Re: Printing Man pages

2008-12-18 Thread Iron_Man
I guess I used the wrong wording ... I am wanting to "print" or redirect the output to a text file. Sorry about the bug in my wording. On Dec 17, 9:48 pm, "Chris Miller" wrote: > On Wed, Dec 17, 2008 at 6:27 PM, Iron_Man wrote: > > > I'm hoping that there is an easy answer to this question.  I

[lug:13817] Re: Printing Man pages

2008-12-18 Thread Ryan Graham
What are you hoping to do with the file, and how much of the formatting are you trying to preserve? So far you've been given instructions for formatted printing on a printer and outputting to several formats, including postscript, dvi, and plain text. If you are wanting something like PDF,

[lug:13818] Re: Shutdown status

2008-12-18 Thread Robert Citek
On Thu, Dec 18, 2008 at 1:06 AM, Harry wrote: > I have a Server running fedora core-7. Is there a way upon boot up to > know the status of previous shut down. I need to know whether it was > uncleanly shut down. What do you mean by uncleanly shut down? Have you looked in the system logs (/var/l

[lug:13819] Re: Broadband on Eee PC (701)

2008-12-18 Thread Robert Citek
Do you mean somthing like this: http://www.understated.co.uk/2007/virgin-mobile-3g-modem-with-ubuntu/ Regards, - Robert On Thu, Dec 18, 2008 at 5:45 AM, wrote: > Thank you, Daniel. > > A Mobile Modem is fitted into a USB stick to connect with a mobile phone > service to give access to Broadba

[lug:13820] Re: Broadband on Eee PC (701)

2008-12-18 Thread Robert Citek
Or this: http://www.linux.ie/articles/tutorials/threeirelandUSBmodem.php On Thu, Dec 18, 2008 at 10:03 AM, Robert Citek wrote: > Do you mean somthing like this: > > http://www.understated.co.uk/2007/virgin-mobile-3g-modem-with-ubuntu/ > > Regards, > - Robert > > On Thu, Dec 18, 2008 at 5:45 AM,

[lug:13821] Re: Printing Man pages

2008-12-18 Thread Iron_Man
I am wanting to view the file on my screen with a text editor (gedit). More then likely the issue is with me not understanding the instructions, then the instructions themselves. On Dec 18, 10:20 am, Ryan Graham wrote: > What are you hoping to do with the file, and how much of the   > formatting

[lug:13822] Re: Broadband on Eee PC (701)

2008-12-18 Thread francis . cameron
I am very grateful to those who have replied and to those who have contributed to the thread. So far as Linux is concerned, I am a complete beginner. I think the question I am asking is :: is there a patch I can download that will allow the software in the Eec 701 to respond to the signal receive

[lug:13823] Re: Printing Man pages

2008-12-18 Thread Shaun Marolf
On Thu, 2008-12-18 at 08:33 -0800, Iron_Man wrote: > I am wanting to view the file on my screen with a text editor (gedit). > More then likely the issue is with me not understanding the > instructions, then the instructions themselves. > Man pages are very cryptic sometimes so its probably a bit

[lug:13824] Re: Printing Man pages

2008-12-18 Thread Iron_Man
Thank you. I will have to check manedit out. I am basically trying to figure out how to look at man pages outside of the console, and also make my own notes on the pages, without modifying the original. On Dec 18, 12:14 pm, Shaun Marolf wrote: > On Thu, 2008-12-18 at 08:33 -0800, Iron_Man wrot

[lug:13825] Re: Printing Man pages

2008-12-18 Thread Iron_Man
This ended up working for me. The command I ended up using was: # man bc | col -b > info.txt Thank you. On Dec 18, 2:02 am, "jeffreyal...@gmail.com" wrote: > Try this: > > man ls | col -b | lp > > On Dec 17, 8:27 pm, Iron_Man wrote: > > > I'm hoping that there is an easy answer to this que

[lug:13826] Re: Printing Man pages

2008-12-18 Thread jeffreyal...@gmail.com
I thought that might do it. You are welcome. The col command is not very well known, but it is perfectly suited to this purpose. The only thing that col cares about is preserving characters in the same columns that they were originally written to. It ignores things like linefeeds and (with the -b

[lug:13827] Re: Shutdown status

2008-12-18 Thread Harry
By unclean shutdown i mean, sudden Power failures or Improper shutdown. On Dec 18, 8:38 pm, "Robert Citek" wrote: > On Thu, Dec 18, 2008 at 1:06 AM, Harry wrote: > > I have a Server running fedora core-7. Is there a way upon boot up to > > know the status of previous shut down. I need to know w