Don't know about F5D8011 ver. 1000 but my Belkin N1 F5D8011 168c:0023 works fine.
As for driver is used ath9k which is also included in latest BT.
Hello all I am just now getting into the backtrack software and seem to like it so far. I have a couple of questions if someone is willing to help out I would appreciate it. Ok I have the current Belkin F5D8011 ver. 1000 and have backtrack 4 on a bootable disk. I am tryin to find out if this card will be able to work as I saw there was an older model card that was listed. If so which actual drivers would i need to get for this card and would I put the drivers on the disk so I am able to get to them that way?
Don't know about F5D8011 ver. 1000 but my Belkin N1 F5D8011 168c:0023 works fine.
As for driver is used ath9k which is also included in latest BT.
lspci command or in windows in device manager hardware id
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
I am guessing this is if I have downloaded the drivers and have the actual file? Which I don't As was stated by gabiz_ro he used the drivers of ath9k which is also included in latest BT. So how about would I go about installing if the drivers are already on my hd in bt4? Or will your source still work for that and I run the same commands?
Also I tried this
ath9k is in the kernel already so modprobe works. to go from boot to connection, use:
modprobe ath9k
/etc/init.d/NetworkManager start
startx
when I do the /etc/init.d/NetworkManager start I get
-bash: /etc/init.d/NetworkManager: No such file or directory
so not sure what to do from here?
Generally if the driver is apart of the distro it will be accessed as a module by the kernel, as such modeprobe may be of help.
See also modprobe(8): add/remove modules from Kernel - Linux man page
Next up, the command is
/etc/init.d/networking start your syntax above is wrong that is the reason for the bash error.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
What do you mean by my syntax is wrong?
google = syntax
LEARN THE NET: Glossary: Syntax Error
/etc/init.d/NetworkManager start is what you wrote above
/etc/init.d/networking start is the correct way.
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.