xampp not work when driver wireless is install

Problems with the Linux version of XAMPP, questions, comments, and anything related.

xampp not work when driver wireless is install

Postby tonatiuh » 20. July 2008 05:51

I installed lampp and I run localhost works fine, but when I installed my wireless driver I start lampp with no errors but when I open localhost don't open.

The steps that I followed to install my wireless are:


Code: Select all
    * Step 1 (run in terminal)
      echo ‘blacklist bcm43xx’ | sudo tee -a /etc/modprobe.d/blacklist
      sudo apt-get install ndiswrapper-utils-1.9
      mkdir ~/bcm43xx; cd ~/bcm43xx

    * Step 2 (run in terminal)
      sudo apt-get install cabextract
      wget ftp://ftp.hp.com/pub/softpaq/sp37501-38000/sp37950.exe
      cabextract sp37950.exe

    * Step 3 (run in terminal)
      sudo ndiswrapper -i bcmwl5.inf
      ndiswrapper -l
      sudo depmod -a
      sudo modprobe ndiswrapper
      sudo cp /etc/network/interfaces /etc/network/interfaces.orig
      echo -e ‘auto lo\niface lo inet loopback\n’ | sudo tee /etc/network/interfaces
      sudo ndiswrapper -m
      echo ‘ndiswrapper’ | sudo tee -a /etc/modules
      echo ‘ENABLED=0? | sudo tee -a /etc/default/wpasupplicant

    * Step 4 (run in terminal)
      sudo aptitude remove b43-fwcutter

    * Step 5 (run in terminal)
      sudo gedit /etc/init.d/wirelessfix.sh

    * Step 6
      Paste the followings in the opened file(wirelessfix.sh)#!/bin/bash
      modprobe -r b44
      modprobe -r b43
      modprobe -r b43legacy
      modprobe -r ssb
      modprobe -r ndiswrapper
      modprobe ndiswrapper
      modprobe b44

    * Step 7 (run in terminal)
      Run this :cd /etc/init.d/ && sudo chmod 755 wirelessfix.sh

    * Step 8 (run in terminal)
      finally run this:sudo update-rc.d wirelessfix.sh defaults


Any idea? thanks
tonatiuh
 
Posts: 1
Joined: 20. July 2008 05:42

Return to XAMPP for Linux

Who is online

Users browsing this forum: No registered users and 102 guests