29 septembrie 2015

How to fix WIFI connection under LINUX on DELL INSPIRON 1720

Here is how to do it if you have Broadcom BCM4311 b/g WLAN (rev 01)


sudo apt-get install linux-firmware linux-firmware-nonfree && sudo modprobe b43 && sudo apt-get install firmware-b43-installer && sudo modprobe b43 && sudo rfkill unblock all



Don't forget to reboot after you launch this line in your terminal window.

The WiFi will come on if put the physical switch from left side in the proper position.

4 mai 2015

Windows 10 Enterprise Insider Preview with no PS2 keyboard support.

Incredible: Microsoft decides to pull-out default keyboard support for PS2 keyboards (even mouse probably).

 

I just installed Windows 10 Enterprise Insider Preview and I was surprised to discover that PS2 keyboards are no longer supported by default.

Microsoft decides this for us but again doesn't ask the community, this creates problems when new installations are made. In my case I setup the station using an USB keyboard then I give this station to someone else to use, because he doesn't know how to install.
I have legally access to MSDN subscriber downloads if you are wondering ... :)

Anyway the solution for this issue when you have PS2 keyboard on Windows 10 Insider Preview is to download from Microsoft site Microsoft IntelliType Pro

You can use this link: https://www.microsoft.com/en-us/download/details.aspx?id=11105

TIP: You can connect using RDP / TeamView to control the station then you should donwloadn and install the kit above then issue the command : shutdown -r to reboot the station.

24 februarie 2015

How to FIX - Marvell Yukon 88E850 PCI-E Gigabit been OFF after reboot on 1GB Connection


1 - Download NSSM from http://www.nssm.cc/download > and extract nssm.exe x64 or x32 depending of what OS version you are using on your C:\Windows (you could put it somewhere else and configure paths accordingly)

2 - create on BAT file with this contents :

ECHO OFF
netsh interface set interface "Local Area Connection" disabled
netsh interface set interface "Local Area Connection" enabled



3 - Save this BAT file, for Example FixNetworkCard.bat and save it in C:\Windows\FixNetworkCard.bat

4 - now, open a CMD and write this command to create this SERVICE:

               a - C:\Windows\System32>nssm install FixNetworkCard


               b - Configure de Path to the BAT that you created in step 2



               c - In seccond tab named Details select Automatic (Delayed Start) to be sure the system it's ready when this service it's started. See picture below.



              d - In the TAB - Exit Actions >

             e - Delay Restart ..... Make it 3000ms it will be OK for most systems.

             f - Below > Select - No Action

5 - You are now press "Install Service" ..... You are DONE.

In your Services you will see.


Notes: after reboot this Marvell Yukon 88E850 PCI-E Gigabit on ASUS main boards type of chipset remains OFF when it's connected to 1GB switch. You can try downloading latest driver from Marvell site, but in my case the Ethernet Interface remains still OFF after reboot.

With these steps above you will shortly make issue Disable comment on Network stack then immediately make it Enable and this bring the 1Gb connection UP.


It's very likely that other network chipsets suffer the same BUG. Please comment with name of the chipset you have.



MODELS AFFECTED by this issue: 
Marvell Yukon 88E850 PCI-E Gigabit - on ASUS P5E3 PRO Mainboard