← Back to team overview

sony-vaio-z-series team mailing list archive

Re: vaio Z 3G Modem

 

Hi Norbert, vick,

Thanks for the patch to both of you,

У пон, 16. 11 2009. у 00:52 +0100, Norbert Preining пише:
> On So, 15 Nov 2009, vick wrote:
> > here is a better version
> 
> Thanks, I will add a module option to use this mode instead of the
> original one.
> 
> Can someone suggest a name for the module option based on the 
> need for that? Is that only a specific series of the Z, or better
> a specific WWAN module?
> 
> Maybe one can even do that automatically based on some PCI device checks.

I have the same problem on my Sony Vaio Z790DND, will have to check the
BIOS version (is there any way to figure it out other than watch while
it reboots?).

I've built the latest code from git, it required only a small typo fix
to compile:

diff --git a/sony-laptop.c b/sony-laptop.c
index 160f24b..deb3f3e 100644
--- a/sony-laptop.c
+++ b/sony-laptop.c
@@ -139,7 +139,7 @@ module_param(speed_stamina, int, 0444);
 MODULE_PARM_DESC(speed_stamina,
                  "Set this to 1 to enable SPEED mode on module load
(EXPERIMENTAL)");
 
-static in alt_rfkill;
+static int alt_rfkill;
 module_param(alt_rfkill, int, 0444);
 MODULE_PARM_DESC(alt_rfkill,
                 "Set this to one to use an alternative rfkill setup
method (for NNNNNNN)");

(i.e. s/in/int/).

I can now see the 3g module, and rfkill also shows it.

Cheers,
Danilo





Follow ups

References