[Bug 1305305] Re: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

2014-05-28 Thread Remke
Same problem using: Dell Vostro 3700
remke@remke-Vostro-3700:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04 LTS
Release:14.04
Codename:   trusty

Linux remke-Vostro-3700 3.13.0-24-generic #47-Ubuntu SMP Fri May 2
23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

ls /lib/firmware/iwlwifi-7260-*
/lib/firmware/iwlwifi-7260-7.ucode  /lib/firmware/iwlwifi-7260-8.ucode

:(( ubuntu is disappointing me (10+ years linux user)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305305

Title:
  8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305305] Re: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

2014-05-28 Thread Remke
12:00.0 Network controller [0280]: Intel Corporation Wireless 7260
[8086:08b1] (rev 5b)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1305305

Title:
  8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 173429] Re: cant plugin usb camera, udev problem

2008-07-13 Thread Remke
45-libgphoto2.rules
http://ubuntuforums.org/showthread.php?t=290205

Hey all..

Just trying to poll around and see if someone else is having the same
issue and if so - has anyone got a fix? I have a workaround but it sux.

Let me break it down for you...

I have an HP Photosmart M425 Digital Camera. When I plug the camera in
things run like they are supposed to until I import the photos. I get an
error due to permissions issue. I did some digging and found this bug
with launchpad...

https://launchpad.net/distros/ubuntu...oto2/+bug/6602

There seems to be something horky in the udev rules or something that's
preventing and it's around that check_ptp_camera script that was in
Dapper.

Anyway - if someone stumbles across this and wants to know how to fix
it...

1. Modify /etc/udev/rules.d/45-libgphoto2 to look like what is in this
link: http://librarian.launchpad.net/49341...bgphoto2.rules

2. Add the following check_ptp_camer script to /lib/udev (make it
executable): http://librarian.launchpad.net/4933902/check_ptp_camera

If you do that - the problem should go away. This is a hack|workaround
but it works.

1. Create the file and add the content he said to by opening a terminal
(Applications--Accessories--Terminal):

sudo gedit /lib/udev/check_ptp_camera

2. Next we want to change permissions (using a file called chmod) to
make it executable. Before we do that, let's take a look at the
permissions already there:

ls -l /lib/udev

You will see that your new file has different rwx permissions next to
it. It looks a bit cryptic, but it is really quite easy: the first three
are the owner, the next three are the group, and the last three is for
everyone else. Go look for 'chmod how to' on google and you will find a
better explanation. http://catcode.com/teachmod/ explains it rather
well.

So now let's do the permission change:

sudo chmod 755 /lib/udev/check_ptp_camera

If you type

ls -l /lib/udev

you will see that your file is like the others in the directory now.
Hope this helps.


Got mine fixed by using rko618's fix here in this thread :
http://www.ubuntuforums.org/showthread.php?t=381702
with this:
https://launchpad.net/ubuntu/+source...to2/+bug/91250


#!/bin/sh

# check if any interface of this device is a PTP camera interface (06)
grep -q -F 06 /sys/$PHYSDEVPATH/*/bInterfaceClass
exit $?



# udev rules file for libgphoto2
#
ACTION!=add, GOTO=libgphoto2_rules_end
SUBSYSTEM==usb_device, GOTO=libgphoto2_rules_real
SUBSYSTEM==usb, GOTO=libgphoto2_rules_real
BUS!=usb, GOTO=libgphoto2_rules_end

LABEL=libgphoto2_rules_real

SYSFS{idVendor}==0553, SYSFS{idProduct}==0202, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==06bd, SYSFS{idProduct}==0403, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==06bd, SYSFS{idProduct}==0404, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04fc, SYSFS{idProduct}==504b, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==0553, SYSFS{idProduct}==0202, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04fc, SYSFS{idProduct}==504a, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==0553, SYSFS{idProduct}==0202, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==08ca, SYSFS{idProduct}==0111, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04fc, SYSFS{idProduct}==504a, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04fc, SYSFS{idProduct}==504b, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==0553, SYSFS{idProduct}==0202, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==2770, SYSFS{idProduct}==9120, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==093a, SYSFS{idProduct}==010f, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==093a, SYSFS{idProduct}==010f, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==2770, SYSFS{idProduct}==913c, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==0919, SYSFS{idProduct}==0100, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==093a, SYSFS{idProduct}==010f, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a5, SYSFS{idProduct}==3003, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==3047, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30c0, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==304d, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==3066, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30bf, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==3075, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==3075, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30ba, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30ba, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30c1, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==310e, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30b4, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30b4, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30ff, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==311c, MODE=0660, GROUP=plugdev
SYSFS{idVendor}==04a9, SYSFS{idProduct}==30fe, 

[Bug 71946] Re: Digikam recognize my camera as USB PTP Class, but i can't acess its data.

2008-07-13 Thread Remke
*** This bug is a duplicate of bug 67532 ***
https://bugs.launchpad.net/bugs/67532

http://linux-prof.nl/index.php/Gphoto2_camera_detect

-- 
Digikam recognize my camera  as USB PTP Class, but i can't acess its data.
https://bugs.launchpad.net/bugs/71946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 189506] Re: Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-07-13 Thread Remke
http://linux-prof.nl/index.php/Gphoto2_camera_detect

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 206470] Re: udev - wrong permissions in udev rules for usb camera

2008-04-30 Thread Remke
*** This bug is a duplicate of bug 189506 ***
https://bugs.launchpad.net/bugs/189506

this worked for me with Canon A570 (Ubuntu 8.04)
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/206470

2) Edit /etc/udev/rules.d/40-permissions.rules - replace:

SUBSYSTEM==usb, ENV{DEVTYPE}==usb_device, MODE=0664
SUBSYSTEM==usb_device, MODE=0664

with

SUBSYSTEM==usb, ENV{DEVTYPE}==usb_device, GROUP=plugdev
SUBSYSTEM==usb_device, GROUP=plugdev

Gr.
-remke-

-- 
udev - wrong permissions in udev rules for usb camera
https://bugs.launchpad.net/bugs/206470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 118842] Re: Pre-Compiled Dazuko Modules for Ubuntu Kernels

2008-03-08 Thread Remke
http://ubuntuforums.org/archive/index.php/t-6085.html

In Gutsy, instead of

$ sudo rmmod capability
$ sudo insmod ./dazuko.ko
$ sudo modprobe capability

this works

$ sudo rmmod apparmor
$ sudo insmod ./dazuko.ko

http://allyourtech.com/content/articles/15_01_2006_installing_antivir_with_on_access_scanning_in_ubuntu_linux.php
...Configuring Dazuko
Dazuko will fail to start properly if the module named capability is running 
first. To do this, a couple of files must be created/modified. To create the 
first file, open gedit as root by issuing the following Terminal command:

sudo gedit /etc/modprobe.d/dazuko

Copy and paste the following code into the blank document and save it.

install dazuko modprobe -r capability;\ #--- install dazuko modprobe -r 
apparmor
modprobe -i dazuko; \
modprobe -i capability #--- modprobe -i apparmor 

While still running gedit as root, open the modules file, located in
/etc directory. Add the word dazuko to the end of the list. Save the
file.

To get Dazuko loaded, without having to reboot, issue the following
Terminal commands

sudo rmmod capability #-- sudo rmmod apparmor
sudo modprobe dazuko
sudo modprobe capability #-- sudo modprobe apparmor

-- 
Pre-Compiled Dazuko Modules for Ubuntu Kernels
https://bugs.launchpad.net/bugs/118842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68697] Re: Update-manager won't start because of missing icon

2006-11-06 Thread Remke
Same problem here...
the symlinking resolved also my problem ...

Grz
Remke

ln -s /usr/share/icons/Tango/scalable/apps/update-manager.svg
/usr/share/icons/Tangerine/scalable/apps/update-manager.svg

(gksu -u root update-manager -c)

-- 
Update-manager won't start because of missing icon
https://launchpad.net/bugs/68697

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs