iniciar placa de rede wirelles no slackware [RESOLVIDO]

13. erro wicd

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 30/12/2010 - 21:28h

pelo que entendi, preciso que o usuario que logo no X, esteja no grupo >> netdev, vou dar uma pesquisada para ver como acrescentar meu usuario neste grupo..


  


14. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/12/2010 - 21:45h

No terminal como usuário root, reinicie o wicd:
/etc/rc.d/rc.wicd restart



15. deu certo

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 30/12/2010 - 21:59h

aaaaaaaaaaaaaaaaaaaa mlkk, deu certo acrescentei meu usuario no grupo netdev, comando > gpasswd -a usuário grupo , reiniciei o noot, e subiu o wicd... valeu pessoal pela ajuda.!!!


16. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/12/2010 - 22:01h

HAhaah, putz meu, como que você cria um usuário e não adiciona ele no grupo netdev logo no processo de criação? hauhahua


17. entao, Gedi..rs

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 31/12/2010 - 12:32h

ent'ao brother, ao criar meu usuario, foi atraves do artigo do XERXELINS, http://www.vivaolinux.com.br/artigo/Mamae-quero-Slack-(parte-2)/?pagina=5, AI somente adcionei meu usuario no grupo em que ele diz na criacao...

PS preciso configurar meu teclado q ta fod**..rs


18. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 31/12/2010 - 12:34h

Opa, configurar teclado:

http://www.vivaolinux.com.br/topico/Slackware/Comandos-na-inicializacao

Espero que isso possa te ajudar.


19. conf do teclado

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 31/12/2010 - 13:09h

Gedimar, dentro do meu /etc/X11/xorg.conf nao tem esta seguinte secao "ServerFlags" para adionar as linhas que vc descreve

Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"

ou somente preciso adicionar no final do arquivo estas linhas?


20. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 31/12/2010 - 13:14h

Se não tem a seção, é só criar ela.

Veja como ficou o meu xorg (a Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "SendCoreEvents"
EndSection

Section "ServerFlags"
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "dbe"
Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "SHMConfig" "yes"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "VertEdgeScroll" "true"
Option "HorizEdgeScroll" "true"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "100"
Option "MinSpeed" "1.00"
Option "MaxSpeed" "0.50"
Option "AccelFactor" "0.0015"
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
Option "TapButton1" "1"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
server flags é a segunda seção)

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "SendCoreEvents"
EndSection

Section "ServerFlags"
Option "AllowEmptyInput" "false"
Option "AutoAddDevices" "false"
Option "AutoEnableDevices" "false"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
Load "dri"
Load "dri2"
Load "extmod"
Load "glx"
Load "dbe"
Load "synaptics"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
Option "XkbOptions" "abnt2"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "SHMConfig" "yes"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "VertEdgeScroll" "true"
Option "HorizEdgeScroll" "true"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "HorizScrollDelta" "100"
Option "MinSpeed" "1.00"
Option "MaxSpeed" "0.50"
Option "AccelFactor" "0.0015"
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
Option "TapButton1" "1"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection




21. ok

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 31/12/2010 - 13:45h

beleza Gedimar, deu certo, criei a Flag, Serverflags acionei tudo certinho, reiniciei e num ta mais bagunççççççççççado nãããããumm..rsrs

preciso agora alterar o slack para portugues..

alterei segundo seu artigo "arredondado o slack" porem não deu certo.. alterei isso >>

nano /etc/profile.d/lang.sh

Procure a linha em que está escrito:

export LANG=en_US (deve ser a 6ª ou 7ª linha)

Apage-a e escreva o seguinte no seu lugar:


export LANG=pt_BR.UTF-8


22. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 31/12/2010 - 13:48h

Qual interface vc tá usando?

Se for kde, tem que instalar o pacote kdei, abra o pkgtool e verifique se esse pacote está instalado.

Se for outra interface gráfica... você reiniciou a sessão?


23. uso Kde

Cléio Sousa
clsousa

(usa CentOS)

Enviado em 31/12/2010 - 14:18h

cara estou usando o Kde, to com uma duvida, quando abro o pkgtool, onde fica os pacotes que tenho instalado? e tambem estou apanhando para instalar o slapt-get no seguinte link, estou baixando o pacote do slapt-get pacote.txz, porem quando dou um pkgtool no terminal ele não acha o pacote do slapt-get..


24. Re: iniciar placa de rede wirelles no slackware [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 31/12/2010 - 14:23h

em view você vê os pacotes instalados.

Pra instalar o slapt-get podes usar o installpkg que é mais fácil.

Resolveu a tradução da sua interface?



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts