Sponsored Content
Operating Systems Linux Red Hat Need to configure my laptop Thinkpad - T430 as wifi hotspot Post 302926912 by Corona688 on Friday 28th of November 2014 11:34:31 AM
Old 11-28-2014
You probably use hostapd. here is something to get started with.
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Help needed to configure GUI with Slackware 7 on an IBM Thinkpad Laptop

I am using Slackware 7 on my IBM Thinkpad. I am unable to configure it to display a graphical environment. Typing startx usually generates a few errors. The system, however, does boot into the shell environment without any issues or problems. I have been able to setup Slackware 7 successfully... (2 Replies)
Discussion started by: adrienb
2 Replies

2. UNIX for Dummies Questions & Answers

Thinkpad 390X Fn

I have in my possession an IBM Thinkpad 390X. I havebeen using word and lately a function delaing with the Fn button have created problems. It acts as if Fn is depressed though it is not. When I depress Fn I can type normally, the keys it affects are J,K,L,:,U,I,O,P,M,<,>,? Does anyone know how to... (0 Replies)
Discussion started by: Word
0 Replies

3. UNIX for Dummies Questions & Answers

Configure wifi throught console problem, GUI is OK

Hi gurus, I am trying to connect to wifi access point with terminal, I set up my own access point (no encryption or MAC filters) I ran followings commands $ sudo iwlist eth1 scanning eth1 Scan completed : Cell 01 - Address: 00:11:2F:A2:99:1C ... (1 Reply)
Discussion started by: wakatana
1 Replies

4. Linux

How to install or configure my WiFi?

Hi every body i m new using mandriva 2009 spring linux and i need to cofigure my wifi i have nexx card 54M 8085 it drivers in windows say realtec (1 Reply)
Discussion started by: aaa1
1 Replies

5. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

6. Ubuntu

Ubuntu Lenovo Thinkpad E520-1143 Laptop

Is it possible to install Ubuntu 11.04 or Ubuntu 11.10 in Lenovo Thinkpad E520-1143 Now it Powerd By windowd Xp Professional is it possible to install Ubuntu in it and supports all drivers for ma laptop such as VGA driver Sound,Wireless,Lan , fingerprint,camera pls reply r is it possible to... (0 Replies)
Discussion started by: babinlonston
0 Replies

7. Debian

WIFI hotspot and android client

Wireless adapter is intel so android client didn't connect to ubuntu hotspot. Ubuntu is failed so I want to install debian or suse on notebook for hotspot. Which one is the best for hotspot. :confused: (1 Reply)
Discussion started by: getrue
1 Replies

8. Red Hat

Sound not working in laptop model Lenovo T430

Hi I have a new TP installed with RHEL 6.0, sound not working in this. I tried to upgrade the kernel to 2.6.32-279.el6.i686 and also 2.6.32-279.19.1.el6.i686 but getting kernel panic with these kernels. Any idea what is problem ???? (2 Replies)
Discussion started by: Priy
2 Replies

9. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies

10. Hardware

Problem with Broadcom BCM43225 wifi interface on an Acer Aspire laptop

Hi This is a question about Broadcom BCM43225 wifi interface on an Acer Aspire laptop I just had a fresh install of ubuntu 16.04 on my acer aspire laptop and I am having a difficult issue with my wifi connection. Every time I restart my laptop I get the wifi connection working, but after a... (0 Replies)
Discussion started by: faizlo
0 Replies
SoQtCursor::CustomCursor(3)					       SoQt					       SoQtCursor::CustomCursor(3)

NAME
SoQtCursor::CustomCursor - The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors. SYNOPSIS
Public Attributes SbVec2s dim SbVec2s hotspot unsigned char * bitmap unsigned char * mask Detailed Description The SoQtCursor::CustomCursor class is used to specify bitmap data for SoQtCursor custom cursors. Member Data Documentation SbVec2s SoQtCursor::CustomCursor::dim Size of cursor data. Can be anything from 1 pixel wide and high, up to maximum 32 pixels in each dimension. SbVec2s SoQtCursor::CustomCursor::hotspot Position of cursor hotspot, ie the pixel of the cursor which is considered to be the 'pick point' when interacting with the canvas or widgets. The hotspot position should be specified relative to the uppermost, leftmost corner (which is position <0, 0>). unsigned char * SoQtCursor::CustomCursor::bitmap The size of the array of bitmap data should be equal to (width+7)/8*height, as each cursor pixel is specified with just two bits, one in the bitmap array, one in the mask array. The bitmap and mask bits should be laid out as follows: B=1 and M=1 == black B=0 and M=1 == white B=0 and M=0 == transparency B=1 and M=0 will give undefined results for some platforms, so avoid. unsigned char * SoQtCursor::CustomCursor::mask See doc of SoQtCursor::CustomCursor::bitmap. Author Generated automatically by Doxygen for SoQt from the source code. Version 1.5.0 Sun Dec 11 2011 SoQtCursor::CustomCursor(3)
All times are GMT -4. The time now is 08:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy