Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling the card aslo disables the touchpad! #5

Closed
falbarelli opened this issue Jan 14, 2012 · 3 comments
Closed

Disabling the card aslo disables the touchpad! #5

falbarelli opened this issue Jan 14, 2012 · 3 comments

Comments

@falbarelli
Copy link

Hello, thanks for the work you've done with bumblebee and bbswitch.
I've got an ASUS NS53sv with a NVIDIA® GeForce® GT 540M. I run Ubuntu 11.10 64bit with kernel 3.0.0-15-generic., my versoin of Xorg is 1:7.6+7ubuntu7 and i have no nvidia driver installed (I just use bbswitch to turn-off the card, I don't need optirun).
I installed the module with DKMS and then i manually run the command sudo tee /proc/acpi/bbswitch <<<OFF. For the first time under linux the led which shows if the nvdia card is on is working, and that's really great!
But I have a really strange problem, as soons as i run the command my touchpad stops working (but a usb connected mouse works fine).
I can't explain this behaviour, could you help me maybe?

If it can help this is the output of dmesg | grep -C 10 bbswitch:

[    3.563976] Refined TSC clocksource calibration: 1995.467 MHz.
[    3.563989] Switching to clocksource tsc
[    3.564840] hub 2-1:1.0: USB hub found
[    3.564937] hub 2-1:1.0: 6 ports detected
[    3.636054] usb 1-1.1: new full speed USB device number 3 using ehci_hcd
[    3.800009] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
[    3.954358] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   21.714464] udevd[375]: starting version 173
[   21.805437] Adding 6346748k swap on /dev/sda6.  Priority:-1 extents:1 across:6346748k 
[   21.975967] lp: driver loaded but no devices found
[   22.018442] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.GFX0
[   22.018530] bbswitch: detected an Optimus _DSM function
[   22.018544] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   22.220690] wmi: Mapper loaded
[   22.336222] type=1400 audit(1326570597.923:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=909 comm="apparmor_parser"
[   22.336551] type=1400 audit(1326570597.923:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=909 comm="apparmor_parser"
[   22.336761] type=1400 audit(1326570597.923:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=909 comm="apparmor_parser"
[   22.338389] type=1400 audit(1326570597.927:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=911 comm="apparmor_parser"
[   22.338703] type=1400 audit(1326570597.927:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=911 comm="apparmor_parser"
[   22.338893] type=1400 audit(1326570597.927:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=911 comm="apparmor_parser"
[   22.339623] Bluetooth: Core ver 2.16
[   22.339640] NET: Registered protocol family 31
[   22.339641] Bluetooth: HCI device and connection manager initialized
--
[   30.160019] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   30.160022] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   30.160025] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   30.160027] cfg80211:     (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[   30.179598] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[   31.001769] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
[   31.308579] EXT4-fs (sda7): re-mounted. Opts: commit=600
[   31.480282] wlan0: IPv6 duplicate address fe80::e2b9:a5ff:fe44:fd53 detected!
[   39.673026] show_signal_msg: 33 callbacks suppressed
[   39.673030] python[3793]: segfault at 10 ip 000000000049c51b sp 00007fff070bd590 error 4 in python2.7[400000+233000]
[   49.022763] bbswitch: disabling discrete graphics
[   49.022866] bbswitch: Result of Optimus _DSM call: 01000059
[   49.037601] pci 0000:01:00.0: Refused to change power state, currently in D0
[   49.137730] pci 0000:01:00.0: power state changed by ACPI to D3
[   70.359030] usb 2-1.2: new low speed USB device number 3 using ehci_hcd
[   70.571607] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input12
[   70.571701] generic-usb 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:1d.0-1.2/input0
[   70.571717] usbcore: registered new interface driver usbhid
[   70.571718] usbhid: USB HID core driver
[  146.623783] keyboard: can't emulate rawmode for keycode 240
[  146.623809] keyboard: can't emulate rawmode for keycode 240
[  146.623820] asus_wmi: Unknown key 58 pressed

Thanks again for your great work!

@Lekensteyn
Copy link
Member

Please generate a proper bug report according to the README. Try unloading the asus_wmi module and try again.

@falbarelli
Copy link
Author

Ok I was going to generate a proper bug report, but I updated to the latest version (0.3) and now the problem is solved!

@ArchangeGabriel
Copy link
Member

Then that wasn't bbswitch, because I can't believe that the only change made solved that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants