razer-laptop-control icon indicating copy to clipboard operation
razer-laptop-control copied to clipboard

[BUG] Command not supported. Start Marker: 05 id: 1f (Blade Stealth 13 - Early 2020)

Open daemonp opened this issue 3 years ago • 4 comments

Describe the bug

KERN_WARNING's begin spewing the following as soon as the razer laptop control daemon /usr/share/razercontrol/daemon is started from razerdaemon.service

Razer laptop control: Command not supported. Start Marker: 05 id: 1f Num Params: 34 Reserved: 03 Command: 0b Params: ff04000f00000000ff0000ff0000ff00 .

every 100 or so :point_up: messages this response is presented

[ 4614.742116] Razer laptop control: Response doesn't match request. Start Marker: 05 id: 1f Num Params: 34 Reserved: 03 Command: 0b Params: ff05000f00000000ff0000ff0000ff00 .

To Reproduce

  • Install both razer-laptop-control-dkms-git razer-laptop-control-git
  • reboot
  • dmesg -w

Expected behavior

kernel module supports the hardware id's from the blade stealth 13 2020

Supplemental Info

# uname -a

Linux archlinux 5.9.1-zen2-1-zen #1 ZEN SMP PREEMPT Sun, 18 Oct 2020 02:45:20 +0000 x86_64 GNU/Linux

# dmidecode -t system

Getting SMBIOS data from sysfs.
SMBIOS 3.2.0 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: Razer
	Product Name: Blade Stealth 13 (Early 2020) - RZ09-0310
	Version: 2.04
	Serial Number: ***************
	UUID: ******************************************
	Wake-up Type: Power Switch
	SKU Number: RZ09-03102W52
	Family: 1A581003 Razer Blade Stealth

Handle 0x000F, DMI type 12, 5 bytes
System Configuration Options
	Option 1:

Handle 0x0010, DMI type 32, 20 bytes
System Boot Information
	Status: No errors detected

daemonp avatar Oct 28 '20 08:10 daemonp

Razer laptop control: Response doesn't match request

Should now be suppressed in latest commit.

rnd-ash avatar Nov 11 '20 19:11 rnd-ash

Thanks for taking care of this. I am seeing this "Razer laptop control: Command not supported" on the Razer Blade Stealth 2019 in dmesg could you comment this one out as well if its not a problem.

} else if (response_report.status == RAZER_CMD_NOT_SUPPORTED) {
            print_erroneous_report(&response_report, "Razer laptop control", "Command not supported");

jbdrthapa avatar Feb 26 '21 06:02 jbdrthapa

Getting a similar message on my 2019 Blade Stealth (RZ09-02812E52).

Razer laptop control: Command not supported. Start Marker: 05 id: 1f Num Params: 34 Reserved: 03 Command: 0b Params: ff04000f000000c10000c10000c10000 .

fallenpixel avatar Mar 19 '21 10:03 fallenpixel

I am receiving the following kernel message on a blade 15 2020 base model with the latest commit (b6802cd8c0c3ce468adab9a54be945883ae9f2fa)

Razer laptop control: Command not supported. Start Marker: 05 id: 1f Num Params: 34 Reserved: 03 Command: 0b Params: ff05000f0000000000ff0000ff0000ff

phelps-sg avatar Nov 26 '21 09:11 phelps-sg