[SOLVED] UEFI: can't access EFI varialbes

Hi,
I have followed the instalation guide, and read all about UEFI, GRUB2 with UEFI. But when I try to run grub-install
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
I get,
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
I have seen this post too that mentions booting up in UEFI mode, but I can't find any such options in my UEFI manager
http://superuser.com/questions/376470/h … -grub2-efi
The system specs:
motherboard: M5A99X
cpu: FX-8120
ram: 4 * 4GB
I have read that I should add boot flag to the UEFI partition, but I don't know how to do that in gdisk, so this is what I have so far:
/dev/sda #~3TB
sda1 - 1GB EF00 EFI System fat32
sda2 - 100MB 8300 ext2
sda3 - 3GB 8200 swap
sda4 - 50GB 8300 ext4 #root
sda5 - 2.7TB 8300 ext4 #home
I have tried everything I could find on the web, please help or help me find some new ideas. Thank you
PS: I can normally install ubuntu that uses grub2 so I know it should be possible and it doesn't even have the extra efi partition which is weird.
Last edited by zidarsk8 (2012-09-03 18:08:00)

the.ridikulus.rat wrote:
zidarsk8 wrote:
Hi,
I have followed the instalation guide, and read all about UEFI, GRUB2 with UEFI. But when I try to run grub-install
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
I get,
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
I have seen this post too that mentions booting up in UEFI mode, but I can't find any such options in my UEFI manager
That error is shown by efibootmgr. That error will go only if you "modprobe efivars" after booting in UEFI mode. To check whether you have booted correctly, check whether "/sys/firmware/efi/vars/" directory is non-empty. If that directory is empty or non existing even after loading efivars module, then you have not booted in UEFI mode.
Hi! We are discussing the same problem here https://bbs.archlinux.org/viewtopic.php?id=148120.
That's seems to not be true for me, since i booted in UEFI mode for sure and "modprobe efivars" doesn't give errors. I'll check "/sys/firmware/efi/vars/" to be sure but there is too many people complaining this issue to be just human error IMHO.
EDIT: directory not empty
EDIT 2: I did "modprobe efivars" before chrooting and fallowed this https://wiki.archlinux.org/index.php/GR … _systems_2 instead of the beginners guide and something changed, but when i try to bless from osx to allow the disk to boot it says:
sudo bless --folder=/Volumes/efi --file=/Volumes/efi/efi/arch_grub/grubx64.efi --setBoot
Error while getting file ID of /Volumes/efi/efi/arch_grub/grubx64.efi. Ignoring...
sudo bless --mount=/Volumes/efi --file=/Volumes/efi/EFI/arch_grub/grubx64.efi --setBoot
Can't statfs /Volumes/efi/EFI/arch_grub/grubx64.efi
So there still is something wrong in grub installation I think...
EDIT 3: so sorry for all this edit. Just a stupid error, i didn't mount the efi partition before blessing. Now grub works (i can't believe it, it's been 4 days) but it cannot find my devices, it drops me to a recovery shell, where is the error?
EDIT 4: nevermind, i was booting via usb, i inserted the hd and GRUB is working!
Last edited by ewaves (2012-09-02 15:23:20)

Similar Messages

  • Can't Access EFI Device

    I recently installed Carbon Copy Cloner for backup purposes. I erased my external USB drive, then did a full backup which is supposed to make this drive bootable. However, when I tried to test it from the Startup Disk dialog, the drive didn't show up. I then found the following error in my console which shows up each time I try to use the Startup Disk utility. CCC tech support says it has nothing to do with their product and that it's either a hardware or OS problem.
    2/13/09 12:43:50 PM [0x0-0x125125].com.apple.systempreferences[4095] Can't access "efi-boot-device" NVRAM variable
    Any suggestions?

    Apple Developer connection Technical Note TN2166 states the following:
    "Copying Concerns
    Be careful when doing a block-for-block copy of a GPT disk. The GUID in the partition table header
    that identifies the disk (and the GUIDs in each partition entry) are meant to be globally unique, and
    Apple's system software relies on this feature. If you block copy a disk, you should consider whether
    it's appropriate to set these GUIDs to new values. For example:
    If you're block copying a disk for the purposes of backup (that is, the copy is stored offline and can
    only ever be restored on top of the original), you should not update the GUIDs in the GPT. That way,
    when you restore the disk, it is completely identical to the original.
    On the other hand, if you're duplicating the disk (that is, you're copying the contents of one disk to
    another), you should update the GUIDs in the GPT. That way the system will see the original and the
    copy as different disks.
    If you don't follow this advice, you may encounter weird problems. For example, if you duplicate a
    disk without updating the GUIDs, the computer might boot from either the original or the copy in an
    unpredictable fashion (perhaps toggling from boot to boot)."
    To sum it up, if you are using CCC, DO NOT select the "Backup Everything" option unless you know
    how and insist upon, updating the GUIDS in the GPT.
    From CCC help:
    "The "Backup everything" method will attempt a block-level clone of your source volume if you have
    indicated to "Delete items from the target that don't exist on the source". If you have not selected
    that option, or if a block-level clone cannot proceed (see below), this cloning method will perform a
    file-level copy of everything on the source volume to the target volume. If the target volume already
    contains some of the content of the source volume (e.g. from a previous backup), that content will
    be efficiently updated. The end result in both cases is an exact, bootable backup of your source
    volume."
    Kj

  • [Solved] Owncloud can't access remotely if not on root of server

    I installed Owncloud on a new archlinux server I have. It will be used as a firewall and router (it has 2 nics)
    The default owncloud package from AUR makes a config file for apache that creates a virtual host on port 80 of the server pointing to owncloud.
    So when I browse the servers IP from the lan, I get owncloud's web interface.
    But I want to access that interface from a /owncloud address so I can use the root of the web server to host a page with links to different services and some info that will be useful for the people on that lan. So I removed the virtual host from the conf file.
    Now i can only access the web interface if i browse on the server it self. But when I try from a computer on the lan I get the "https" on the url bar and a "can't connect" error.
    the modified owncloud.conf for the apache server is this: http://pastebin.com/nJrYWh3r
    How can I "move" the owncloud to use 192.168.0.1/owncloud on the lan for the web interface?
    Last edited by santodelaespada (2012-08-31 20:35:32)

    teekay wrote:
    It should work already as the default config also sets an /owncloud alias. If it doesn't work, try
    ln -s /usr/share/webapps/owncloud /srv/http/owncloud
    It worked before when I first tested owncloud (6 months ago)
    the symlink works if I remove apaches owncloud conf file.
    I'll mark this as solved, but it should work with the conf file in place, not the symlink on the filesystem.
    Thanks, I don't know why i did not try that before

  • [SOLVED-unhappily] can't access httpd server externally

    --EDIT--
    due to here and here i have learned that my ISP is in fact blocking inbound TCP connections on port 80.  i have sent an email to RCN requesting they're "static IP service" which that second link claims has no ports blocked.
    if/when they open port 80 i will retry my apache setup and if i still have problems i may resurrect this thread.
    thanks for all your help guys.
    --/EDIT--
    I'm trying to set up a simple server on my home box.  i've got apache/php up and running with a simple test /example.html file and the test.php from the LAMP wiki.
    my router has port 80 forwarded (among others)
    my external IP is mapped to pbrisbin.com (resolves for vsftp and sshd just fine)
    httpd running, with `httpd: ALL` and `http: ALL` in my hosts.allow file`
    no firewalls, no iptables
    http://localhost/example.html works great
    http://www.pbrisbin.com/example.html also works great when run from _inside_ my network
    http://www.pbrisbin.com/example.html does not work from outside my network
    so, calling the loopback interface works
    calling the external IP from inside the network works
    calling the external IP from outside the network does not work
    when i connect from inside the network, my php test page indicates the server address as my internal IP (192.168...) and the remote address as my external IP.  so even though i type pbrisbin.com (which resolves to my 64.25... external IP), the php test page shows the "server address" as my 192.168.../internal IP address.
    is there some step i missed? is it possible to do what i'm trying to do behind a router?
    any help much appreciated
    my config files are out of the box but i can supply them later if you like.
    thanks,
    pat
    Last edited by brisbin33 (2009-01-09 15:21:25)

    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
    09:28:41.389672 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [S], seq 3890161873, win 5840, options [mss 1460,sackOK,TS val 456489250 ecr 0,nop,wscale 6], length 0
    09:28:41.426192 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [S.], seq 4011900771, ack 3890161874, win 16384, options [mss 1460,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0
    09:28:41.426203 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [.], ack 1, win 92, options [nop,nop,TS val 456489261 ecr 0], length 0
    09:28:41.426371 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [P.], ack 1, win 92, options [nop,nop,TS val 456489261 ecr 0], length 192
    09:28:41.589064 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [.], ack 193, win 65343, options [nop,nop,TS val 282118 ecr 456489261], length 1448
    09:28:41.589070 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [.], ack 1449, win 137, options [nop,nop,TS val 456489310 ecr 282118], length 0
    09:28:41.589181 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [P.], ack 193, win 65343, options [nop,nop,TS val 282118 ecr 456489261], length 600
    09:28:41.589184 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [.], ack 2049, win 182, options [nop,nop,TS val 456489310 ecr 282118], length 0
    09:28:41.589497 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [.], ack 193, win 65343, options [nop,nop,TS val 282118 ecr 456489261], length 872
    09:28:41.589503 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [.], ack 2921, win 227, options [nop,nop,TS val 456489310 ecr 282118], length 0
    09:28:41.616491 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [FP.], seq 2921:3034, ack 193, win 65343, options [nop,nop,TS val 282118 ecr 456489310], length 113
    09:28:41.616596 IP 192.168.0.5.37669 > 207.242.93.22.80: Flags [F.], seq 193, ack 3035, win 227, options [nop,nop,TS val 456489318 ecr 282118], length 0
    09:28:41.652062 IP 207.242.93.22.80 > 192.168.0.5.37669: Flags [.], ack 194, win 65343, options [nop,nop,TS val 282118 ecr 456489318], length 0
    09:30:00.065474 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [S], seq 833785785, win 5840, options [mss 1460,sackOK,TS val 456512853 ecr 0,nop,wscale 6], length 0
    09:30:00.167007 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [S.], seq 159355854, ack 833785786, win 4380, options [mss 1460,nop,wscale 0,nop,nop,TS val 3151313888 ecr 456512853,sackOK,eol], length 0
    09:30:00.167020 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [.], ack 1, win 92, options [nop,nop,TS val 456512883 ecr 3151313888], length 0
    09:30:00.167192 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [P.], ack 1, win 92, options [nop,nop,TS val 456512883 ecr 3151313888], length 144
    09:30:00.383987 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [.], ack 145, win 4524, options [nop,nop,TS val 3151314106 ecr 456512883], length 0
    09:30:06.346279 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [.], ack 145, win 4524, options [nop,nop,TS val 3151320069 ecr 456512883], length 1448
    09:30:06.346289 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [.], ack 1449, win 137, options [nop,nop,TS val 456514737 ecr 3151320069], length 0
    09:30:06.346291 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [P.], ack 145, win 4524, options [nop,nop,TS val 3151320069 ecr 456512883], length 12
    09:30:06.346295 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [.], ack 1461, win 137, options [nop,nop,TS val 456514737 ecr 3151320069], length 0
    09:30:06.450650 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [P.], ack 145, win 4524, options [nop,nop,TS val 3151320174 ecr 456514737], length 341
    09:30:06.450657 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [.], ack 1802, win 182, options [nop,nop,TS val 456514768 ecr 3151320174], length 0
    09:30:06.451024 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [P.], ack 1802, win 182, options [nop,nop,TS val 456514769 ecr 3151320174], length 191
    09:30:06.658371 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [.], ack 336, win 4715, options [nop,nop,TS val 3151320382 ecr 456514769], length 0
    09:30:06.868707 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [P.], ack 336, win 4715, options [nop,nop,TS val 3151320591 ecr 456514769], length 307
    09:30:06.869006 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [F.], seq 336, ack 2109, win 227, options [nop,nop,TS val 456514894 ecr 3151320591], length 0
    09:30:06.980473 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [.], ack 337, win 4715, options [nop,nop,TS val 3151320705 ecr 456514894], length 0
    09:30:06.982140 IP 64.85.73.40.80 > 192.168.0.5.56804: Flags [F.], seq 2109, ack 337, win 4715, options [nop,nop,TS val 3151320705 ecr 456514894], length 0
    09:30:06.982149 IP 192.168.0.5.56804 > 64.85.73.40.80: Flags [.], ack 2110, win 227, options [nop,nop,TS val 456514928 ecr 3151320705], length 0
    ^C
    31 packets captured
    31 packets received by filter
    0 packets dropped by kernel
    192.168... is my lan IP
    my external IP is 209.94.131.65
    the IP of the computer i was connecting _from_ is 216.204.172.218
    i don't know where the other IP's in that output come from
    so now it's down to a hosts.allow/httpd.conf problem?

  • How can I access BIOS/EFI in MBP Retina

    How can I access EFI (or BIOS equivalent) in Macbook Pro Retina?
    I tried to access with Option + Command + O and F. But, it doesn't work.
    Is there anyone who saw the bios settings of MBP Retina?

    Apple disables the standard mechanism for entry into the EFI shell in its computers, but not the EFI shell itself. If you want to launch the EFI shell, you can download third-party software that changes the interface EFI shows you at start-up. This will void your warranty & support, so you'll have to use Google for instructions.

  • About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    About 1 year ago, I can not access the App Store. The message that appears is: "One Moment Please. Connecting to the iTunes Store. Loading ... " I've tried all the aids presented in this and other forums and nothing solves. iTunes connects normaly...

    Your profile indicates your Mac is running v10.7.2
    If that is correct, updating your system software may help.
    Click Software Update from the Apple menu.
    Restart your Mac after updates are installed then try the App Store.
    If you can't update that way, there's a workaround.
    Install the OS X Lion Update 10.7.5 (Client Combo)
    Then restart your Mac and try the App Store.
    messaged edited by:  cs

  • My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    My ipod touch 4G got problem after update to iOS 6, it can not access the Apps store ,can not access safari,map, weather and so on, could someone help me to solve the problem, thanks in advance~~~

    Force close the App Store app and reset the iPad. No data will be lost when you reset the device.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Next, reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How can I access the iphoto library using windows pc? Upgrading to aperture solves my problem?

    How can I access the iphoto library using windows pc? Upgrading to aperture solves my problem?
    My home network is used both by my macbook and my wife's windows pc. Considering that, I would like to know if we can share our pictures with each other (specially because I intend to store all of them into a NAS storage - WD My Cloud, probably).

    No you can not - neither iPhoto nor Aperture has any cross platform capability
    You can share photos with the PC using MyPhotoStream or Shared PhotoStreames
    You can not share the iPhoto library
    And you can not put the iPHoto library on a NAS - it MUST always be on a volume formatted Mac OS extended (journaled) and mube on a fast wired local connection - it can not be on a Network
    There are Digital Asset Managers that can do what you want - iPhoto and Aperture can not
    LN

  • TS1398 I can't access to the web pages thro' Wi-Fi, after switching on the wi-fi.But if I switch off the iphone andswitch on the phone then I can get the web pages.Daily I have to repeat this process to access the web pages.help to solve the problem.

    I can't access the web pages thro' wi-fi,But if I switch off the phone and thenswitch on the phone again I am able to access the web pages.Daily I have to repeat this process.help to solve this problem.

    Does using 192.168.1.1 get you to the web page?
    Firmware Update Process
    To safely update FW, I recommend doing the following: Download the FW file from the support site first.
    Disable the auto update feature on the router.
    1. Save router config to file first using IE or FF with all security add-ons disabled.
    2. Factory reset the router with all other devices disconnected or turned OFF accept for 1 wired PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=9d2ff02077f645679972a...
    3. Reload or Update the FW using IE or FF. Just download the FW file to your local wired LAN PC.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&app=vw&vw=1&login=1&json=1&docid=0a6881b90224439b92c8d...
    4. Factory reset the router and then set up from scratch first using the local log in link and test with out loading the saved config from file. Check to see if any problems are fixed before loading the saved config from file. Sometimes you need to set up from scratch with out loading the saved config file. Just safer that way.
    PC Web Browser Configurations
    What browser are you using?
    If IE 8, 9, 10 or 11, set compatibility mode and test again.
    Disable any security browser Add-ons like No Script and Ad-Block or configure them to allow All Pages when connected to the router.
    Clear all browser caches.
    Be sure to log into the local log-in account on the router first.

  • [HDD] After 1 hour I can't access to my HDD anymore... (solved)

    Hi !
    I have a problem with Arch, when I boot to Arch after one hour all the files seems to disappear of my HDD, they're no reachable, my computer slows down and finally he stops reacting. I have to hard reboot...
    When I boot after that I have fsck errors after each hard reboot but also when I reboot normally, I have these errors :
    /dev/sda3: recovering journal
    /dev/sda3 contains a file system with errors, check forced.
    /dev/sda3:
    Inodes that were part of a corrupted orphaned linked list found.
    /dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options)
    *****FILESYSTEM CHECK FAILED*****
    * please run fsck manually. After le- *
    * aving this maintenance shell, the *
    * system will reboot automatically *
    sh: can't access tty; job control turned off
    [rootfs /]#_
    At first I thought about my HDD was about to die, but I installed Arch on another HDD and I had the same errors as the first HDD.
    Do you know what is happening to me ? Do you need more information ?
    Thanks !
    Edit : Is that possible that the problem is about the kernel ? This problem seems to have appeared at the same time as I updated from 3.7 to 3.8. Coincidence or not ?
    Last edited by Ichigo-Roku (2013-03-22 15:48:29)

    Yeah, funny thing is I cant find any patch in the last two stable releases in 3.8.x series that could have resolved this issue.
    One was related to the loopback devices (this shouldn't be it), other one for DM (that really could have been it based on the commit log) but it was already present in 3.8.3 and I don't think you have a configuration that could have triggered the bug (maybe I'm wrong).
    I'm puzzled but I'm really glad that this problem is solved.

  • [SOLVED] EFISTUB saying it can't access sysfs or procfs...

    I'm installing Arch back on my laptop (asus g75vw) and everything has went fine up until this point of the install.  I was looking at the Arch Beginner's Guide and did the following to install EFISTUB, but that's where the problems start.
    # pacman -S efibootmgr
    # umount /sys/firmware/efi/efivars
    # modprobe -r efivars
    # modprobe efivars
    # efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sdaX rw initrd=/initramfs-linux.img"
    Now, when I went to do "umount /sys/firmware/efi/efivars" I get the following message:
    umount: /sys/firmware/efi/efivars: not mounted
    Then I did
    modprobe -r efivars
    thinking the above meant it unmounted it.  I then get another prompt, with no messages, after hitting enter.
    I then do
    modprobe efivars
    and get the same, just another prompt.  I'm assuming that's what is supposed to happen or what?
    Then I do
    efibootmgr -c -L "Arch Linux" -l /vmlinuz-linux -u "root=/dev/sda2 rw initrd=/initramfs-linux.img
    and get the following back:
    Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
    Try 'modprobe efivars' as root.
    Thing is I've done all of this as root.  And I'm at a lost now.  Last time I installed Arch was way back in 2008-09.
    Last edited by Zetsumei (2013-08-22 17:26:07)

    I swear I looked at the threads here before posting.  I don't know how I could of missed that one.  Will read over it.
    Read over that thread and the person solved it by installing grub.  I'm using EFISTUB or am I mistaken and that's not an actual bootloader.
    EDIT:  I followed https://wiki.archlinux.org/index.php/Un … k_properly to switch to efivarfs and then tried the efibootmgr command to add a boot entry like the guide says.  Still gives me the same message.
    EDIT2:  I said screw it and just installed gummiboot instead.  Worked fine on the first try.  On to setting up Arch finally .
    Last edited by Zetsumei (2013-08-20 23:57:47)

  • I can't access the internet with Firefox on my computer (Windows 7 PC). I have used Firefox as my browser for 1 year but 5 days ago it stopped working even though Internet Explorer worked fine. I can't solve the problem and need some help.Randy Brown

    September 26, 2011
    Dear Mozilla,
    I am having some difficulty accessing the internet with Firefox on one of my PC computers. I normally use Mozilla Firefox as my web browser and google is my homepage and gmail is my email system. The operating system is Windows 7. For over a year this system worked perfectly but a few days ago it stopped working. When I launch Firefox now I get the message that that website (www.google.com) is unavailable. In fact, I can’t access any website and I am blocked from the internet entirely within Firefox. My internet connection is fine because Internet Explorer works fine. I can access google and any other website within that web browser. I have investigated all the security issue I can manage and found no smoking gun. I’ve tried uninstalling and reinstalling Firefox to no avail. Is Windows 7 compromising the effectiveness of Firefox? Any suggestions or other assistance you can offer would be appreciated.
    Sincerely,
    Randy Brown
    [email protected]

    You only have to clone your mac when using certain cable modem.  You don't clone your mac when using dsl.
    Greetings from Northern Ontario, Canada

  • User can't access camera anymore, root still can [SOLVED]

    since the last udev update, i can't access my camera anymore as user. gtkam gives this error:
    An error occurred in the io-library ('Could not find the requested device on the USB port'): Could not find USB device (class 0x6, subclass 0x1, protocol 0x1). Make sure this device is connected to the computer.
    the camera is a canon A75, vendor 04a9, product ID 305b. lsusb says it's connected to Bus 001 Device 011. i added that info to a custom 010.udev.rules file, but i don't know where to add the USB info. :?: user is in the camera group, btw.
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chmod o-rwx $env{DEVICE}"
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chgrp users $env{DEVICE}"
    ACTION=="add", SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", RUN+="/bin/chmod g+rw $env{DEVICE}", OPTIONS="last_rule"
    thanks for any help.
    >>edit: turns out root can't access the photos, either. the camera is detected and the photos load and show up in gtkam, but when i try to save them i get an error, e.g., "Problem getting 'IMG_0332.JPG' from folder '/store_00010001/DCIM/103CANON'."  wtf? :?:
    >>edit2: okay, i got it by adding
    SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="305b", GROUP:="camera"
    to a 00.gphoto.udev.rules file and restarting udev (i never noticed b4, but no script? i had to kill udevd and do /usr/sbin/udevd -d).
    is that just a kluge fix though? i don't know anything about udev to know if that's the best way to do it, or if there's a better, more "correct" way. i just want to be able to access the camera from now on without having to change rules or mess around with udev anymore (i thought the point of udev was to have transparency to the user? ). thanks.
    >> edit again: i love having conversations with myself.
    okay, i didn't even notice the gphoto.rules file bfore, but i just added the information for my camera to the file, restarted udev, and it seems to work. if the maintainer wants to add the info for canon A75 to the file, the line is:
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="305b", GROUP="camera"

    lanrat wrote:
    Nice conversation :-)
    If your camera isn't already in gphoto.rules you should report it to package maintainer (feature request) and/or gphoto devs.
    I wouldn't modify standard gphoto.rules. I'd rather put this rule in /etc/udev/rules.d/00.udev.rules:
    ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="305b", GROUP:="camera"
    to avoid overwriting after next update.
    For restarting udev there is /etc/start_udev (or udev_start or something like this - I can't remember it :-))
    thanks, it is /etc/start_udev - i was looking in /etc/rc.d.
    i moved it back to 00.gphoto.rules so it won't get overwritten.
    now that it's verified working in the standard rules, i'll make a report to the devs to add the cam there.
    is your method for doing this in the wiki? i pretty much only figured out how to do it by reading your posts. if you have time, i think it would be a great wiki item.  8)

  • I can't access half of my downloaded music. I get a message, "can't locate file" What is up with that? I dauthorized my computer and reloaded itunes, but it did not solve the problem. Any suggestions? Thank you.

    I can't access half of my downladed music. I get a message, "can't locate file." I dauthorized my computer and reloaded itunes, but it did not help. Any suggestions? Thank you.

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • [SOLVED]Can't access ntfs disk in thunar

    I am trying to access files from a Windows disk. I mounted it (/dev/sda1) to ~/Windows but, when trying to open it in thunar, I get a permission denied error. How can I access my disk?
    Last edited by Cube_Code (2013-09-02 07:31:20)

    I did a:
    usermod -aG storage my_username
    and a:
    lsblk -no UUID /dev/sda1
    then recieved the output:
    32B437F9B437BE63
    and added this line to my /etc/fstab:
    UUID=32B437F9B437BE63 /mnt/Windows ntfs
    The problem persists. What have I done wrong?

Maybe you are looking for

  • Refresh materialized view using workflow

    Hi forum, I want to refresh some materialized views using oracle workflow. The dbms_mview.refresh is not in de list of public transformations when using the transformation activity. Does anybody have any suggestion / solution? Thanks in advance, Eric

  • High CPU Usage while getting input from JTextArea

    I have a core class (emulator) that can receive and handle command strings of varying sorts. I have an Interface that, when implemented, can be used to work with this emulator. I have code that works, but the CPU is pegged. The emulator has its own t

  • "Sound In"

    Hey everyone, I am semi-tech-savy, so I am really ticked as to why I can't figure this one out! I am currently busy converting my old Powerbook G4 into a great media center PC! Everything is going wonderfully, and I plan on sharing my method on my bl

  • How can i pull alv layouts for selection screen ?

    hello , i search way to give the user option to choose his layout, i sow here examples that look good , but  all of tham talk about function : "REUSE_ALV_VARIANT_DEFAULT_GET" i run it in 'se37' and no data is pull , i know that there is layouts for m

  • Lumia 800 (12070) won't power on - Infinite reboot...

    Hi everybody,  I will explain my problem in 2 versions : 1 long, and 1 short.  Short version : Phone :  Nokia Lumia 800 that I got sent by Nokia 2 weeks ago to replace my ex Lumia 800 which wasn't able to boot. (Different problem). Updated to the lat