Announcement

Collapse
No announcement yet.

Driver issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Viiny, here's my output, same as yours (sorry, i don't know how to put it in a box):

    mel@mel-desktop:~$ ndiswrapper -h
    install/manage Windows drivers for ndiswrapper

    usage: ndiswrapper OPTION
    -i inffile install driver described by 'inffile'
    -a devid driver use installed 'driver' for 'devid' (dangerous)
    -r driver remove 'driver'
    -l list installed drivers
    -m write configuration for modprobe
    -ma write module alias configuration for all devices
    -mi write module install configuration for all devices
    -v report version information

    where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
    as reported by 'lspci -n' or 'lsusb' for the card


    I'm using win 7 64 bit.

    I have no idea if i've got -utils and -common, nor can i claim to have a clue of what this package manager is :3

    Comment


      #17
      Originally posted by Tooky View Post

      I have no idea if i've got -utils and -common, nor can i claim to have a clue of what this package manager is :3
      LOL ,,,,,OK then , your package manager is caled "muon" and is where you can find thousands of programs made just for your system , you can find it in kickoff(the blue K in the bottom left of the panel on a default setup)> applications>system (use the muon package manager not the muon software centre ((you will get beter search results)) ) OR press alt+F2 and type muon and click the muon package manager that will be in the dropdown list.

      first things first , lets see if dpkg will list your install (I dont know if it will since you compiled and installed) copy and paste this in a terminal
      Code:
      dpkg -l | grep ndiswrapper
      and see if you get somthing like this
      Code:
      vinny@Vinnys-HP-G62:~$ dpkg -l | grep ndiswrapper
      ii  ndiswrapper-common                        1.57-1ubuntu1                                       Common scripts required to use the utilities for ndiswrapper
      ii  ndiswrapper-utils-1.9                     1.57-1ubuntu1                                       Userspace utilities for the ndiswrapper Linux kernel module
      vinny@Vinnys-HP-G62:~$
      if you have both good if not we must get the missing part.

      VINNY
      Last edited by vinnywright; Aug 26, 2013, 04:42 PM.
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #18
        Look's like i'm in luck:

        Code:
        mel@mel-desktop:~$ dpkg -l | grep ndiswrapper
        ii  ndisgtk                               0.8.5-1ubuntu1                       amd64        graphical frontend for ndiswrapper (installation of Windows WiFi drivers)
        ii  ndiswrapper-common                    1.58-0ubuntu1                        all          Common scripts required to use the utilities for ndiswrapper
        ii  ndiswrapper-utils-1.9                 1.58-0ubuntu1                        amd64        Userspace utilities for the ndiswrapper Linux kernel module

        Comment


          #19
          OK so reading over the post it would seam that you coped the driver files to a folder in your home ,,,,yes/no ?

          you then installed the somediver.inf from in that folder with
          Code:
          ndiswrapper -i somediver.inf
          yes/no ?

          if yes to both the above and
          Code:
          ndiswrapper -l
          is showing the driver as installed BUT you have not loaded the driver yet with
          Code:
          sudo modprobe ndiswrapper
          (I dont think the driver should be loded befor you do the rest of it) then do in order
          Code:
          ndiswrapper -m
          then
          Code:
          ndiswrapper -ma
          then
          Code:
          ndiswrapper -mi
          then
          Code:
          sudo modprobe ndiswrapper
          now you should not half to keep reloading the driver on each boot ,,,,,, but keep in mind ndiswrapper likes XP drivers best so if it keeps giving you trouble try finding the XP drivers for it , remove the curent driver and do it all over with the XP driver.

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment

          Working...
          X