General :: How To Access TrackPad Device In Eeepc

May 24, 2011

I am on an Eeepc running Ubuntu and I am trying to store the raw data from the Eeepc's inbuilt track pad in a file.To do this with the keyboard (as root) I wentcat /dev/input/event7 > ~/raw-keyboard-out.dataThe result was the whole bunch of random-looking data I was hoping for.Now I want to do this for my mouse, and I tried all of the 'files' in this folder in an analogous operation and none of them seem to stream the input into a file.Does anybody know what the name of the TrackPad/mouse device is called in the /dev folder for an Asus Eeepc 1001p?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Disable Just The Trackpad, But Not The Red Pointer Mouse Or The Buttons Above/below The Trackpad?

Jun 17, 2011

I'm using Ubuntu on my Lenovo laptop which has a pointer mouse and trackpadt looks exactly like this:How do I disable just the trackpad, but not the red pointer mouse or the buttons above/below the trackpad.I did do a search and found a file I can download, but isn't there a keystroke or something built into Ubuntu that would avoid me having to download a third party solution.

View 5 Replies View Related

CentOS 5 :: Using Eeepc 1000 There Is Random Sustained SSD Access

Nov 18, 2010

After about an hour of using my Eeepc 1000 there is random sustained SSD access. How can i check what is accessing the SSD so much?

View 3 Replies View Related

Ubuntu Networking :: Cannot Access Internet With Asus Eeepc 1015p

Nov 18, 2010

i've just installed ubuntu netbook remix 10.10 on my asus eeepc 1015p. whether i use an ethernet cable or wireless, i can establish a connection, but i can't access any websites through firefox or get software via the software manager.

i've attached some terminal screenshots from my attempts at troubleshooting, which i think contain all the relevant hardware info.

i've already searched the forums and see a lot of problems similar to mine, but none seem to involve the same combination of hardware / ubuntu version as me. since i have no experience, i'm hesitant to try to apply solutions that i don't understand and in which i'm not totally confident.

View 7 Replies View Related

Hardware :: Possible To Access An IrDA Device As A Serial Device Such As /dev/ttyUSB0?

May 24, 2011

the message from dmesg for the IrDA device:

[ 3635.194162] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 3635.338159] usb 3-1: New USB device found, idVendor=066f, idProduct=4200
[ 3635.338165] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[code]...

View 1 Replies View Related

General :: Switch CPU To 16 Bits To Access Its Device?

Apr 23, 2010

I have a CPLD (EPM240100T) chip that has data type of 16 bits, but the CPU access it using 8 bit. How do I switch the CPU mode (to 16 bits) to access this chip?

View 2 Replies View Related

General :: Software RAID Device Not Recognized - Can't Access Array

Aug 3, 2010

We ran out of space on our server hard drive, so I installed 2 x 1GB drives, set them up as a software RAID1 array, copied the contents of /home to it, mounted it as /home for testing. Everything OK, so I unmounted it, deleted the contents of the /home folders (don't worry, we're backed up), then remounted the array. Everything was fine until we rebooted. Now I can't access the array at all; during booting the error "mount: special device /dev/md1 does not exist" comes up twice, and manually trying toe same issue. The relevant line from fstab reads:

/dev/md1 /home ext3 defaults 0 0

However, using webmin shows only md0, the RAID0 device on which the OSD was originally installed. There is no /dev/md1 device file. The mdadm.conf file reads as follows:

# mdadm.conf written out by anaconda
DEVICE partitions
MAILADDR root
ARRAY /dev/md0 level=raid0 num-devices=2 uuid=76fd4050:fb820568:c9bd3a59:ad3e70b0

So it's not listed; I'm assuming this is significant. Am I right, and whether I am or not, what can I do?

View 3 Replies View Related

General :: Trackpad Writing In Chinese On Unix?

Jul 14, 2010

I've seen the trackpad tool to write chinese characters on macs, is there any such linux clone? Or are there any projects that anyone knows of which are trying to create that for linux?

View 1 Replies View Related

General :: Fedora 14 On Dell Inspiron 2600 No Keyboard Or Trackpad Response

Feb 20, 2011

I am able to boot Fedora 14 to the GUI, log in on the keyboard, see the desktop, and then I get no response from the laptop's keyboard or trackpad.

I do not know how to obtain hardware specifics on my keyboard or touchpad, so perhaps that would be good info for me to start with...

BTW my ultimate goal is to run an Amahi server on the laptop. 2600 has a pentium III 1.13GHz processor and 512Mb RAM

View 3 Replies View Related

General :: Bad SSD On A EeePC - How To Recover Files

Aug 6, 2010

I'm trying to recover a lost partition from a faulty SSD . I've used Linux last time, hence I'm a bit rusty. Still I'm trying to recover a damaged SSD filesystem on a eeePC 900 of a friend of mine ...Here are the details.

Asus eeePC 900

- 4GB primary SSD (OS is installed in here and works fine)

- 16GB secondary SSD (this one is faulty; after a few weeks of problems this friend of mine made some sort of system restore, but Linux couldn't use it correctly and trashed it away with all of it's data ... he couldn't explain it better to me. I'd like to recover the files from within this SSD)

Here's what I did on the eeePC:

1) fdisk -l
Disk /dev/sdb: 16.1GB, 16139354112 bytes
...
/dev/sdb 1 1962 15759733+ 83 Linux

[code]......

I'm trying to find out the right words without generating any inflammatory answers from the community ... I currently kinda have only a Windows Seven installation available to work with ...

If you're still with me I add a few more details. That's all been done on the Win machine.I've managed to load the sdb.img file with Gizmo (it's a little software that mounts img files). Gizmo couldn't load the sdb1 partition inside of it but ... another program called PhotoRec managed to access the mounted disk, found the ext3 partition inside of it (gave me a few errors though) and successfully recover a lot of files :-) Well, a lot, not all of them, and not every recovered file was good That's a first improvement, that tells me sdb.img actually contains valid data even if only partially valid. I don't know if PhotoRec is to be blamed for the failed ones or the SSD image file did not contain enough valid data to let PhotoRec do a good job.

Now I would go back to Linux. I'm well aware that Linux has more potentials than Windows when it comes to handling disk images, loopback devices and so on; but, as I already said earlier, I'm a bit rusty.I'm willing to make a fresh installation of Linux (maybe Ubuntu) on a spare harddisk in order to get full advantage of that and dig deeper but I need directions when it comes to recover that lost partition. I'd like to try and recover the entire partition (not only a few files), maybe rebuilding the ext3 superblock or whatever.Here I'm lost, I don't know what has been developed in the last years regarding partition recovery in Linux, what tools are available, which forums deal with such techniques, I'd like to be pointed in the right direction.

View 6 Replies View Related

General :: Running A Jar. Files On My Eeepc 4g ?

Jul 23, 2010

I have recently bought an ASUS Eeepc 4g and i am having trouble trying to run/open jar. files. As i am only 14 Years of age i am having quite a time trying to sort out this problem.. i have opened the command console and tried all the codes to try open or create shortcuts to try open and run a jar.file but i am not succeeding, if you can help me please write back on this post giving me a step-step plan on how to fix this! and if so then great would make my life alot easier on this laptop. and by the way i need to try open this file called rsbot v1.23 as it is a jar.file i am unable to run or open it by saving to the disk.

View 14 Replies View Related

General :: Asus Eeepc - Password Recovery

Jul 28, 2010

I take it home turns out its a eee pc asus with linux. there isnt even a cd drive on this computer, i am currently using my wife's computer trying to learn about linux, never used this OS before, I know nothing past the general windows xp user. well i start it up and there is a username and password, how do i reset this password? i read all about this GRUB and command prompts but i dunno even know how to get to command promts, and i dont know anyone smart. and i cant use a password recovery disc cause there is no cd rom.

View 9 Replies View Related

General :: Vodafone Dongle On EeePC 900A

Nov 2, 2010

My daughters friend has brought me her Eeepc 900A and asked me to get it to work the a Vodaphone Dongle ..

Here what i know ... the Dongle is a K3570-Z and the Eeepc 900A says Lunix ASUS ...

I know nothing at all about Linux and reading howto's on the net has totally thrown me...

I also tried to get wireless to connect and it just says Pending and same with a Network Cable ..Pending ... whats that .. ?

View 2 Replies View Related

General :: Debian Wheezy Hangs On EeePC

Apr 11, 2011

I have an EeePC 701 4G (yes, the first one with the 7" screen). It's ran several distros, including Debian Squeeze and Ubuntu Netbook, which it had until an hour ago. I then wiped it and installed Debian Wheezy; installation (from DVD iso unetbootin'd to a USB thumbdrive) went fine, but now when it boots it hangs completely at the login screen. Even the mouse pointer is stuck.

View 10 Replies View Related

General :: EeePC 4G - Forgot User Password?

Jan 28, 2011

I've gave my son (7yrs) my old Eee PC 4G and he changed by istake the user password and forgot the new password.How can I overwrite the password?The only password I have is the BIOS Supervisor password...What can I do?Easy fix is preferred because I've no clue re Linux.Even formating and reinstall would be an option. (all data are on SD)I could boot from USB or SD but don't know what program I need and were to get it from

View 5 Replies View Related

General :: Grub Failure On EeePC Eeebuntu

Jun 25, 2010

I recently got my EEEPC and wanted to get linux on it. So I did some looking around and this Eeebuntu seems to be the best fit. I'm having some issues here though. I poked around on the Ubuntu site (because I have limited experience there) and googled and searched this forum. I found several solutions but none worked. Ilimited my swap to 1 gig, I created a home partition and a 10gb "/" partition I tried super grub and came back to the error 15 not so lucky grub boot i have dont largest continous install. Manual install and an install side by side.

I swallowed 3 screams and the urge to chuck this pretty little netbook but the ubuntu on my dell laptop has renewed my hope... somewhat. As of right now I'm booting from a live cd in an external DVD drive. I will note that my installs get to 94% or so before the fatal grub error and super grub in its cd form can boot it but super grub boot through uboot cannot. nor can it install or fix grub. So here is where we stand my current FDisk

[code]...

View 1 Replies View Related

General :: Can't Get Internet By Brand New Eeebuntu Installation On EeePC 1005AH

Feb 9, 2010

I've been tempted to try the eeebuntu over my Asus eeePC 1005AH and I've been surprised how simple and smooth the installation went, every component and device has been recognized correctly, from the devise manager is possible to turn on and of the WiFi, Bluetooth, webcam, the 6-cell battery provide me the regular 6+ hours, etc. However I can't get in internet. Managing the network connections from the Control Center I have added manually the SSID and security parameters, or I beleive so becasue differently from windows there is no utility that scan the available wifi networks around.

View 3 Replies View Related

General :: Export Contact List From 8GB Iphone( Jailbroken) To EeePC?

Jan 14, 2011

I am looking to get an android phone, and was hoping there is an easy way to export my contact list from my jailbroken Iphone to my Eee PC.

View 1 Replies View Related

General :: Ubuntu 10.10 Netbook Remix With Asus EEEPC 1005P?

Oct 16, 2010

I've just installed 10.10 Netbook remix on my netbook and I am experiencing problems with the applications requiring repeated clicks to launch. Has anyone come across any fixes to this issue? I have reverted to logging into a Desktop session in the meantime but do like the netbook optimised screen layout.

View 3 Replies View Related

General :: Ubuntu Netbook Remix Install For EeePC / Xandros?

Jan 5, 2010

Using eeePC1000 with Xandros installed and investigating installation of Ubuntu, especially seeing that there was a netbook version. Have had some problems creating a bootable USB, but followed a thread on the netbook forum that I think will be useful. Before going ahead I wanted some advice on a few things:

- does the Ubuntu OS install over Xandros or is there work to be done post install to clear Xandros out?
- if i want to keep using Thunderbird, StarOffice etc. as supplied with Xandros can I install these to Ubuntu?

Sorry if above all seems obvious: sites I've been to, or books are great at telling you about how good the OS is and how to install but nothing on what happens to the old OS.

View 9 Replies View Related

Ubuntu :: Cryptsetup - Cannot Access Device

Feb 23, 2010

I have 10 hotswappable SATA drives I use for a rotating backup system. On each drive I have created an encrypted LUKS partition. I normally mount the drive by first unlocking it via:

Code:

cryptsetup luksOpen /dev/sdc1: BD-4-B

However some time last week this command refused to work...for any of the drive. Before I even get prompted for a password I get the terse error message: "Command failed: Can not access device"I can't recall if it was a system update that broke it, but now I can't get to any of the data on these devices nor can I run any backups.

View 1 Replies View Related

General :: Ubuntu - Find The Device Node File For USB Device?

Aug 23, 2011

I've bought an X10 Home Automation USB interface: the CM15.

This is the information lsusb gives:

skerit@KIP-DU-SKER:~$ lsusb Bus 008 Device 002: ID 0bc7:0001 X10 Wireless Technology, Inc. ActiveHome (ACPI-compliant)

But this tells me nothing about where the device file is! How can I find that, or create one myself?

View 1 Replies View Related

Fedora :: Command Failed: Can Not Access Device?

Jan 5, 2010

I updated quite a lot - kernel, selinux policies, initscripts, glibc and a lot more - and after reboot one filesystem does not mount. It says:Command failed: Can not access device... and asks for password. This is: RAID -> LVM (mirrored) -> LUKS -> ext3. Similar filesystem (raid->lvm(not mirrored)->luks->ext3) mounts fine. Mounting the problematic system by hand works fine. During boot, the lvm blockdev is named by UUID in crypttab, and the name used in fstab.

Of course I removed it from fstab to boot now. I tried downgrading initscripts so far, will try others. What I also noticed is that the emergency shell (bash) complains about something, I'd need to write it down next time I reboot; also "lvs" fails when / is ro, but maybe that's normal, dunno.Googling for the error message brought something about cryptsetup, but I didn't upgrade it (there is no upgrade available), and all I gather from it is that the error message might really mean something else, like device is already mapped.

It is probably something related to lvm mirrors, maybe also to luks, though the only related package in the list is the kernel, maybe the module-init-tools. SELinux seems not to be the cause, booting with permissive has the same problem. What I wrote above, leads me to thinking that luks is trying to set up lvm mirrors in parallel as they have the same uuid, but a) later during boot the mapping name is not there b) I have no idea what reads crypttab

View 1 Replies View Related

OpenSUSE :: Terminal Access To A Ethernet Device

Feb 24, 2011

I know that there is support for this, but i can't seem to find any appropriate tools. Let's say my widget is at 192.168.1.111; i need to open a terminal window talking to it. Then i can control the things connected to it (it is a bus converter). oS 11.1, KDE 3.5, various machines.

View 2 Replies View Related

OpenSUSE Hardware :: Changes In USB Device Access With Suse 11.2?

Dec 6, 2009

this weekend I updated the OS on my laptop from OS 10.3 to 11.2.Most things worked fine ... and quickly ... but I have issues with some USB devices.Printers and everthing that works like a Memory Stick, HD (camera, mobile phone) are OK. But after the update to 11.2 I can neither use my scanner anymore nor my Garmin GPS device. Both devices are listed with 'lsusb' correctly. But applications are not able to find/access them.

For the GPS device I do not know how to do more tests. The application (gpsman) that worked fine with 10.3 does not find it anymore. The Scanner is detected by Xsane or Skanlite and also the driver can be installed with Yast when plugged in. But a test fails with "sane_start: Error during Device I/O". 'sane-find-scanner' also lists the device correctly. As a normal user it complains that there is no write access for usblib to the usb device. As root this error does not appear. It can be avoided temporarily by setting chmod 777 to all /dev/bus/usb entries. Then 'sane-find-scanner' does not show any errors.
But the applications do not work.

I already added the normal user to the "lp" group as shown in the /etc/udev/rules.d/55-libsane.rules and tried to give access to the usb-devices in /etc/fstab .... all without success. As I have two USB devices (Scanner, GPS) that worked fine with 10.3 but are not an external HD (or similar), I assume that someting has changed with the handling of USB devices from 10.3 to 11.2.

View 8 Replies View Related

Ubuntu Multimedia :: Access The Photos That Are On The Device, But Nothing Else?

Oct 17, 2010

I just recently purchased an iPod touch 4G running iOS 4.1 under the assumption that it would play nice with Ubuntu as stated here:..Devices/iPhone. It doesn't! I can't seem to get it to work. It shows up as a camera with 86MB of available space. I can access the photos that are on the device, but nothing else. I really would like to be able to transfer music to the device, but nothing seems to work. Rhythmbox doesn't even seem to recognize that it's there, the device isn't showing up in /media, and I can't seem to get a mount point. Has anybody out there had any success in this area? I've tried on both my 10.04 Desktop and 10.10 laptop machines

View 2 Replies View Related

Red Hat / Fedora :: Unable To Access Resume Device

Mar 18, 2010

How do you actually remove and install kernel when the system is not booting.

View 4 Replies View Related

Red Hat / Fedora :: Mailserver Have To Have Direct Access To WAN Or Can It Be A LAN Device With Just One NIC ?

Apr 22, 2010

Does a mailserver have to have direct access to WAN or can it be a LAN device with just one NIC ?

We have two WAN access points.

One is an adsl router joined to the switch and all seems fine for internet browsing.

The other is a wireless system with a linksys router joining by way of PPPoE and this appears to connect fine.

This PPPoE is direct to our ISP and where we need to downlod our mail to our pending mailserver.

When the linksys router is also joined to the switch all devices can use either the adsl or linksys to roam the net. 192.168.1.1 linksys & 192.168.1.10 is adsl.

When I join the linksys direct to the mailserver I will then need two NIC's. One for the Linksys and one for the LAN.

This is where the fun has started.

So.... Can I just have one NIC (connected to the switch) on the mailserver?

View 5 Replies View Related

Ubuntu :: Remote Access With Android Device

Apr 7, 2011

Any way to remote access my Ubuntu Server using my Android phone?

View 2 Replies View Related

CentOS 5 Hardware :: Attempt To Access Beyond End Of Device

Jul 6, 2010

I have a LVM snapshot that triggers these kernel errors when any LVM-related commands run:

Jul 6 10:31:38 itmanager kernel: attempt to access beyond end of device
Jul 6 10:31:38 itmanager kernel: dm-28: rw=0, want=66156996183394672, limit=25165824

dm-28 is the snapshot volume in device mapper. I think this error is generated because most LVM commands will check the first 4K of various drives and volumes for LVM metadata and labels, but attempts to read any of the first eight sectors (ie: 4K) of this particular snapshot logical volume trigger this error.The most interesting thing is that the snapshot is 25165824 sectors long (12G), but attempts to access the first eight sectors result in an attempt to access sector 66156996183394672!I've obtained an info dump from getinfo.sh disk, and added the output from lvs. You can find the results here:URL.. It's not as if the sectors that back the first 4K of the volume are corrupt, either: the read request never hits any hardware because the read request is attempting to read a non-sensical sector, instead of the correct sector. Perhaps the COW metadata for the snapshot is corrupt?

How do I find the cause of this problem?Is this a critical error that I should file a bug report for?I first noticed this some time after turning the machine on Sunday afternoon.As far as I can tell from the logs, the shutdown the previous evening was normal.I use LVM fairly heavily on this machine, and this is the first time I've ever seen this kind of problem..I've worked around the problem by copying the first eight sectors from the Origin volume, and the rest from the Snapshot volume, to a new normal logical volume.However, I'm still concerned about how this error occurred in the first place.

View 1 Replies View Related







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