JJonas Posted January 21, 2021 Posted January 21, 2021 BBC is aware of the virus now. https://www.bbc.co.uk/news/technology-55749959
Steve21 Posted January 21, 2021 Posted January 21, 2021 BBC is aware of the virus now. https://www.bbc.co.uk/news/technology-55749959 Teachers shared details on an online forum Pfft! We have intruders!!! Steve
synaesthesia Posted January 21, 2021 Posted January 21, 2021 Why are you complaining, you're now getting more value for money out of the Geobooks now with extra preinstalled software! 1
Norphy Posted January 21, 2021 Posted January 21, 2021 I don't know if anyone has had the same problem, but we're finding that when we build these things from SCCM, some of the drivers aren't getting installed. I've written a PowerShell script which installs the drivers for you. #Force downloads via TLS1.2 [system.Net.ServicePointManager]::SecurityProtocol = [system.Net.SecurityProtocolType]::Tls12; #Install Nuget Package provider $PP = Get-PackageProvider -ListAvailable -name Nuget if ($PP) { echo "Installed" } else { Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force } #Set PSGallery to be trusted $Gallery = Get-PSRepository -Name PSGallery if ($Gallery.InstallationPolicy -ne "Trusted") { Set-PSRepository -Name PSGallery -InstallationPolicy Trusted } #Install DeviceManagement module $Module = get-module -Name DeviceManagement -ListAvailable if ($Module) { echo "Installed" } else { Install-Module -Name DeviceManagement -force } #Import DeviceManagement Module Import-Module DeviceManagement #Install Drivers #DSP Driver $DSP = Get-Device |Where-Object {$_.hardwareids -eq "INTELAUDIO\DSP_VEN_8086&DEV_0222&SUBSYS_00000022&REV_0001"} if ($DSP.HasProblem -eq $true) { Install-DeviceDriver -InfFilePath \\path\to\your\drivers\here\Geo\Drivers\intcoed.inf_amd64_4f836ecdb1f887ff\intcoed.inf } else {echo "Installed"} #Display Audio $HDMI = Get-Device |Where-Object {$_.hardwareids -eq "INTELAUDIO\FUNC_01&VEN_8086&DEV_280D&SUBSYS_80860101&REV_1000"} if ($HDMI.HasProblem -eq $true) { Install-DeviceDriver -InfFilePath \\path\to\your\drivers\here\Geo\Drivers\intcdaud.inf_amd64_6aef99a0fd5f7d29\intcdaud.inf } else {echo "Installed"} #Management Engine $PCISimple = Get-Device |Where-Object {$_.hardwareids -eq "PCI\VEN_8086&DEV_319A&SUBSYS_72708086&REV_06"} if ($PCISimple.HasProblem -eq $true) { Install-DeviceDriver -InfFilePath \\path\to\your\drivers\here\Geo\Drivers\txei.inf_amd64_129c9052fdd9eb45\txei.inf } else {echo "Installed"} #Realtek Audio $RealtekAudio = Get-Device |Where-Object {$_.hardwareids -eq "INTELAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_27820204&REV_1002"} if ($RealtekAudio.HasProblem -eq $true) { Install-DeviceDriver -InfFilePath \\path\to\your\drivers\here\Geo\Drivers\hdxsstemdoor.inf_amd64_6ed8486222b5a576\HDXSSTEmdoor.inf } else {echo "Installed"} The script downloads the NuGet package provider, installs a PowerShell module which manages devices and installs the driver from a path. You'll have to change the path in the script. 3
Boredguy Posted January 21, 2021 Posted January 21, 2021 Cheers @Norphy We found out the hard way that at least 2 of our devices didn't have audio drivers after we had tried rebuilding them (blooming pain in the neck as they don't have onboard NIC) so had to install the drivers via a remote session since the student had it at home (at least Impero saved the day there!)
Norphy Posted January 21, 2021 Posted January 21, 2021 If you're using SCCM, I've used that script to detect whether or not the driver is installed using Compliance Rules, or whatever they're calling DCM these days. I can post those, if anyone is interested? Our Geobooks are connected to our network by VPN so we can manage this sort of thing. Admittedly, the DCM snippets are much the same as what's above but people might find it useful.
Boredguy Posted January 21, 2021 Posted January 21, 2021 We are still using MDT for the build, but likewise our Geo's connect via VPN, but user based not device which makes it more interesting
ITGURU Posted January 21, 2021 Posted January 21, 2021 The most interesting part of this is that when the geobooks are booted for the first time they run through the OOBE setuo wizard and defender detects the virus. If on the same machine you run the factory restore and repeat the same OOBE setup the machine is then clean. This is what the supplier asked us to do. Would make sense if after every clean install it was there, but its not, so the original image must be different to be one in the hidden partition somehow.
broadld Posted January 22, 2021 Posted January 22, 2021 Just been following this. We have had some Geobooks delivered before Christmas. We opted for ones with the factory image. - What version of Windows 10 were the infected ones? - Has it affected the locked down DFE laptops or the factory imaged ones? Or both? We have prepared most of these and started handing them out. Just wondering if we need to get these out to virus scan them. We didn't have any of them that came up with any virus warnings after running through the mini setup.
Wubbalubbadub Posted January 22, 2021 Posted January 22, 2021 Sorry to "jump" onto this. But I don't suppose anyone knows where to get spare parts for these geo books? We already have a smashed screen!
synaesthesia Posted January 23, 2021 Posted January 23, 2021 Sorry to "jump" onto this. But I don't suppose anyone knows where to get spare parts for these geo books? We already have a smashed screen! Pull it apart and grab the model from the back of the panel itself, they will be a very generically available model. Take the opportunity to grab a couple if they're cheap enough - wouldn't want to pay any more than £30 each considering the worth of the whole device.
Popular Post DJ-1701 Posted January 24, 2021 Popular Post Posted January 24, 2021 Look everyone, we are famous... https://goodlawproject.org/update/computacenter-laptops/ 8
tadcooke Posted January 25, 2021 Posted January 25, 2021 We've got a smashed screen too, plus a few where the screen just doesn't work! I contacted DfE and they said it needs to go back to Computacentre, the DfE provider, via the person in school who placed the order in the first place. No idea if they're going to bother charging us or just replace them with new ones, they're virtually disposable after all... This is their reply: Thank you for your email and I'm sorry to see you have a device that doesn't work. To request a replacement, please: 1. Go to the support portal here: https://computacenterprod.service-now.com/dfe [computacenterprod.service-now.com] (if you haven't logged in yet, please follow the 'forgot password?' process) 2. Select 'Raise Support Request' 3. Select 'Faulty computer' 4. Complete the form 2
Dom_ Posted January 25, 2021 Posted January 25, 2021 Our advice from the council who supplied them now (regarding several DoA ones) is that we can send them back for repair but the cost will be sky high so we might as well just use the 'repair' money on a new system and throw the geobook away :-|!!! We can't raise them faults through the computacentre link as our LEA provided the devices, not the DFE! So far we've had 17 arrive completely dead, what a waste of public funds!
eddyc Posted January 25, 2021 Posted January 25, 2021 Our advice from the council who supplied them now (regarding several DoA ones) is that we can send them back for repair but the cost will be sky high so we might as well just use the 'repair' money on a new system and throw the geobook away :-|!!! We can't raise them faults through the computacentre link as our LEA provided the devices, not the DFE! So far we've had 17 arrive completely dead, what a waste of public funds! They are a total waste of money. We’ve had 7 fail so far. Screen just goes feint and cant be seen.
jtcoops Posted January 25, 2021 Posted January 25, 2021 Just been alerted to 2 DfE laptops at one of our schools getting popups alerting of virus activity and to call a UK mobile number to speak to Microsoft. One of the laptops was in use by a teacher who called the number and was told it would cost £5 to remove the virus and directed to gsupport.me to give remote access. Thankfully they then twigged it was a hoax and hung up. However because they were aware of media reports that some of these laptops had been infected, they were confused enough to engage. The laptop will be returned for investigation - these were definitely not pre-configured devices. Nothing was detected in setup. Coincidence or is this what the Trojan does? I'm more worried that parents may be inclined to call and pay for removal if they get this popup as they will have signed agreements to maintain the laptops whilst in their care. The number terminates in India despite having a UK mobile format. All our schools will be sending advisory emails to all recipients in the morning.
bigal06 Posted January 26, 2021 Posted January 26, 2021 Sorry to "jump" onto this. But I don't suppose anyone knows where to get spare parts for these geo books? We already have a smashed screen! When reading this yesterday I was quite proud that we had not had one smashed screen yet.....but this morning one rolled in!
kevin_lane Posted January 26, 2021 Posted January 26, 2021 (edited) i contacted Computa Center the other day and got this response from them Dear Kevin Thank you for bringing this to our attention, safeguarding with respect to these devices is very important to us. Apologies for the delay in responding, we are aware of the issue and are investigating as a priority. We do not believe this is a widespread issue. I have limited access to order records, but can see a recent order xxxxxxx with Secured Dell 3190 laptops - these devices are unaffected by this issue and there is no action required on your part. Laptops supplied with the DfE secured settings are configured with Windows Defender Anti-virus installed and operational. Scanning is performed automatically every day, this cannot be bypassed by the users, and virus cleaning is performed automatically. Kind regards, Anthony McCrea User Support Edited January 26, 2021 by kevin_lane
bigal06 Posted January 26, 2021 Posted January 26, 2021 (edited) Have you managed to locate a supplier for the screens @MJTayloronline? My supplier isn't having any luck. I've got the screen out but there is little to go by other than a barcode number '20201027' that is useless! Edit: Just realised that number is a date! Edited January 26, 2021 by bigal06
Dos_Box Posted January 26, 2021 Posted January 26, 2021 (edited) As some of you may have noticed, there have been quite a few members of the press on the site asking questions about this scheme recently. We have created this thread here - http://edugeek.me/thread/220015 - where you can provide feedback to them about how you have got on with this laptops so it can be accurately reported. Edited January 27, 2021 by ZeroHour 1
Olliesaurus Posted January 26, 2021 Posted January 26, 2021 Also looking for a supplier of parts for these, as devices go they are pretty damn awful.
Wubbalubbadub Posted January 26, 2021 Posted January 26, 2021 Have you managed to locate a supplier for the screens @MJTayloronline? My supplier isn't having any luck. I've got the screen out but there is little to go by other than a barcode number '20201027' that is useless! Edit: Just realised that number is a date! No luck! All i have is the DfE stating they do a flat fee repair.. for only £220..... Sigh...
synaesthesia Posted January 26, 2021 Posted January 26, 2021 If anyone gets the LCD panel model please post it here, it'll be very handy for anyone that needs to replace it. Likewise if you can't source them let me know the details and I'll do my best.
FN-GM Posted January 26, 2021 Posted January 26, 2021 If anyone gets the LCD panel model please post it here, it'll be very handy for anyone that needs to replace it. Likewise if you can't source them let me know the details and I'll do my best. Apparently the laptops are not identical and cobbled together with whatever parts are available. The model number of the LCD may vary.
XiJ Posted January 26, 2021 Posted January 26, 2021 Apparently the laptops are not identical and cobbled together with whatever parts are available. The model number of the LCD may vary. Sounds like the old Dells
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now