Hardware :: How To Enter Into BIOS On A Net-book

Mar 13, 2010

I am trying to install a GNU/Linux distro (ubuntu) on a netbook. I have my pendrive ready to do that, but I can't enter into the BIOS to say the machine to start from USB device.I tried F1, Del, F12,... but I only see the M$ Windows7 start boot menu.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Botloader W/o Enter Key Or Remap Keyboard In Bios?

Oct 16, 2010

So, for some reason the right side ENTER, period, semi colon, SHIFT, and UP, Down, Left arrow keys have all stopped working on my laptop. I just set up a dual boot with windows xp, and ubuntu.

I checked under the keys, and cleaned them, and no problem. This wouldn't be that bad of a sutuation, I could just re-map the keys. However, when my computer starts, and I enter Bios > Bootloader, I get stuck.

I can use home/end to move up and down, but no way to select which OS I want. I have to plug in a USB keyboard to get into my OS. I don't want to be carrying around a keyboard, otherwise I wouldn't have a laptop.

So, I either need a different bootloader which can use some other keys, or I need a way to remap the enter key all the way back at the bios, so I can trick it and enter my OS,

Edit: Actually, I'll probably need a new keyboard. Ubuntu is pretty good with battery life, so I could boot into ubuntu, then hibernate. So, I need a good key mapper for Ubuntu

View 1 Replies View Related

Ubuntu Installation :: Non Executable Memory Error When Enter /usr/bin/check-bios?

Apr 1, 2011

I have decided to load the OS on a old HP Compaq DX2000 MT to see if its for me before putting it on my main machine.

I loaded Ubuntu version 10.10 last night everything was fine except I could not get my wireless adapter to work, I decided to connect via ethernet to get the latest updates and drivers.

After the updates and restart I now get the non executable memory error. when I enter
/usr/bin/check-bios-nx --verbose

I am told I have NX capabilities and should go to the bios and enable it. There is nothing in
the bios to enable as far as I can see. So I enter the command

sudo rm /etc/update-motd.d/20-cpu-checker

View 3 Replies View Related

Fedora :: Terminal Won't Let Enter Password After Enter Sudo Command ?

Jan 12, 2011

I am pasting sudo commands without problems as a user (ales in my case) and then immediately the ask the user password.

The keyboard seems to be dead, no keys work, not allowing me to enter the password.

View 6 Replies View Related

General :: Unable To Enter Password In Terminal To Enter As Root

Jun 11, 2010

Succeeded in connecting to internet using my wll phone. I can now connect using 'wvdial' command in root terminal. But I want to connect through terminal. I tried 'sudo wvdial' command. Then I am asked for my password. But I cannot type my password there. When I type, nothing appears on the terminal window. Ofcourse there's no problem with my keyboard.

View 5 Replies View Related

Ubuntu / Apple :: Grub2+EFI On A Mac Book Pro?

Feb 14, 2010

Anybody recently succeded in installing GRUB2 on Mac OSX partitions? I have to compile in un Fedora/Ubuntu/Gentoo. It work, but once back in OS X, I get this error:

./grub-mkimage -d . -o grub.efi part_gpt hfsplus fat ext2 etx3 ext4 normal sh chain boot configfile linux -bash: ./grub-mkimage: cannot execute binary file

I tried to build it in Ubuntu 8.04, gentoo and Fedora Rawhide, all fail with the same error. Look like the binary compatiility between OSX and Linux is broken in Leopard. I would love to have a faster boot, it take half a minute to get to grub, using Grub2 with EFI would take 3 seconds. As I don't need bios emulation, Fedora would also run faster. Anybody have a compiled and working Grub2? Is there a better way to use Grub2 with EFI? A working one if possible

OSX: 10.5.8
Linux: Ubuntu 9.10
Mac: MacBook Pro Santa Rosa (3 years old with a Core 2 Duo 2.2ghz)
GCC: 4.2, 4.3, 4.4

View 3 Replies View Related

Ubuntu :: Remote Address Book

Feb 15, 2010

I was just wondering if there is a remote address book program or if there is a way to sync abook and gmail (without any manual intervention like Contacts->Export->csv in Gmail).

View 9 Replies View Related

Ubuntu :: Trying To Hook Up Net-book To TV With DVI Cable

Sep 25, 2010

my CRT 1080i Samsung TV has a DVI connection, and my Dell mini netbook has a VGA port, so I bought a DVI cable and a VGA-to-DVI adapter. I'm not getting anything on my TV when I plug it in to my netbook...do I have to configure anything?

View 9 Replies View Related

Ubuntu :: Possible To Convert Standard 10.10 OS To Net-book

Oct 27, 2010

Is it possible to convert the standard Ubuntu 10.10 OS to Ubuntu Netbook, so it permanently logs in as the Netbook edition?

View 2 Replies View Related

Ubuntu :: Program For Book Scanning / OCR?

Apr 15, 2011

I want to scan in a book and convert it to a pdf AND make an OCR text of it. I am looking for somebody who can help me to gie me some BASH helps to combine the pieces I have already got:

Workflow:

1. scan in the book pages: coverpage (=1), page 3, page 5, page 7 .... n (At this point the book is upside down)

2. scan in the book pages turn the book and scan from the back to the front:

back coverpage (= n-1), page n-3, page n-5 .... 2

3. run the program All scanned images are in directory scannedimages

#!/bin/bash
mkdir temppic
for i in `find scannedimages/*.png`

[code]....

how to make it, but I have no knowledge how to program it.Maybe something like that exists already and I can save the programming effort.

View 1 Replies View Related

Ubuntu :: Cannot Do Screenshot Using 'PrtSc' Key On Net-book

May 27, 2011

I was gathering some screenshots to use in a tutorial on how to do something in Unity. For the most part that went well... however I did find an unfortunate quirk.When I Right-Click any of the items in the Unity Launcher panel, and they bring up the submenu (for example I did the modification to add Pics, Docs etc to my Home Folder in the Launcher) I then cannot do a screenshot using my "PrtSc" key on my netbook. This only happens when the submenus are visible. Unfortunate because I wanted to get a screen shot of the submenus.

View 2 Replies View Related

General :: The Best Book For Suse And Other Distros

Mar 30, 2011

I need PDF version of this book SUSE Linux Toolbox 1000 Commands for openSUSE and SUSE Linux
anybody has it?

View 3 Replies View Related

General :: Best Book For Learning Ubuntu?

Jun 23, 2010

Suggest me the best book for learning more about directories in ubuntu filesystem

View 5 Replies View Related

Programming :: Get Different Result Of Matrix Op On Hw Rtw Book?

Jul 31, 2011

Dear Linux/c++/g++ programmers: the run result on my system, ubuntuLinux10.04(kernel2.6.35-25), gcc4.5.2 is not what book predict

source code
http://examples.oreilly.com/9780596007614/
11-28
11-29
11-24
#include "matrix.hpp"

[Code]...

View 13 Replies View Related

Slackware :: How To Get Red Book Audio Playback

Jun 18, 2011

Sounds like a trivial thing, but how do you do it? How do you play a plain red book audio CD? I have tried xmms, audacious and mplayer. The only success I have had (if you can call it that) is with the latter, mplayer. Using the command:

Code:
mplayer -cdrom-device /dev/sr0 cdda://3 -cache 6000
I get the warnings:

Code:
Cache not filling, consider increasing -cache and/or -cache-min!
Cache not filling, consider increasing -cache and/or -cache-min!

The program plays the audio, but there is a huge latency prior to starting the playback, making it very cumbersome to change tracks and having to wait. I have tried with various cache values as well as using the "-cache-min" argument, to no avail. What values are certain to work?

As for xmms and audacious I get the errors:
Audacious: When trying "audacious /dev/sr0"

Code:
unix-io: read failed: Input/output error.
MADPlug-Message: Rejecting file:///dev/sr0; cannot read from file.
unix-io: read failed: Input/output error.
unix-io: read failed: Input/output error.
XMMS: When trying "xmms /dev/sr0": No error

It simply does nothing except starting up and not playing. My system is a 32-bit Slackware 13.1.0 on a fast x86. I have tried with different audio CDs.

View 2 Replies View Related

Fedora :: Sharing Email And Address Book?

Dec 29, 2009

I want to share 3 email addresses and an address book among 2 users on a small network with 3 computers. Emails come from 3 different POP email accounts. There are 2 users.Each user may use any of 3 computers on the network (2 computers are linux, one is Windows XP). The 2 users have separate userids on the linux machines, but share an account on the Windows machine.

Each user should be able to view, reply to, delete, and otherwise deal with emails from any of the 3 POP sources, regardless of which computer the user is logged on to. Also, each user should be able to view and update entries in the address book, regardless of which computer the user is logged on to. What about using a system like courier or egroupware to retrieve and store the email from the 3 POP sources? Then courier or egroupware could make its mail store (maildir?) available via IMAP to the 2 users via email clients on each of the 3 computers.

The mail would be stored in the single, unique, courier or egroupware maildir store, not in the email clients. So if any user deletes a message or replies to a message, the action is visible to the other user from any computer. Also, emails only need be deleted once, not multiple times from each email client. I have looked at the courier and egroupware documentation, but I can't figure out whether either of them can be set up to retrieve email from 3 POP sources? If they can, how do you do it?

They appear to be email servers that collect emails sent to the domain they are configured to serve? could email clients be setup to share a single mailbox and address book (at least on the linux machines. forget about Windows). I guess the mailbox would lock when any client opened it, so only one client at a time could be active.

View 1 Replies View Related

Fedora :: Cant Get Any Comic Book Reader To Work?

Nov 8, 2010

im currently using fedora 14 kde and i cant find a working comic book reader, i currently have the comic "the last man" and all the files are in .cbr, if someone could help me with this it would be greatly appreicated, i have tried installing mulitple comic book readers, so mabye a lil step by stepalso while i am posting, i currently use yumex to download all of my apps and stuff but some are out of date is there any way to update all the databases to recieve the most up to date apps?

View 6 Replies View Related

Fedora Installation :: No Sound On Macbook Book Pro (4,1) With 15

Aug 21, 2011

I can't seem to get the sound working on my MacbookPro with Fedora 15. I tried the old options hda-intel-sound model-mbp55

Code:

[brad@bmp modprobe.d]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)

[code]....

View 1 Replies View Related

OpenSUSE :: Unable To Run Calibre (E-Book Reader)

Feb 22, 2011

Using openSUSE 11.3 (64-bit), KDE environment. I am very, very new and inexperienced with Linux... I would like to download and read some e-books using my desktop PC. I poked around the Internet with Google and found several recommendations for an e-book reader called Calibre. So I found it in the openSUSE repository and installed v. 0.6.53-3.3.1 using YaST2. But the darned thing does not seem to work -- I click on the icon and nothing happens!!

View 9 Replies View Related

OpenSUSE :: Where Kmail Address Book Stored

May 27, 2011

I am transferring the contents of my home directory from one computer (KDE 3.5 - openSUSE 11.2) to a new one (KDE 4.6 release 6 - openSUSE 11.4). Since I do not want to transfer all the residual components, I have been doing it in separate chunks. I have successfully transferred all my e-mails from Kmail but cannot find the Address Book file to transfer. Please can someone point to where it is stored.

View 3 Replies View Related

OpenSUSE :: Simple Address Book With Images

Sep 2, 2011

OpenSuse 11.4 KDE 4.6.0 Can someone please recommend a simple address database that imports text data and allows storage of, or links to, small jpeg images? Objective - Search names and see associated identity photos.

View 3 Replies View Related

OpenSUSE Network :: Centralized Address Book

Oct 14, 2010

I would like to build a centralized address book for my SOHO server. Is that possible without the use of openLDAP (I would like to avoid that)?My clients will be:Thunderbird, KMail (for KDE 3.5) and webmail.If so, do you have any suggestions/Howtos?

View 4 Replies View Related

Ubuntu :: Dual Screen Setup On Net Book

Mar 6, 2010

I have a netbook (samsung nc-10) with the regular 9.10 desktop installed. The screen is 1024*600, and I have a computer monitor with a resolution of 1024*768.I want to have the external monitor right of my netbook-screen, and with the 1024*768 resolution, but the hight is limited to the hight of my netbook-screen, 800*600. If I use a different hight, both screens don't work.I know its possible with kde, but i want to have it with gnome.

View 5 Replies View Related

Ubuntu :: Viewing LDAP Address Book?

Jun 29, 2010

Is it possible to view all of the entries in an LDAP Address book at one time (ie in the address book pane) of an email client? I've tried in both Thunderbird and Outlook 2003, and I get the same behavior - the mail client can auto-complete entries, but it can't seem to list the whole address book at once.

Is there a certain structure of the LDAP tree that will grant this support? Can it be done at all? It seems to me an 'address book' that can't be browsed as a whole isn't very effective...

I should add that I'm the one who set up the LDAP server - I'm just testing various capabilities of LDAP.

View 1 Replies View Related

Ubuntu :: Lost Address Book In Evolution

Jul 11, 2010

I seem to have lost my Address book in Evolution somehow !! All my addresses have disappeared. Is there some way that I can recover these ?Also how can copy/move/import all my Evolution data over to Thunderbird.

View 1 Replies View Related

Ubuntu :: New Kogan E-book Reader Does Not Mount In 10.04?

Aug 23, 2010

Kogan put in the market last week (20/08/2010) in Australia a new e-book reader. As usual, it runs under gnu/Linux v. 2.6. However, when connected to Linux (Ubuntu 10.04, and Debian 5.5) it does not work. the result of lsusb is: (the device is the Netchip)

Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[code]....

View 9 Replies View Related

Ubuntu :: How To Import Address Book Into OpenOffice

Nov 16, 2010

I'm on OpenOffice 3.2 and have read the OpenOffice help doc concerned with this but it refers to the Windoze version.This should make no difference but it seems to, in my case anyway.In the Win version I can see the option to import the Thunderbird address book although I can't actually get it to do it! No such option appears in the Linux version.In fact I seem to be missing a stack of drivers such as SDBC/ODBC etc. Mine is a stock Ubuntu 10.04 install. I added the Openoffice database element but other than that it's all standard.

I'm struggling to believe there isn't a relatively simple way to import an e-mail client address book and print some sticky labels in Ubuntu.

View 1 Replies View Related

Ubuntu :: Evolution Missing Address Book

Nov 23, 2010

Recently when I open contacts in evolution the address books won't open, with following error :This address book cannot be opened. Please check that the path /home/david/.evolution/addressbook/local/system exists and that permissions are set to access it.I have checked folders and permissions seem ok. Doing a restore from backup makes no difference.

View 2 Replies View Related

Ubuntu :: Transferring Outlook Address Book

Dec 25, 2010

I suffered a permanent crash of WinXP. It won't boot and there's an incomprehensible error message.Anyway, I was able to recover almost all my data and move it over to Ubuntu 10.4 on the same computer. What I could not recover was my Outlook Address Book. I know it is funky to transfer it from one Windows email client to another, but transferring it across OS's seemed almost impossible, especially since I don't have Outlook's Export feature available. Even Google and other webmails needed to have those Outlook address files converted before they could use them.

What would be the plan of least resistance here for a Total Noob? Can I, should I, and how do I transfer the address book to a different computer with Outlook for export before transferring it back on the Linux side?

View 2 Replies View Related

Ubuntu :: 1.5TB NTFS WD Book Now Shows Up As 2TB Unallocated?

Jan 17, 2011

So, I have a 1.5 TB WD My Book that has been working fine since I got it. It has a 250GB WFBS partition and the remaining is NTFS. Worked in Windows, Ubuntu and Mac OS X as well as on my Wii.Now, none of my systems recognize it. Tried on two computers under Ubuntu and Windows. Tried on a third with Mac OS X. On one of the first two, tried Mac OS X via VirtualBox. My Wii will not recognize the WBFS either. Gparted will not recognize it (whether from a Live CD or full install). Disk Utility in the Mac sees it, but as a 2TB unallocated drive. The same for Disk Management in Windows 7. I need some of the stuff on there, plus I want my 1.5TB back forall other purposes. That was Ubuntu 10.10, OS X 10.6.6, Windows 7 and Wii 4.3U. [edit]So, marked as "Solved" but that is not exactly true. Ultimately, the drive was found to be a bust and I have Western Digital sending me a new one

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved